Consultor Eletrônico



Kbase P96996: Error -2055 accessing database with Progress SQL Explorer Tool
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/21/2005
Status: Verified

FACT(s) (Environment):

Solaris SPARC 8 64-bit
Progress 9.1D 64-bit
OpenEdge 10.0B 64-bit

SYMPTOM(s):

Error -2055 accessing database with Progress SQL Explorer Tool

Error: --- SQL Exception 1 ==== SQLState=HY000 ErrorCode=-20055 [JDBC Progress Driver]:Database not started. (8933)

[JDBC Progress Driver]:Error in Network Daemon

Ldd $DLC/bin/_sqlsrv2 shows library files from $DLC/lib not being found ( i.e. librocket.so)

Progress SQL Explorer works fine with Progress 32-bit on Solaris 64-bit.

CAUSE:

Missing $DLC/lib on environment variable $LD_LIBRARY_PATH_64

FIX:

Follow the steps to add $DLC/lib to the necessary environment variable:
1. Add $DLC/lib directory to environment variable $LD_LIBRARY_PATH_64 by executing the following command: LD_LIBRARY_PATH_64=$DLC/lib:$LD_LIBRARY_PATH_64;export LD_LIBRARY_PATH_64
2. To make sure the environment is set correctly execute the command echo $LD_LIBRARY_PATH
3. Execute the command ldd $DLC/bin/_sqlsrv2 to make sure all libraries dependencies are found.