/etc/freetds.conf
[mssql]
host = 192.168.10.25
port = 8471
tds version = 8.0
encryption = request
/etc/odbc.ini
[mssql]
Description = MSSQL
Driver = freetds
Database = FGE50UL0VN
Servername = mssql
/etc/odbcinst.ini
[freetds]
Description = FreeTDS driver
Driver = /usr/lib64/libtdsodbc.so.0
Setup = /usr/lib64/libtdsS.so
Trace = Yes
TraceFile = /tmp/freetds.log
FileUsage = 1
UsageCount =1
isql -v mssql test test
[S1000][unixODBC][FreeTDS][SQL Server]Unable to connect to data source
[01000][unixODBC][FreeTDS][SQL Server]Adaptive Server connection failed
[01000][unixODBC][FreeTDS][SQL Server]Unexpected EOF from the server
[ISQL]ERROR: Could not SQLConnect