Kbase P84247: Unable to make a SQL-92 connection to Progress DB on Linux AS 3.0
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/1/2009 |
|
Status: Unverified
SYMPTOM(s):
SQL-92 connections to database on Linux server fail
JRE 1.3.1 installed
Progress 9.1D09
No JDK installed
Error: No suitable driver. (8933)
ldd $DLC/bin/_sqlsrv2 produces errors
libjvm.so => not found
libhpi.so => not found
FACT(s) (Environment):
RedHat Linux Advanced Server 3.0
Progress 9.1D
RedHat Linux 8.0
CHANGE:
Upgraded to Progress 9.1D09 and Linux AS 3.0
CAUSE:
_sqlsrv2 process does not have access to the shared libraries in /usr/lib
FIX:
Create a soft link to to provide access to shared libraries.
ln -s /usr/java/jre1.3.1_12/lib/i386/green_threads/libhpi.
so /usr/lib
ln -s /usr/java/jre1.3.1_12/lib/i386/classic/libjvm.so /us
r/lib