Forum Discussion

Said's avatar
Said
Contributor
6 years ago
Solved

Failed to initialize the connection that uses the [COM.ibm.db2.jdbc.app.DB2Driver] driver

Hi, I am getting error "Failed to initialize the connection that uses the [COM.ibm.db2.jdbc.app.DB2Driver] driver" in JDBC teststep. Connection string: [jdbc:db2://<MyDB2ServerName>:<Portnumber>/...
  • Said's avatar
    Said
    6 years ago

    richie and Olga_T and All,

     

    Just today I got a solution with support of our IT-Support department. :smileyhappy:

    The solution is to use jt400.jar. This file is provided to me by the IT-Support department. Copy the file to in bin/ext folder. Enter the following in SoapUI Pro JDBC test step:

    Driver: com.ibm.as400.access.AS400JDBCDriver

    Connection String: jdbc:as400://<host_name>/<default-schema>;<properties> 

    All works great!