Revision as of 20:34, October 23, 2014 by Dsolnit (talk | contribs) (Deploying Interaction Server 8.5.1)
Jump to: navigation, search

Deploying Interaction Server 8.5.1

In the 8.5.1 release, there are three ways of deploying Interaction Server and its database. The choice among them is controlled by an option called run in the DbServerThread section of the Interaction Server DAP.

  • With the value false, the configuration uses DB Server, as in previous releases.
  • With the value true (the default), no DB Server is needed, as explained below.

Classic Configuration (run = false)

This configuration is the one used in releases 8.5.0 and earlier. It is described in earlier versions of this Deployment Guide and in the Management Framework documentation.

It makes use of two configuration objects, a DAP and a DB Server instance.

Using DBLib (run = true)

This configuration uses an Interaction Server-internal process called DBLib. The only other configuration object required is Interaction Server's DAP.

This configuration supports only certain combinations of run-time-OS and DBMS. Here is a draft table about that https://intranet.genesys.com/pages/viewpage.action?pageId=23277040

This configuration assumes that the DBMS is oin the same host as Interaction Server. If it is on a different host, you must also configure an ODBC connection, as described in the following section.

Using ODBC (run = true)

To use an ODBC connection, you must add an option called dbprotocol to the settings section of the Interaction Server DAP and give it the setting odbc. Then follow the procedure that is described for configuring ODBC for the Database Capture Point, with the following differences:

  • A
  • B
  • C
Comments or questions about this documentation? Contact us for support!