Hi, we’ve solved our problem. I’m not sure if it is the same issue but here it is:
In Adapter Config, for the Oracle adapter under the Java tab the field ‘Add to library path’ needs the //lib path specified. In our case, this is:
/software/oracle/product/8.1.7/lib
A more permanent solution (rather than doing it for each adapter) is as follows:
Login as root
Run:
/etc/rc3.d/S50adapter40 stop
Edit S50adapter40
At the top add:
ORACLE_HOME=
LD_LIBRARYPATH=${lpath}:/lib
Save the file S50adapter40
Run:
/etc/rc3.d/S50adapter40 start
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods