Consultor Eletrônico



Kbase P9769: Missing libraries cause: MERANT][ODBC Progress Driver][Progress] Database not started.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Unverified

FACT(s) (Environment):

UNIX
Progress 9.1x

SYMPTOM(s):

[MERANT][ODBC Progress Driver][Progress] Database not started.

All files have the correct permissions

Connection is via ODBC

CAUSE:

Missing libraries

FIX:

- run ldd (UNIX command to print shared library dependencies) to determine which libraries are missing:

ldd $DLC/bin/_sqlsrv2 .

In case there are libraries missing, this command returns an output similar to the following (a list of libraries not found) :

libjvm.so => not found
libhpi.so => not found

The most common libraries missing will be either system libraries (some patch to be applied) or java libraries (JVM needs to be installed before Progress).

- find/install and copy the missing libraries to $DLC/lib.