Hi,
I am testing an SSIS 2012 data load that involves a number of packages being executed sequentially via a master package and a broker that processes a queue. The packages have been deployed in legacy mode to a SQL Server 2012 SP1.
I have noticed a difference in the way the packages are reporting errors depending on how they are run.
If the data load is run through a SQL Agent Job one of the packages is failing with an error, I know what the error means and how to solve it. However, if I run the same load manually through SSMS (by connecting to SSIS, right click on the master package and click run), I get absolutely no errors.
And yes, I have not changed anything and I am running the same package.
How do I do about identifying what is happening?
Kind regards M