Hello,
I am having a SSIS package, which has source as DB2 and Destination as SQL Server. When I deployed the test project on the SSIS server and executed the SSIS package from SSISDB, the package is running successfully. However, when I am trying to run the same package from a SQL agent job, the package is failing with the below error:
1. DFT_DB2_Load:Error: DB2 ODBC Source failed validation and returned error code 0x80004005
2. DFT_DB2_Load:Error: The AcquireConnection methos call to the connection manager DB2_ODBC failed with error code 0xC0014009
DB2 driver version: 11.01
SSIS Server is on SQL Server 2014.
The job was configured to run using a proxy account. Any input on this, will be helpful. Thanks.