Parent package shouldn't fail irrespective of that child package fails of success..

Hi friends,
I have a small requirement here.
we have 10 child packages and one parent package. Calling the child packages from parent.
irrespective of that child package fails of success , parent package should pick the next package..
EX.. Parent package calling the 5th child package, due to some error it got failed. Now parent package shouldn't fail it will skip the 5th child package and  call the next 6th child package ...
if the child package success parent should have to call the next one..
if the child package fails parent package shouldn't fail and it calls the next child package..
How we can implement in this in ssis..

See how you can apply logic as discussed here
The key is to set propagate variable to false within OnError event handler
The logic would be like this with the only exception being you need to use execute package task inside loop
http://visakhm.blogspot.in/2013/03/error-handling-in-ssis-loops.html
Please Mark This As Answer if it solved your issue
Please Vote This As Helpful if it helps to solve your issue
Visakh
My Wiki User Page
My MSDN Page
My Personal Blog
My Facebook Page

Similar Messages

Maybe you are looking for