Determine if Package failed or success
Determine if Package failed or success
(OP)
Hi. I am confused.
I have an ActiveX task (TaskA) that does stuff.
At the end of the script I set the variable:
-or-
What code do I need in the parent package to determine whether the TaskA was Success or Failure?
I guess I am also confused as to the difference between a Task and a Step? Can a task have multiple steps? or vice versa?
TIA-
Alex
I have an ActiveX task (TaskA) that does stuff.
At the end of the script I set the variable:
CODE
Main = DTSTaskExecResult_Success
CODE
Main = DTSTaskExecResult_Failure
What code do I need in the parent package to determine whether the TaskA was Success or Failure?
I guess I am also confused as to the difference between a Task and a Step? Can a task have multiple steps? or vice versa?
TIA-
Alex
RE: Determine if Package failed or success