" /> Not able to start UCS Application - Genesys CTI User Forum

Poll

Not able to start UCS Application

Connection to UCS DB is established
0 (0%)
UCS version 8.1.300.12
0 (0%)

Total Members Voted: 0

Author Topic: Not able to start UCS Application  (Read 2204 times)

Offline Shipra Trivedi

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Not able to start UCS Application
« on: June 22, 2017, 07:20:16 AM »
Advertisement
Hi,

I am not able to start the UCS application, it is throwing the below error :

The TCP/IP connection to the host INDHRGEN01, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:241)
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2243)
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:491)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1309)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:991)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:827)
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1012)
at java.sql.DriverManager.getConnection(DriverManager.java:571)
at java.sql.DriverManager.getConnection(DriverManager.java:215)
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:351)
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:405)

Note: the port 1433 is unblocked from our end.Windows firewall is off.

Please advise.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Not able to start UCS Application
« Reply #1 on: June 22, 2017, 09:05:38 AM »
Is telnet working from the server? What the network sniff says? Is the DB connection configuration ok? The reason is pretty clear, UCS is not able to connect to the database and thus is not able to provide services.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Not able to start UCS Application
« Reply #2 on: June 22, 2017, 01:02:26 PM »
Enable TCP connection at your SQL server at Port 1433, that is more a SQL understanding rather than Genesys

Enviado de meu E6633 usando Tapatalk


Offline vjicecool

  • Full Member
  • ***
  • Posts: 127
  • Karma: -1
Re: Not able to start UCS Application
« Reply #3 on: June 22, 2017, 08:05:23 PM »
I think on the UCS Dap you need to enable sql server listening port
server should be sql server for UCS dap

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Not able to start UCS Application
« Reply #4 on: June 22, 2017, 08:44:17 PM »
???  what? On DAP you configure how to connect, you don't enable anything. SQL Server need a fixed port for JDBC to work, so enabling the fixed port 1433 and not pipes will do the job at SQL Server

Offline vjicecool

  • Full Member
  • ***
  • Posts: 127
  • Karma: -1
Re: Not able to start UCS Application
« Reply #5 on: June 22, 2017, 09:31:16 PM »
Sorry my bad, my wording was incorrect
when i say enable, i mean to say add port 1433 for sql  :)