July 12, 2010 at 10:59 pm
Please help me out on how to capture detailed error message for any component in SSIS and store it to a variable. :unsure:
July 13, 2010 at 7:28 am
I woruld suggest you create checkpoint xml file and parse the content
:-):-):-)
Raunak J
July 13, 2010 at 7:31 am
In my environment, I write the SSIS event information to a log table, so I have not had to capture it as you are asking. However, it appears to me that you would use the Event Handler tab in SSIS and use a Script Task to capture OnError information and save to a variable.
July 13, 2010 at 12:34 pm
you can capture the error message with system variable ...System::ErrorDescrition
This variable will hold the actual error message when any error occured.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply