• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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: 79151
377
  • 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: 79151
377
  • 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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic