viernes, 16 de septiembre de 2016

SSIS -> Error ORA-12154: TNS: could not resolve the connect identifier specified

DESCRIPCIÓN ERROR:

ORA-12154: TNS: could not resolve the connect identifier specified.

SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "OLE DB" failed with error code 0xC0202009.  There may be error messages posted before this with more information 
on why the AcquireConnection method call failed.

component "OLE BD Source" (2497) failed validation and returned error code 0xC020801C.


CAUSAS:

Este error se genera en el componente OLE DB Source y se debe a que el proyecto se encuentra ejecutando en modo de 64-bits y el cliente Oracle no esta en modo 64-bits.


SOLUCIÓN:

Darle click derecho al proyecto - Properties - opcion Debugging (lado izquierdo) - en Debug Options (lado derecho) darle el valor False a la propiedad Run64BitRuntime - dar click en Apply y luego en OK.