" /> Error connecting DBserver to database - Genesys CTI User Forum

Author Topic: Error connecting DBserver to database  (Read 5046 times)

Offline boyzvenom

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Error connecting DBserver to database
« on: October 04, 2010, 11:11:44 AM »
Advertisement
Hi All,

This is the first time im installing genesys that too on linux server. I have installd and configured DBserver and ConfigServer and also intialized the database (DB2). Please find the excerpts of the log.

DBServer

Process './dbclient_db2' started
./dbclient_db2: error while loading shared libraries: libdb2.so.1: cannot open shared object file: No such file or directory
15:39:58.989 Std 02024 OS signal 'SIGCHLD' received

A reply to overcome this error is very much appreciated.

Thanks.

--Suresh

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Error connecting DBserver to database
« Reply #1 on: October 04, 2010, 03:32:44 PM »
By default no dbserver will be able to connect to any DB, for this to work you need to install DB client libraries, this applies for all DB without exception. So first install those libraries and then try to connect to your DB.

Offline Steve

  • Sr. Member
  • ****
  • Posts: 298
  • Karma: 11
Re: Error connecting DBserver to database
« Reply #2 on: October 05, 2010, 02:25:47 PM »
Does the library file libdb2.so.1 exist on your server?

If so is the LIBRARY_PATH environment variable set correctly for the user running the DB Server?

Offline johan_swart

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Error connecting DBserver to database
« Reply #3 on: October 06, 2010, 12:39:20 PM »
Please check your environmental variables:

Please go and read Chapter 2 : DBMS Environment Settings in your DB Server Users Guide for more info.

On Linux you need to set LD_LIBRARY_PATH to point to DB2 DBMS library directory.

Regards