I have a rather simple SSIS package I created that runs 100% successfully on my computer. However, when I use the Tivoli Job Scheduling Console, the job errors out. I click "Browse Job Log" and see the following errors:
Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available.
Description: "The Microsoft Jet database engine cannot open the file '<filename here>'. It is already opened exclusively by another user, or you need permission to view its data.".
Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "<excel connection name here>" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
Description: component "<excel connection name here>" (1) failed validation and returned error code 0xC020801C.
I have checked the Excel file time and time again. No one has the file open because when I open it, it does not prompt me to use it as read-only as it would if it were opened. Also, there are no permissions to the file. Any suggestions would be greatly appreciated! Please let me know if you need any more information. Thank you!!!
Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available.
Description: "The Microsoft Jet database engine cannot open the file '<filename here>'. It is already opened exclusively by another user, or you need permission to view its data.".
Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "<excel connection name here>" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
Description: component "<excel connection name here>" (1) failed validation and returned error code 0xC020801C.
I have checked the Excel file time and time again. No one has the file open because when I open it, it does not prompt me to use it as read-only as it would if it were opened. Also, there are no permissions to the file. Any suggestions would be greatly appreciated! Please let me know if you need any more information. Thank you!!!