Page 2 of 2

Re: mssql checks

Posted: Thu Sep 03, 2015 2:01 pm
by tmcdonald
Unable to connect: Adaptive Server is unavailable or does not exist
Everything I have found points to freetds:

http://stackoverflow.com/questions/2299 ... -not-exist
http://stackoverflow.com/questions/1639 ... -not-exist
http://stackoverflow.com/questions/8511 ... -sql-serve

Same version, but are the configs the same?

Re: mssql checks

Posted: Fri Sep 04, 2015 11:10 am
by emartine
These seem to point to creating a separate configuration requiring modification of SQL on the client???

Re: mssql checks

Posted: Fri Sep 04, 2015 2:11 pm
by ssax
From this page here:

https://pyyou.wordpress.com/2009/02/01/ ... everity-9/

Try running the tsql command by itself:

Code: Select all

export TDSDUMP=/tmp/freetds.log
tsql -H myip -p 1433 -U myuser
Then attach the /tmp/freetds.log file so that we can review.