Kbase 20429: Execute slib_env to Set the Shared Library Path
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
SQL-92 JDBC Driver
Error when running a java application accessing the Progress SQL-92 Engine via JDBC Driver
ERROR:
*** SQLException caught ***
SQLState: 08001
Message: No suitable driver
Vendor: 0
CAUSE:
The Progress shared library path is not defined or set incorrectly.
FIX:
Set the Progress shared library environment if executing the following script:
$DLC/bin/slib_env.
This script sets the shared library path in accordance to the OS, $DLC/lib. Refer to this script for additional information.
When running any of the Progress client scripts, Progress sets the variable. Of course, this environment variable can be manually set in the event the script is not present nor can be run.
Remember to set CLASSPATH, PATH, and any additional java environment settings (refer to Progress KBase 19308).