Hi,
I have a package that has 5 containers A,B,C,D and E. This pacakge is scheduled to run nightly and recently its been failing every other day and the error message point to a data load on container C (Data flow Task), both the source and the destination are SQL Server databases. My question is when the contaner C fails the whole package fails and i get an error message, instead is there a way either using event handler or any other way where i can set up a condition if container C fails the rest of the package will be executed in this example containers D and E? Please advice.
Thanks
SV