JDBC Connection Issue

We just got both node B and C to work…

We have the jar files in this location

IS_Install_Dir/IntegrationServer/instances/“InstanceName”/lib/jar

So we had 4 jar files there…
ojdbc6.jar
ojdbc7.jar
orai18n.jar
xdb6.jar

So I removed the ojdbc6.jar and restarted. and our Adapters started working.

So I’m thinking we got Lucky in node A that it was using ojdbc7.jar and then in B and C it must have pulled in the ojdbc6.jar… That is the only thing I can see that happened. So make sure you don’t have both listed. The new version must not always pick the most recent jar file.

Hopefully this helps.