14 years ago
DB2 JDBC Connectivity from SOAPUI
Hi,
I am trying to establish DB2 JDBC connectivity through SOAP UI. I have placed the driver jar files in \bin\ext folder and these jar files are being loaded when i start SOAPUI.
When i try to create a new connection - i find two options - tried both the options - neither succeeds.
1) IBMDB2(type2) - com.ibm.db2.jcc.DB2Driver - Error: "...Invalid database URL syntax"
2) IBMDB2- COM.ibm.db2.jdbc.app.DB2Driver - Error: "Cant get connection for specified properties;........:null userId is not supported"
I followed a similar approach for establishing connectivity to Oracle database and it works fine. Not sure what i am missing for DB2. Any suggestions on where i could be going wrong ?
I am trying to establish DB2 JDBC connectivity through SOAP UI. I have placed the driver jar files in \bin\ext folder and these jar files are being loaded when i start SOAPUI.
When i try to create a new connection - i find two options - tried both the options - neither succeeds.
1) IBMDB2(type2) - com.ibm.db2.jcc.DB2Driver - Error: "...Invalid database URL syntax"
2) IBMDB2- COM.ibm.db2.jdbc.app.DB2Driver - Error: "Cant get connection for specified properties;........:null userId is not supported"
I followed a similar approach for establishing connectivity to Oracle database and it works fine. Not sure what i am missing for DB2. Any suggestions on where i could be going wrong ?