Hi Im facing the below error on my ssis package.
[Excel Source [37]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager 2" failed with error code 0xC0202009.
I even switch the Run64BitRuntime -from True to False - turning off the 64Bit for the solution but it didn't solve the issue.
My package is failing on the excel source. Any help is appreciated.
I had the same problem, and I just to turned out Run64BitRuntime to false
User contributions licensed under CC BY-SA 3.0