A few seconds spent with Google suggests that the Type 4 JDBC driver you are looking for is db2cc.jar. Usually JDBC drivers are shipped with the database software. Ask your company’s or client’s DBA for assistance in getting a copy.
Mark, RMG,
Thanks for your valuable inputs. I downloaded db2jcc.jar and licence file db2jcc_licence_cu.jar and this been added to IS classpath.
But, after this, I have some issue while enabling. Please find error below.
Configuration details are: other properties are set to default:
Transaction Type : LOCAL_TRANSACTION
DataSource Class : com.ibm.db2.jcc.DB2Driver
serverName : jdbc:db2://IP ADDRESS:50000/tpetest
Valid user name/password supplied
Other Properties : driverType=thin
Error message:
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager. com.ibm.db2.jcc.DB2Driver
Rob, Mark, TMG, Thanks very much for your valuable time and sugesstions in helping me for a smooth start.
After trying various combinations and looking class files in jdbc driver for DataSource class, now my jdbe adapter is enabled.
My confiuration properties are:
Transaction Type : LOCAL_TRANSACTION
DataSource Class : com.ibm.db2.jcc.DB2DataSource
serverName : IP ADDRESS
Valid user name/password supplied
database : database name
port : port number
Other Properties : driverType=4
Hi Siva,
Glad it worked.
Though the WmJDBC User guide sugestes to use the DataSource Class as com.ibm.db2.jcc.DB2SimpleDataSource and there is no mention of com.ibm.db2.jcc.DB2DataSource there.