I have written a Documentum method using the Java JDBC connector to access an external database. I am using JDK 6.30 64-bit with the SQL JDBC 4.0 connector. The code works fine when I run it locally using Eclipse. I am attempting to move it to the content server to run it as a method, but I keep getting "No suitable driver found" errors. Per the JDBC connector installation instructions, I've installed the SDK and the connector on the content server, put the .jar file into the classpath variable, and I also tried putting the .jar file into the Path variable. I'm assuming it's some type of pathing issue, but I'm not sure where else I need to put a reference.
Any help would be much appreciated.
- Jane