----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hi All,
I need some help in using JServ using DB2.
I developed a class using the JDBC-Driver COM.ibm.db2.jdbc.app.DB2Driver
to connect to DB2 via DB2 Client Application Enabler. It works fine when
using this class via application or via an other Webserver/Servlet Engine
(Netforge).
But using Apache/JServ I get an exception when I call:
// connect with default id/password
con = DriverManager.getConnection(url);
[IBM][CLI Driver] SQL0567N "SYSTEM" ist keine gültige Berechtigungs-ID.
SQLSTATE=42602
Are there any hints to configure Apache/JServ???
Using NT4.0 SP4, Apache 1.3.9, JServ 1.1b3, JDK 1.2.2
Thanks in advance..
Martin
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]