Hi,
I am developing an SSIS package and need the execution of the package to continue even if one of the tasks within the package fails. I have an OnError event handler for this task which fires when it fails but want the rest of the package to continue.
Any suggestions greatly appreciated.
Thanks
Hi PK2000
Can you tell me on what kind of package it fails on and what the next package is that you want to execute?
Kind Regards,
Joos Nieuwoudt
|||Hi Joos,
I probably didn't explain the problem clearly......
I have one SSIS package with multiple tasks. I want the the package to continue even if the first task within the package fails.
Thanks
|||Hiby default the arrows between your tasks on the control flow (precedence constraints) are green. It means that you require the task to be successful in order for the next task to be launched.
You can change this behaviour by double-clicking on the green arrow to change the constraint value from 'Success' (green) to 'Completion' (blue) - the next task will then be executed on both failure or success.
cheers
Thibaut|||
Hi PK2000,
Sorry, I understood your question wrong but Thibaut's answer is correct. Try it.
Kind Regards,
Joos Nieuwoudt.
No comments:
Post a Comment