Please try this 0.8.6 version out and see if it helps.
MSSQL Query Issue
Re: MSSQL Query Issue
You do not have the required permissions to view the files attached to this post.
-
FrontlineIT
- Posts: 94
- Joined: Tue Jul 26, 2016 8:46 am
Re: MSSQL Query Issue
The plugin you provided did not work. Would it be ok for us to use an older version of a plugin? We have some older versions that are currently working with other instances
Re: MSSQL Query Issue
Since you are seeing this error:
Please PM me what you are using for the -H option in the command so I can see if you've using IP or hostname. If you're using a hostname, does nslookup work against it? (to test DNS):
Technically, you can use any version of the plugin you want.
Do you have php-odbc installed?
The latest MSSQL wizards should use php-odbc to connect but I'm pretty sure check_mssql uses /etc/freetds.conf.
Please try editing your /etc/freetds.conf and change this:
To this:
Then test again and let us know if that works.
Code: Select all
Unknown host machine nameCode: Select all
nslookup YOURHOSTNAMEDo you have php-odbc installed?
Code: Select all
rpm -qa | grep php-odbcPlease try editing your /etc/freetds.conf and change this:
Code: Select all
[global]
# TDS protocol version
tds version = autoCode: Select all
[global]
# TDS protocol version
tds version = 8.0