Finally today I found the time to publish the latest release of my DTLoggedExec tool. This is quite big release, since I have introduced two new events, LogStartPackageLoading and LogEndPackageLoading, that allows a Log Provider to intercept event related to package loading and not package execution. This is really helpful to debug those situation where package doesn’t even gets started because some error during loading happens.
This addition also allows me to produce much more precise reporting. And this is the other big thing of this release. Available as separate download you’ll also find some ready-to-be-used reports that consumes all the data you can gather using DataFlow profiling and CSV Log provider. They are just samples of what you can do, but they can also be useful even as they are, without any modifications. Of course I encourage you to change them to suit your need.
Reports needs Reporting Services 2008.
I’ve tested execution times having DataFlow profiling and CSV Logging for Error, Information, PreExecute and PostExecute events and I can say that you won’t have *any* performance impact.
So, as usual, if you’re into SSIS, don’t miss this new release:
http://dtloggedexec.codeplex.com/
I can tell you that this tool will make your SSIS-related life much more easier!
Enjoy! (and give feedback, thanks!)
PS
This 0.2.3.0 is quite surely the latest beta version. The tool is really stable so for the next version I plan to clean up a little bit the code, update the command line parser and then finally remove the “beta” statement.
PPS
Due to some problems related with Codeplex SVN service, I wasn’t able to update also the source code…I’ll do it as soon as the service will be available again.
November 30th - SVN Problems solved and source code updated. :)