I'm trying to connect to Oracle with SSIS Connection manager -> Oracle Provider for OLE DB, and if I running package locally it's working but if I run it with job task from the server it's ended with error:
DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. THE ACQUIRECONNECTION METHOD CALL.....
1. First my question is how do I know what connection is connected to Connection Manager(I see short name in Field "Server or file name" but where is that name is connected to actually a server) and I'm trying to connect to Oracle.
2. I checked the ODBC connection on the server / listener and Service Naming also, everything seems to be right, and I still have this issue.
Thanks