Hello,
I changed the SQL Agent/SQL Service owner on our SQL 2008r2 Server and one of the jobs started to fail with the following message:
" Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source:"Microsoft Office Access Database Engine" Hresult: 0x80004005 Description: "Unexpected error from external database driver (????????).". End Error Error: 2014-05-30 14:47:18.68 Code: 0xC020801C Source: Upload Source - Page1_1$ [1] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER."
The AcquireConnection method call to the connection manager "test.xlsx" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
The user running the service has local admin rights on the server and all of the other jobs are still running successfully. I can also export the package and run it without issue. Its only when its ran through a schedule/job agent that it fails. Any tips would be great as i need to get this running yet today.
Thanks!
Eric