Could not connect to odbc:Driver=FreeTDS

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
btayl
Posts: 131
Joined: Mon Aug 24, 2020 8:51 am

Could not connect to odbc:Driver=FreeTDS

Post 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)
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: Could not connect to odbc:Driver=FreeTDS

Post 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
btayl
Posts: 131
Joined: Mon Aug 24, 2020 8:51 am

Re: Could not connect to odbc:Driver=FreeTDS

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Could not connect to odbc:Driver=FreeTDS

Post by scottwilkerson »

I see a ticket is now open for the same issue.

Locking thread to prevent duplicate work
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked