The AcquireConnection method call failed with error code 0xC0202009.
Note that if I execute this package via dtexecui or dtexec it runs successfully. Only when I have the SQL server Agent Job run the package does this occur. What am I missing?
Note that if I execute this package via dtexecui or dtexec it runs successfully. Only when I have the SQL server Agent Job run the package does this occur. What am I missing?
-Euan
The account that SQL Agent is running under is a domain account and a member of the sysadmin role. I made sure this account has access to the spreadsheet in question by Terminal Servicing to the box - using these credentials - where the spreadsheet resides and opening it. This was successful.
I also ran dtexec from the command line using the "run as" feature using these credentials and the package executed fine.
It only fails with the "AcquireConnection method" error when I schedule the SSIS package to run via a SQL Agent job.
Thanks.
-Steve