
while connecting to my sql server it is showing this error. while investigating with
cmd:
odbcinst -j
it yielded:
unixODBC 2.3.7
DRIVERS............: /etc/odbcinst.ini
SYSTEM DATA SOURCES: /etc/odbc.ini
FILE DATA SOURCES..: /etc/ODBCDataSources
USER DATA SOURCES..: /home/azureuser/.odbc.ini
SQLULEN Size.......: 8
SQLLEN Size........: 8
SQLSETPOSIROW Size.: 8
tried executing :
sudo ln -s /usr/local/etc/odbcinst.ini /etc/odbcinst.ini
sudo ln -s /usr/local/etc/odbc.ini /etc/odbc.ini
it gave file exists error:
ln: failed to create symbolic link '/etc/odbcinst.ini': File exists
ln: failed to create symbolic link '/etc/odbc.ini': File exists