JDBC ( Java Database Connectivity)
Here are a few pointers for building an IBM InfoSphere Information Server (IIS) isjdbc.config file for an IBM DB2 Universal Driver, Type 4.
Where to place JAR files
For Infosphere Information Server installs, as a standard practice, create a custom jdbc file in the install path. And install any download Jar file not already installed by other applications in the jdbc folder. Usually, jdbc folder path looks something like this:
- /opt/IBM/InformationServer/jdbc
CLASSPATH
- db2jcc.jar
- Classpath must have a complete path and jar name
CLASS_NAMES
- ibm.db2.jcc.DB2Driver
JAR Source URL
DB2 DEFAULT PORT
- 5000
JDBC URL FORMAT
- jdbc:db2://[:]/
JDBC URL EXAMPLE
jdbc:db2://127.0.0.1:50000/IADB
isjdbc.config EXAMPLE
CLASSPATH=/opt/IBM/InformationServer/ASBNode/lib/java/db2jcc.jar;
CLASS_NAMES=com.ibm.db2.jcc.DB2Driver;
Isjdbc.config FILE PLACEMENT
- /opt/IBM/InformationServer/Server/DSEngine