Hello Wayne!
I find that using the WmJDBCAdapter works fine against DB2. I’ve worked with the IS 6.0.1 and respective Adapter SPs. I find that the Type 4 toolkit driver (jt400.jar) is your best bet:
Here is the class/Trans used on a Adapter Connection Config:
Transaction Type = LOCAL_TRANSACTION
DataSource Class = com.ibm.as400.access.AS400JDBCDataSource
If you are running the IS Server from AS/400 make sure to update server.sh and set a MIN_MEM setting low (e.g. ) This reduces Garbage Collection threshold:
set JAVA_MIN_MEM=32M
#set JAVA_MAX_MEM=256M
Also see “Tuning Garbage Collection for JavaTM on iSeries”
It suggest not to include MAX_MEN setting as this is not recommended on AS/400 for Java apps, due to performance issues.
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards