Hi,
We are trying to convert the Sql server 2008 R2 ETLs to Sql server 2012 with Project level connections.
Currently , we are having around 31 ETLs and all the ETLS have been converted and are working fine.
Only 1 ETl has around 4-5 connections (package level connections) and we have converted it to project level connections except for 1 package level connections
Which is used to get data from an SP.
We have not been able to convert the same and it is giving us the following error in SSIS :-
[irwSP_GetPositionDumpReport [94]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "IRW" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
[SSIS.Pipeline] Error: irwSP_GetPositionDumpReport failed validation and returned error code 0xC020801C.
It is giving the following error in EventViewer:-
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{6DF8CB71-153B-4C66-8FC4-E59301B8011B}
and APPID
{961AD749-64E9-4BD5-BCC8-ECE8BA0E241F}
to the user NT SERVICE\SQL Server Distributed Replay Client SID (S-1-5-80-3249811479-2167633679-2115734285-1138413726-166979568) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.
We have tried the following :-
Activity | Results |
Converted the Connection from Package level to Project level. | Failed. |
Deleted the Components and recreated them and then tested | Failed. |
Reconverted the 2008 R2 package once again and tested | Failed. |
Ran the Sp from Management Studio with the same credentials as the Connection Manager | Succeded |
Created another Solution and then tried to convert the package and tested | Succeded |
Made some Registry changes as per some of the Forums | Failed. |
Made few setting changes as per the some Forums | Failed. |