Hi,
I created a simple SSIS package that would transfer data from one database to the other database on the same server.
When I double click the .dtsx file on the machine I created the exe utility runs the package successfuly.
However if I try to run the same dtsx file from the other machine I get the following error....
Error : The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" failed with error code 0*C0202009
Any reason why is it happening...?
The connection string is same in both the cases. Both Machine Logins have got proper user privliges.