Hi All,
I have a package with transactions implemented with required and I am trying to run the package on the production server which results in the above error. The google has thrown following answers to this error:
- Make delay validation to false (in my case its already false)
- Make the transaction supported (it will be useless if I make them from Required to supported as i want to have a rollback in case of failure.)
- The tasks can be run individually (pointless as i have separate sequence containers with multiple tasks
- Turned the 64 bit runtime to false.
Error Details:
Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Source" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
I am still unable to figure out what is the problem. Can anybody help me on the same.
Thanks, Franco.