Is it possible to change the default port (1433) used by Config DBServer to connect to Config Database (SQL)?
I’ve tried typing the port number after SQL Server name (‘sql_server_name’,‘port_number’) into confserv.cfg but it doesn’t work.
Any idea?
Is it possible to change the default port (1433) used by Config DBServer to connect to Config Database (SQL)?
I’ve tried typing the port number after SQL Server name (‘sql_server_name’,‘port_number’) into confserv.cfg but it doesn’t work.
Any idea?
Answering the same here…
The port is configured on MSSQL side, not on DBServer.
If the MSSQL is configured correctly you should be able to connect via the instance directly and not the TCP/IP port which is by default disabled on MSSQL.
The connection parameters are defined on CfgServer config file, not on DBServer…
Read documentation, it is specified there:
dbserver = myhost\sql2005, 1463