Hello,
I have an SSIS package that loads data to DW database, transforms data and processes cubes. The package is running fine when the source and DW databases are on the same SQL 2008R2 server.
I moved DW database and cube to SQL 2012, however the source data remains on SQL 2008R2.
When I changed SSIS data destination connections to the new server (SQL 2012), I cannot execute containers anymore (containers have multiple tasks with OLE DB Source / OLE DB Destination components).
I can run each separate task (transferring data from SQL 2008R2 tables to SQL 2012) within BIDS – no problem. But when I try to execute the whole Sequence container with collection of the above-mentioned tasks, it fails with the following error messages:
[Source - … [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "..." failed with error code 0xC001A004.
There may be error messages posted before this with more information on why the AcquireConnection method call failed.
[SSIS.Pipeline] Error: component "Source - ..." (1) failed the pre-execute phase and returned error code 0xC020801C.
Any ideas why?
Thank you for your help in advance!
Lana