OnTaskFailed event handler in SSIS
Posted
by Jason M
on Stack Overflow
See other posts from Stack Overflow
or by Jason M
Published on 2009-10-20T17:14:31Z
Indexed on
2010/05/15
17:04 UTC
Read the original article
Hit count: 230
If I use OnError event handler in my SSIS package, there are variables System::ErrorCode and System::ErrorDescription from which I can get the error information if any things fails while execution.
But I cant the find the same for OnTaskFailed event handler, i.e. How to get the ErrorCode and ErrorDescription from the OnTaskFailed event handler when any things fails while execution in case we want to only implement OnTaskFailed event handler for our package?
© Stack Overflow or respective owner