Hi,
I'm trying to set up orion using DB2 v7.1 as a data-source. The Databese
is running on a Linux-System. Orion can access the database from a
Windows NT System using the JDBC-Drivers provided by IBM.
When I try to setup Orion on the same Linux-machine the DB is running
on, using the same JDBC-Drivers, the following Exception appears:
java.sql.SQLException: [IBM][JDBC-Treiber] CLI0647E Fehler beim
Zuordnen einer DB2-Umgebungskennung, RC=db2jdbc.
at COM.ibm.db2.jdbc.app.DB2Driver.<init>(DB2Driver.java:238)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:237)
at com.evermind.sql.DriverManagerDataSource._hnc(Unknown Source)
at com.evermind._ck._ghc(Unknown Source)
at com.evermind._ck._yi(Unknown Source)
at com.evermind._ck._gic(Unknown Source)
at com.evermind._ck._at(Unknown Source)
at com.evermind._ck._at(Unknown Source)
at com.evermind.server.ApplicationServer._wl(Unknown Source)
at com.evermind.server.ApplicationServer._at(Unknown Source)
at com.evermind._in.run(Unknown Source)
at java.lang.Thread.run(Thread.java:484)
at com.evermind._if.run(Unknown Source)
Is anybody out there familiar with this problem ?
Thanks!
Sven