How do you configure a iSeries Navigator (AS400) database in SoapUI NG Pro?
How do you configure the database in SoapUI NG Pro to connect with the AS400 database (iSeries Navigator?)
This is what I currently have set up - I'm looking for any suggestions/ideas. Thanks!
Database Configuration:
Driver: IBMDB2/COM.ibm.db2.jdbc.app.DB2Driver
Host: ?? How do you find this?
Port: 389
User: myUserName
Password: myPassword
Database: DVCDS
I downloaded this jt400 file (jt400-full-6.0.jar) and put it in these two locations:
D:\Program Files\SmartBear\ReadyAPI-1.7.0\jre\lib\ext
D:\Program Files\SmartBear\ReadyAPI-1.7.0\bin\ext
In Preferences > JDBC drivers, I was able to get it configured by adding the following for the driver:
com.ibm.as400.access.AS400JDBCDriver
I then added the Connection String Template as:
jdbc:as400://<HOST:123.123.12.12>/<DB>:user=<USER>;password=<PASSWORD>;
*Note to get the IP address, open a CMD window and ping the database (i.e. ping databaseName.corp.company.com)