Version History
2009-06-25, PROGRAM - v 0.2.2.0 beta, CONSOLE LOG PROVIDER - v 0.2.2.0, CSV LOG PROVIDER - v 0.2.2.0, NULL LOG PROVIDER - v 0.2.2.0
¶
Fixed a bug that prevented to log properly all the container properties in case of error
Added support for "Params" commandline options
Released CSV log provider
Handled exceptions when loaded configuration tries to configure non-existing objects
Changed the ILogProvider interface to allow Log Provider to get the ExecutionGUID value from the main program
Changed the Console and Null log providers to support the new ILogProvider interface
Changed the header of the *.dtsDataFlowProfile in order to store package, version and execution GUIDs
Changed .sql files to import Profiled DataFlow data in SQL Server
Updated DTLoggedExecDB database
Released scripts to load CSV data proceduced by CSV Log Provider into SQL Server
2009-03-04, PROGRAM - v 0.2.1.5 beta (private release), CONSOLE LOG PROVIDER - v 0.2.1.0
¶
Added logging of expression used by variables for which the "EvaluateAsExpression" property is true.
Fixed the bug the prevented to log properly Custom Events (CodePlex id# 20513)
2008-12-06, PROGRAM - v 0.2.1.4 beta, CONSOLE LOG PROVIDER - 0.2.0.1, NULL LOG PROVIDER - 0.2.0.1
¶
Changed the ILogProvider interface to support configuration of log providers
Changed the Console and Null log providers to support the new ILogProvider interface
Added a database script to create the DTLoggedExecDB where you can store the DataFlow profiled data, using supplied scripts
2008-08-04, PROGRAM - v 0.2.1.3 beta
¶
Added DataFlow profiling support through "DataFlowProfile" switches.
2008-05-05, CONSOLE LOG PROVIDER - v 1.0.4.0
¶
Modified the console log provider so that before the package starts all connection manager list their connection string
2007-05-22, PROGRAM - v 0.1.3.2 beta
¶
Compiled to support 32bit and 64bit platforms
Updated the ConsoleLogProvider to add a more detailed logging of OnError events. Now all properties of the erroneous task are logged.
Corrected a little bug that prevented the abilility to load packages from SQL Server using SQL Authentication
Display loaded package version
2006-06-30, PROGRAM - v 0.1.2.0 beta
¶
Switched to a fully pluggable architecture to support 3rd party plugins
Added "LogEvent" command line switch to choose which event should be logged
Added support for Expression logging
Added "Package Name" and "Container ID" values in the console log
2006-06-30, PROGRAM - v 0.1.0.0 beta
¶
First public release