Hi,
I have always been under the impression that Sybase JDBC driver was packaged in the IDBC server package, along with SQL and Oracle. Is this true?
We have a test box, fresh install on W2003 server of JDK 1.4.2_07 + xMII 11.5.3. All seems OK except an attempted connection to Sybase renders the following error message;
"ERROR ConnectionPool - Error loading JDBC driver, java.lang.ClassNotFoundException: com.sybase.jdbc2.jdbc.SybDriver, App folder=C:\ServletExec AS\se-xMII\webapps\default\Lighthammer\"
and
"FATAL Connector - Unable to create connection pool for SYB_UATDSS: java.lang.ClassNotFoundException: com.sybase.jdbc2.jdbc.SybDriver, App folder=C:\ServletExec AS\se-xMII\webapps\default\Lighthammer\
"
SQL connectivity is fine. SAP connectivity (via JCO) is fine. So it appears the install is fine and dandy.
Just in case the default install has not got the Sybase driver packaged, I copied a .JAR file that contains the referenced Sybase JDBC driver, updated the "Start Servlet Exec" batch file in the se-xmii folder, and restarted the servlet exec, but still got same error.
Is the Sybase driver packaged? If not how can one install it?
Thanks