Piotr Gucwa

Greenhorn
+ Follow
since Nov 29, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Piotr Gucwa

Originally posted by Christian Haag:
Hello,
i'm trying to get a connection from WebSphere Studio Application Developer (on NT) to a DB2 V7.2 (on Linux) using the NET Driver. The jdbctest Program from the IBM Homepage is running successfully after I copied the db2java.zip from the Linux to the NT machine. But when I try to get the same connection with Studio I'm getting the error message:
IWAS0126E Problems encountered while trying to establish connection Con1. Reason: 'IWAS0223E The server at 'jdbc b2://192.168.41.72:6789/db2samp' is not a 'DB2 UDB V7.2' database. Ensure the Database Vendor Type matches the version installed on the server and try again.'
The database in fact IS a DB2 UDB V7.2. So what can I do?



I had the same problem and solved it by selecting "Other DB2 Driver",
also entered in right places:
COM.ibm.db2.jdbc.app.DB2Driver
C:\Program Files\SQLLIB\java\db2java.zip
jdbc b2:<my database>
pg
22 years ago