
Originally Posted by
chumpywumpy
It's the same problem. The gameserver cannot connect to the database. Either remote connections are disables, mssql is a named instance, a forewall if stopping centos talking to windows or you entered the wrong mssql server ip in cabal_config.
which odbc.ini I must change?
/usr/local/psql/etc/odbc.ini
Code:
[CabalGame24]
Driver = FreeTDS
Address = 10.1.17.160
Port = 1433
Database = GAMEDB
TDS_Version = 8.0
[CabalAccount]
Driver = FreeTDS
Address = 10.1.17.160
Port = 1433
Database = ACCOUNT
TDS_Version = 8.0
[CabalCash]
Driver = FreeTDS
Address = 10.1.17.160
Port = 1433
Database = CabalCash
TDS_Version = 8.0
/etc/odbc.ini
Code:
[CabalGame01]
Driver = FreeTDS
Address = 10.1.17.14
Port = 1433
Database = GAMEDB
TDS_Version = 8.0
[CabalAccount]
Driver = FreeTDS
Address = 10.1.17.14
Port = 1433
Database = ACCOUNT
TDS_Version = 8.0
[CabalCash]
Driver = FreeTDS
Address = 10.1.17.14
Port = 1433
Database = CabalCash
TDS_Version = 8.0
10.1.17.14 - Windows IP (LAN)
10.1.17.160 - CentOS IP
and here mine config, can you check pls?