We have the following:
one db2 v8.0 server (db2jstrt nnnn issued)
one was5 server connecting to db2 v8.0
one db2 v7.3 server (db2jstrt nnnn issued)
one was4 server with a third party application connecting to db2 v7.3
I have to connect was5 to db2 v7.3 too.
All my tries failed. I try:
- upgrade db2 v7.3 to v8.0, failed to make was4 comunicate to it's repository if it is on db2 v8 using db2java.zip v8 - ClassNotFoundException. My conclusion is v8 driver is not compatible with v7.
- connecting was5 to both db2 versions using db2java.zip v8. Conection to v8 works, connection to v7 failed - server is not responding. Same conclusion.
- connecting was5 to db2 v8 using db2java.zip v8 works, connecting to db2 v7 using db2java.zip v7 in other jdbc provider failed - server is not responding. This make sense, I try to load same classes COM.ibm.... from two different packages. I think it works for two different db products.
Any sugestion?
Thank you!
one db2 v8.0 server (db2jstrt nnnn issued)
one was5 server connecting to db2 v8.0
one db2 v7.3 server (db2jstrt nnnn issued)
one was4 server with a third party application connecting to db2 v7.3
I have to connect was5 to db2 v7.3 too.
All my tries failed. I try:
- upgrade db2 v7.3 to v8.0, failed to make was4 comunicate to it's repository if it is on db2 v8 using db2java.zip v8 - ClassNotFoundException. My conclusion is v8 driver is not compatible with v7.
- connecting was5 to both db2 versions using db2java.zip v8. Conection to v8 works, connection to v7 failed - server is not responding. Same conclusion.
- connecting was5 to db2 v8 using db2java.zip v8 works, connecting to db2 v7 using db2java.zip v7 in other jdbc provider failed - server is not responding. This make sense, I try to load same classes COM.ibm.... from two different packages. I think it works for two different db products.
Any sugestion?
Thank you!