" /> Config DBServer - Genesys CTI User Forum

Author Topic: Config DBServer  (Read 1938 times)

Offline MR_PT1

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Config DBServer
« on: April 02, 2014, 01:34:43 AM »
Advertisement
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?
« Last Edit: April 02, 2014, 01:37:05 AM by MR_PT1 »

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Config DBServer
« Reply #1 on: April 02, 2014, 03:16:40 AM »
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