Kbase P127595: Getting no suitable driver error when attempted JDBC connection on HP-UX with OpenEdge 10.0B.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/01/2009 |
|
Status: Unverified
SYMPTOM(s):
Getting no suitable driver error when attempted JDBC connection on HP-UX with OpenEdge 10.0B.
No suitable driver error during JDBC connection
SQL-92 Connection Error: No Suitable Driver.
FACT(s) (Environment):
OpenEdge 10.0x
HP-UX
CAUSE:
SHLIB_PATH not set.
FIX:
Before attempting a JDBC connection the DLC environment variable should be set and some environment specific scripts should be run.
Use the following syntax to load all environment variables from the following scripts into the shell which invokes the scripts:
. $DLC/bin/slib_env
. $DLC/bin/java_env
. $DLC/bin/slibod_env
After the scripts are run, make sure the SHLIB_PATH environment variable is set and includes the $DLC/lib directory.