" /> Informix Integration - Genesys CTI User Forum

Author Topic: Informix Integration  (Read 3411 times)

Offline tcolombo

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Informix Integration
« on: November 29, 2007, 02:30:10 AM »
Advertisement
Have a question specifically about dbclient_informix.

Integrating a 7.2 Genesys env. w/ an informix 9.4 Database Server.

The Informix Client (ODBC) has been loaded on the same server as the framework. The Informix Client has three configuration files.
.odbc.ini
.odbcinst.ini
sqlhosts

Does anyone know if dbclient_informix binaryuses these files, or is it looking specifically at it's users environment variables set on the clients unix box?

Thanks in advance,

Tony

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Informix Integration
« Reply #1 on: November 29, 2007, 03:11:15 AM »
It only needs the variables declared on the Informix client on your server. You can read the DBServer Deployment Guide of more info.

Offline tcolombo

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: Informix Integration
« Reply #2 on: November 29, 2007, 03:23:34 AM »
Ya, been all over all kinds of documentation the last week or so.  What i can't get out of the the dbserver users guide is......

In general. In communicating with the Informix Server.  Does dbclient_informix have it's own odbc driver or is it dependent on an odbc driver supplied by IBM?

Also where does dbclient_iformix get is locale and DSN information?

Thanks,

Tony

Offline Daimonas

  • Full Member
  • ***
  • Posts: 106
  • Karma: 2
  • There's a fish in every bowl.
Re: Informix Integration
« Reply #3 on: December 04, 2007, 03:57:08 PM »
you generally do not need to define a DSN on the local server for DBServer, the connection is configured using the DAP in Config Server. As indicated, refer the deployment guide, it clearly stats how to configure this.

Does dbclient_informix have it's own odbc driver or is it dependent on an odbc driver supplied by IBM?
-Answer: Like SQL, you need the common informix drivers installed on the server and Genesys uses its binary to iniate the connection.