dbTalk Databases Forums  

PACKAGESTART / PACKAGEEND In SSIS

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss PACKAGESTART / PACKAGEEND In SSIS in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ansonee
 
Posts: n/a

Default PACKAGESTART / PACKAGEEND In SSIS - 05-31-2007 , 03:24 PM






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...


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.