Error message:
[OLE DB Source [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "REMEDY" 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: component "OLE DB Source" (1) failed validation and returned error code 0xC020801C.
I tried the below troubleshooting,
transactionOption
to NotSupported
( For control flow and DFT properties both)delayValidation
to TRUE
( DFT properties )Project -> Properties -> Debugging -> Run64BitRunTime = False
EncryptSensitiveWithPassword
But still, receive the same error. Requesting assistance.
I have upgraded to SSDT 2012 and utilized Oracle Attunity driver to resolve this issue. Thanks digital.aaron & billinkc for your intreset on my question
User contributions licensed under CC BY-SA 3.0