While searching for the solution, I have followed this link.
I have executed the package successfully with EXEC [SSISDB].[catalog].[create_execution]
. Instead of either true or false for @use32bitruntime
this command is executing well.
But if a server agent job is created with the same package, showing the below error.
The AcquireConnection method call to the connection manager ODBCManger failed with error code 0xC0014009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
How to solve this . . .