I have developed a SSIS package:
Source : XLSX File
Destination : Sql server table.
It is working fine on dev Server. But moved to production, it gives the below errror :
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.
Please advise how to solve this error.
Regards
SqlStud