Hello,
Recently I have installed snowflake odbc driver on linux server and already we had sql server odbc driver installed. Now we have two different odbc.ini file. I have included all the connection parameters in the new odbc.ini file relates to snowflake and updates the library path in sasenv_local file. The connection to snowflake is working fine from SAS libname statement. But the connection to SQL server is not working.
I defined the values as like below
export ODBCHOME:/sas/AccessClients/9.4/SQLServer:/etc
export LD_LIBRARY_PATH:$ODBCHOME/lib:/etc/snowflake_ODBC/lib:/usr/lib64:$LD_LIBRARY_PATH
export ODBCINI:/sas/AccessClients/9/4/SQLServer/odbc.ini:/etc/odbc.ini
export ODBCINST:/sas/AccessClients/9/4/SQLServer/odbcinst.ini:/etc/odbcinst.ini
export SIMBAINI:/etc/snowflake_ODBC/lib/simba.snowflake.ini
/etc is where snowflake driver is installed and SQLServer is under /sas/AccessClients.
Kindly suggest how to edit this file to have both the connection working properly. Thanks