I have an SSIS package. I set several handlers for different actions for tasks. My question is: one task, in particular, if it fails, I want her to skip a few more tasks and move forward. Therefore, I would like to set OnError for this particular task so that it moves on to some other task. How can I tell SSIS inside the handler to get to a specific task?
I want to go to another task in the control flow.
, SSIS . : , A → B → C → D, , C , B , :
, OR, D , B , ,
SSIS , . , : Script Task Data flow task. . Script . , , Script.
Script Task
Data flow task
/ Script Success Completion. , Data flow task Script , .
Success
Completion
, , , Script .
, . , , - / , , .
, .