• 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

Issue in SQuirreL SQL Client 3.3.0 for DB2 App Driver

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to use "COM.ibm.db2.jdbc.app.DB2Driver" to connect with DB2 Databases in Mainframe.
I have added the db2java.zip, db2jcc_license_cu.jar, db2jcc_license_cisuz.jar in the "Extra Class Path".

When i click List Drivers, i am able to see the desired driver in the drop down. Registering the driver is not a problem at all.

But when i try to create a Alias, by providing the db name like jdbc:db2:db_name, the whole application is shutting down.

I am not seeing any error/info for this in logs as well.

Can somebody help me on this?

Note: However, when i am using "com.ibm.db2.jcc.DB2Driver" that is working fine. no issues.

-Subbu.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which IDE are you using?
 
subbukumararaja chandrasekaran
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Its just the Squirrel DB client setup.
I'm not trying from eclipse or netbeans.
 
reply
    Bookmark Topic Watch Topic
  • New Topic