----------------------------------------------------------------
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!!!
----------------------------------------------------------------

I'm not up on my German, but the thing that worked for me is this : move
your db2java.zip file into the same directory as your Java class file
(update your CLASSPATH, of course) and try again. I think it should work. It
worked for me ...

Regards,
pascal chong

-----Original Message-----
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
<[EMAIL PROTECTED]>
Date: Tuesday, December 07, 1999 6:26 PM
Subject: JServ + COM.ibm.db2.jdbc.app.DB2Driver


----------------------------------------------------------------
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]




--
--------------------------------------------------------------
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]

Reply via email to