How to solve problem run job SSIS by SQL Server Agent failed with error code : 0xC0014009.
My job ssis package transform data from source database interbase to target sql server for use ODBC. I found job failed
Error: The AcquireConnection method call to the connection manager INTERBASE failed with error code 0XC0014009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
almost everyday but sometime job success.
When debugging I fix debug options Run64BitRuntime => false and job step properties I choose 32 bit runtime already but my job error code 0XC0014009 often.
On Windows 2012 R2, SQL server 2016
I set settings, DelayedValidation: True and all 32bit

