Hi, We have installed sas viya 3.2 and Our database is Denodo. We need to connect to denodo to access the data using ODBC(3rd party driver). We have also installed denodo ODBC drivers on to the sas server. While we try to connect to the db, using the below script from sas studio
cas mySession sessopts=(caslib=casuser timeout=1800 locale="en_US");
libname odbclib odbc noprompt = "server = denodoIP; DRIVER = DenodoODBCDriver; userid = sas_odbc_user;
password = xxxxxxxxxx; database = dbname";
Its throwing an error as below.
Launch the CAS Server Monitor, http://<FQDN>:8777/cas-shared-default-http/tkcas.dsp, and go to "RunTime Environment". What are the current values for ODBCINI & LD_LIBRARY_PATH?
And here is the LD_LIBRARY path in the attachment. Thanks!!
Okay. Please find them here. Thanks!!
Hi Alex,
Sorry, Have semt you the wrong files. Please find the correct files here.
Thanks,
Sri
Thanks. Please add this logger to /opt/sas/viya/config/etc/cas/default/logconfig.xml:
<logger name="App.cas.tkcastkts">
<level value="trace"/>
</logger>
Restart CAS server, repeat the problem and show me the most recent CAS server log.
Hi Alex,
Please find the log here. Kindly have a look at it and suggest us. Thanks!!
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.