" /> Message Server 8.5 not able to connect to Log Database using JDBC DAP - Genesys CTI User Forum

Author Topic: Message Server 8.5 not able to connect to Log Database using JDBC DAP  (Read 8514 times)

Offline siralos

  • Newbie
  • *
  • Posts: 10
  • Karma: 1
Re: Message Server 8.5 not able to connect to Log Database using JDBC DAP
« Reply #15 on: December 05, 2017, 06:01:26 AM »
Advertisement
From Message Server release notes 8.5.100.11: "When connecting directly to the Log Database without using DB Server, Message Server can now use a DAP that does not have a configured host or port."

Message Server brings its own dbserver_<dbtype>.exe in its installation directory. As already mentioned by other users, Message Server does not support JDBC.

Configure DAP as follows:
General --> DB Server = None
General --> JDBC Connection = unchecked
Server Info --> Host = None
Server Info --> Ports = None
DB Info --> configure this tab as for any other odbc connection

From Message Server log:
+0062  Connection to multiserver created, host 'localhost', port '49246', socket '324'
ODBC: id='1.1' req='1' Protocols versions: dbclient='00010004' dbserver='00010004' dblib='00010004'
+0000  Could not connect to SQL Server using SQL Native Client driver. Attemting default MS SQL Server driver...
+0150  Connected to MSSQL with SQL Server driver.

That's how it works in my installation.
To access Log Database from Administrator or SCI, you need separate DBServer and separate DAP as in previous releases. To access Log Database from Genesys Administrator Extension you need a JDBC DAP.

Offline ryusuf

  • Full Member
  • ***
  • Posts: 108
  • Karma: 0
Re: Message Server 8.5 not able to connect to Log Database using JDBC DAP
« Reply #16 on: December 18, 2017, 11:58:22 AM »
Thanks siralos..

It worked as you mentioned.  :)