Installation Prerequisites

Before proceeding with the installation, all the prerequisites below have to be installed on the server:

  • 2Ring DW 2601.x

  • Cisco Unified Contact Center Express (UCCX) version 11.0+

  • IBM Informix ODBC Driver

64-bit version of the driver is included in the 2Ring installation package – clientsdk.4.50.FC7.WIN(64bit).zip.

  • Microsoft SQL Server (required for connector Windows service installation) Supported versions are:

    • Microsoft SQL Server 2016

    • Microsoft SQL Server 2017

    • Microsoft SQL Server 2019

    • Microsoft SQL Server 2022

  • .NET 9 (Download the latest LTS version of .NET at https://dotnet.microsoft.com/download)

IBM Informix ODBC Driver Installation

The IBM Informix ODBC Driver must be installed on the same server where the SQL Server is installed.

To install the IBM Informix ODBC Driver, perform the steps below:

  1. Locate the ibm.csdk.4.50.FC7.WIN.zip file in the downloaded prerequisites. Place the file on each of the SQL servers and extract the contents.

  2. Run installclientsdk.exe

  3. Click “Next” on the Introduction screen.

    Figure 1: Introduction screen

    _images/installation-prerequisites-informix.png
  4. Select “I accept the terms in the license agreement” and Click “Next” on the Software License Agreement screen.

    Figure 2: License agreement screen

    _images/installation-prerequisites-informix2.png
  5. On the Installation Location screen change the directory of the installation if necessary. Otherwise, leave the destination as the default and click “Next”.

    Figure 3: Installation location

    _images/installation-prerequisites-informix3.png
  6. On the following screen, check the “Use OPENSSL instead of GSKit” and click “Next”.

    Figure 4: Encryption Library

    _images/installation-prerequisites-informix3a.png
  7. On the Installation features screen uncheck all items except the following and click “Next”.

    • IBM Informix ODBC Driver

      • Uncheck IBM Informix ODBC Driver Demos

    • Global Language Support (GLS)

      • West European and Americas

      • East European and Cyrillic

    Figure 5: SDK Features

    _images/installation-prerequisites-informix4.png
  8. Click on “Install” on the Installation Summary screen.

    • If a forced reboot is necessary. This is the step at which it will occur.

    Figure 6: Installation summary

    _images/installation-prerequisites-informix5.png
  9. Click on “Done” on the Installation Complete screen to finish the installation.

    Figure 7: Installation complete

    _images/installation-prerequisites-informix7.png

    It is possible, although highly unlikely, that the SQL server will reboot during the install of the ODBC drivers.

ODBC Data Source Creation

Once the driver has been installed, a new ODBC data source has to be created for each UCCX node.

To add a new ODBC data source, follow these steps:

  1. Navigate to Start Menu -> Administrative Tools -> ODBC Data Sources (64-bit)

  2. Open the System DSN tab and click Add

  3. Select IBM Informix ODBC Driver and click Finish

    Figure 1: Create New Data Source

    _images/installation-prerequisites-odbc.png
  4. In the General tab enter a Data Source Name

    Figure 2: General tab

    _images/installation-prerequisites-odbc2.png
  5. In the Connection tab, several fields have to be filled out:

    • Server Name - the instance name of the Informix database, which is formed from the UCCX hostname and following conventions:

      • Convert all upper-case letters to lower case

      • Replace hyphens with underscores

      • Add the letter “i” as a prefix to the instance name if the hostname starts with a number

      • Add “_uccx” as a suffix to the instance name

    • Host Name – the hostname or IP address of the UCCX

    • Service – 1504

    • Protocol – olsoctcp

    • Database Name – db_cra

    • User Id – uccxhruser

    • Password – the password for uccxhruser

    Figure 3: Connection tab

    _images/installation-prerequisites-odbc3.png
  6. In the Environment tab, make sure the settings are the same as below

    Figure 4: Environment tab

    _images/installation-prerequisites-odbc4.png
  7. In the Connection tab, test connection using Apply & Test Connection button

  8. Repeat for the remaining nodes