Hi
Background info:
Development machine
- Windows XP SP3 (32 bit)
- BIDS 2008 R2 (32 Bit)
Deployment Server (live server)
- Windows 2008 R2 (64 bit)
- SSIS 2008 R2 (64 bit)
This is my scenario
I created a package on my local machine that gets data from a cache database and saves it in a SQL table in a remote server. The package runs fine when running it in BIDS but when I deploy it to the server and try to execute the package through Integration
Services manager (in SS Management Studio), I get an error
"SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "ServerX" failed with error code 0xC0202009. There may be error messages posted before
this with more information on why the AcquireConnection method call failed."
Error: component "OLE DB Destination"(1809) failed validation and returned error code 0xC020801C
Previously, the destination was an ADO.net connection and I used to get a different error saying something like:
ADO NET Destination has failed to acquire the connection {43E6AE 37-24E8-46F6-8AB0-689DB6531167}. The connection may have been corrupted.
So I thought changing connection type to OLE DB might help but I get a different error (as above). The package doesn't have any configuration file attached and I am connecting to Integration services using windows authentication. I have also ticked
'save my password' for the OLE DB connection in BIDS and have also set Run64BitRuntime to false in the project
Any ideas as to why I am having this issue? I'm fairly new when it comes to security and permissions and this seems to be more of a security issue than a problem with the package itself?
Thanks for your help
Rob