I have an SSIS package, that worked just fine for months. It was planned in an SQL Agent Job, and launched every day, as the 8 step of the 23-steps job.
Then all out of nowhere (understand, with absolutely no changes), the said package/step, started returning a failure. But where it start becoming kind of weird, is that :
- Launching the package in stand alone (from Visual Studuo or Execute Package Utility) is running as smooth as it can be.
- Starting the SSA job from step 8, also return success.
- Starting the SSA job from step 1, return a failure at step 8.
Thanks in advance for any idea you might have.