Page 1 of 1

Could not connect to odbc:Driver=FreeTDS

Posted: Thu Dec 10, 2020 4:41 pm
by btayl
ERROR: [run_check] CRITICAL: Could not connect to odbc:Driver=FreeTDS;Server=172.20.148.23;Port=1433 as umhs\entmondba (Exception: SQLSTATE[01000] SQLDriverConnect: 0 [unixODBC][Driver Manager]Can't open lib 'FreeTDS' : file not found)

Re: Could not connect to odbc:Driver=FreeTDS

Posted: Thu Dec 10, 2020 5:16 pm
by vtrac
Hi btay,
Could you please check and see if "feetds" is installed?

Code: Select all

# rpm -qa | grep -i freetds
Here are what I have with my Nagios XI (CentOS 7.8):

Code: Select all

freetds-1.1.20-1.el7.x86_64
freetds-libs-1.1.20-1.el7.x86_64
freetds-devel-1.1.20-1.el7.x86_64
If you don't have freetds libs, please try the install command below:

Code: Select all

# yum install freetds freetds-libs freetds-devel
Best Regards,
Vinh

Re: Could not connect to odbc:Driver=FreeTDS

Posted: Thu Dec 10, 2020 9:33 pm
by btayl
It is installed

[root@nagios-va-ps1a ~]# rpm -qa | grep -i freetds
freetds-1.1.20-1.el7.x86_64
freetds-devel-1.1.20-1.el7.x86_64
freetds-libs-1.1.20-1.el7.x86_64

Re: Could not connect to odbc:Driver=FreeTDS

Posted: Fri Dec 11, 2020 8:58 am
by scottwilkerson
I see a ticket is now open for the same issue.

Locking thread to prevent duplicate work