Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Configure SQuirreL for DB2

How to configure SQuirreL for DB2 access.

In SQuirreL I do see two DB2 drivers. But they are both marked with an red X.

I checked with Start Page but did not find an easy solution :/

like image 670
Thorsten Niehues Avatar asked Feb 10 '17 15:02

Thorsten Niehues


People also ask

What is db2jcc_license_cisuz jar?

The db2jcc_license_cisuz. jar file is included in all DB2 Connect server editions including DB2 Connect Personal Edition. The license is also part the IBM Database Enterprise Developer Edition. If you already have one of these products, then please use the license file from the DB2 Connect Activation CD.


1 Answers

  1. Download the DB2 Driver from the IBM Website and extract the ZIP archive.
    Optionally you may want to copy it from the DB2 Server installation path:
    /opt/ibm/db2/V11.1/java/db2jcc4.jar
  2. Use db2jcc4.jar and copy it into the squirrel folder e.g. plugins/db2
  3. In der Driver in the tab "Extra Class Path" add the db2jcc4.jar file
  4. Change the class name to com.ibm.db2.jcc.DB2Driver

enter image description here

like image 150
Thorsten Niehues Avatar answered Oct 14 '22 01:10

Thorsten Niehues