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

> I developed a class using the JDBC-Driver
> COM.ibm.db2.jdbc.app.DB2Driver
> to connect to DB2 via DB2 Client Application Enabler.
[snip]
>
> [IBM][CLI Driver] SQL0567N  "SYSTEM" ist keine g�ltige
> Berechtigungs-ID.
> SQLSTATE=42602

Sorry I don't understand German at all.

>
> Are there any hints to configure Apache/JServ???
>
> Using NT4.0 SP4, Apache 1.3.9, JServ 1.1b3, JDK 1.2.2
>

I had the same kind of problems, here are a few things to check.
I should work in the end (well it works for me).
My Setup is the same as yours but still using JServ 1.0.
(Migration to 1.1b3 is planned for next week-end).

Now on DB2.
The COM.ibm.db2.jdbc.app.DB2Driver driver needs some environment variable.
Did you ask JServ to copy them in the JVM ?
Check in JServ.properties for wrapper.env.copy.
I don't know which one it needs by heart.
You can also use wrapper.env.copyall=true just to be sure to have them all.
The alternative is to use the COM.ibm.db2.jdbc.net.DB2Driver which is
intended for applets
in fact it is just an all Java version (the application driver is going to
the CLI libs.)

Hope this helps.

Michel.
(Not a DB2 specialist).



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