• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

WSAD db2 driver failure.

 
Ranch Hand
Posts: 179
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Running WSAD 5.0.3 on Windows 2000 using DB2 7.2 fixpack 10a.

Db2level is

C:\ibm\SQLLIB\java12>db2level
DB21085I Instance "DB2" uses DB2 code release "SQL07028" with level
identifier
"03090105" and informational tokens "DB2 v7.1.0.88", "n030813" and
"WR21331".


Attempt to add new connection in WSAD DB Explorer view fails with error
loading jdbc driver.

Driver used is: COM.ibm.db2.jdbc.app.DB2Driver located in
C:\IBM\SQLLIB\java\db2java.zip.

Feature works with DB2 7.2 fixpack 9 and fails with fixpack 10a.
Perhaps fixpack 10a has broken DB2 JDBC drivers.
Anyone else have issues with this fixpack.
 
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try running the usejdbc2.bat which is located in the \SQLLIB\java12
directory. It could be that the installation of the fix paks has set the jdbc drivers to the version 1 level.
 
Patrick Finnegan
Ranch Hand
Posts: 179
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a version issue. Installed WSAD 5.1.
This works with DB2 7.2 fixpack 10a jdbc driver. WSAD 5.0 is not compatible with DB2 fixpack 10a jdbc drivers.
 
reply
    Bookmark Topic Watch Topic
  • New Topic