[CR #273623] To use JDBC or JDBC connection caches from PowerBuilder components, you must add the PowerBuilder JDBC support classes to the EAServer CLASSPATH environment variable. These classes are in pbjdbc12.jar, which is installed in the following EAServer subdirectory:
Shared/PowerBuilder/html/classes
Workaround: Move the files in this directory to the EAServer html/classes directory. Edit the file bin/user_setenv.sh in your EAServer installation. If this file does not exist, create a text file with this name in the EAServer bin subdirectory. Add a CLASSPATH setting that includes the location of the PowerBuilder pbjdbc12.jar file. For example:
CLASSPATH=$JAGUAR/html/classes/pbjdbc12.jar export CLASSPATH
If you created bin/user_setenv.sh, change the file permissions to allow execution. For example, at a command prompt, enter:
cd /opt/EAServer/bin chmod 755 user_setenv.sh
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |