Hi experts,
USING SAS 9.4 plateform i have a SAS DIS job that reads data from ORACLE DB threw an ODBC Connection. the jobs works just fine. once deployed i created a flow in SAS Management console to schedule the execution.
i'm unable to execute Libname instruction using Operating system services scheduler on SAS MANAGEMENT CONSOLE below the message error in the log file:
Note: Credential obtained from SAS metadata server
Error CLI error trying to establish connection: [unixODBC]Driver Manager] can't open lib ' /opt/oracle/instantclient_12_1/lisqora.so.12.1: file not found.
Besides SAS DIS i tested the Libname instruction Using SAS EG. i can run the exact Libname instruction below the note:
Note: Credetial obtained from SAS metadata server.
Note: Libref XXX was sucessfully assigned as follows:
Engine: ODBC:
Physica Name: XXXX
any suggestions on what can be the problem.
Thanks a lot.
Rami