|
Posted by ansonee on 05/31/07 19:24
Running into some odd behavior in SSIS with regards to logging.
If I turn on logging on an SSIS package, when the package executes it
will log all the events I choose to the sysdtslog90 table in the MSDB
database - INCLUDING the PACKAGESTART and PACKAGEEND events.
When I create my own custom logging, however, those two events ARE NOT
being logged, even though I explicitly state in my script I want those
two logged. Everything else in the script (OnWarning, OnPreExecute,
OnPostExecute, etc.) is being logged.
In my reading, it states that the PACKAGESTART and PACKAGEEND events
are defaults and are always logged and cannot be excluded.
If this is the case, can someone explain why they aren't getting
logged?
I've seen other people have run across the same issue...
[Back to original message]
|