• 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
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

jdbc driver error v9.1.3

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using RSA 6.0 to develop a web application which connects to a db2 v9.1.3 server on winXP using hibernate 3.2.1 jdk 1.4.

I have db2 v8.2 installed on my local machine.

When connecting to the database, I get the following error on my console :

The following exception was logged com.ibm.db2.jcc.b.SqlException: DatabaseMetaData information is not known for server DB2/NTSQL09013 by this version of JDBC driver

I copied the db2jcc.jar from the server copy to my lib folder. The JDBC driver details shown on my console :
JDBC driver: IBM DB2 JDBC Universal Driver Architecture, version: 2.3.63
Any pointers to solve this?
 
radhik va
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
wanted to add... it does go ahead and gets the connection to the database and fetches the records.. so not a major issue i guess ;-)
 
Marshal
Posts: 80634
471
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"vradhik vradhik" you might have missed our naming policy when you logged on. We require you display first name-space-middle name, not obviously fictitious. Please confirm you are displaying your real name, or go to my profile and correct your displayed name to comply.

CR
 
radhik va
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks! fixed my display name
 
Campbell Ritchie
Marshal
Posts: 80634
471
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by radhik va:
thanks! fixed my display name



Thank you
 
reply
    Bookmark Topic Watch Topic
  • New Topic