So I have created a SSIS package and it works great on my dev machine. But, when I try to run it on the production server, it errors our on me.
Here is there error:
Error: The AcquireConection method call to the connection manager "DestinationConnectionOLEDB" failed with error code 0xC0202009.
I have figured out the cause, but am not sure how to get it fixed. The password isn't in the connection string. But I have set the password in the SSIS project. For some reason though, when I deploy and run this on the production server, it won't run since the password isn't part of the connection string.
Is there some setting in the SSIS project that I need to change in order to get this to work right?
Thanks.