Hi,
I’m using webMethods 6.1. I just set-up a JDBC Adapter connection and it works fine. I tried to select something from our AS/400 and it worked fine. But now I’m trying to make a connection pool but I get following error:
“Test of ISCoreAudit Failed
No suitable driver”
The jt400.jar is in following directory:
XPI894\IntegrationServer\packages\WmJDBCAdapter\code\jars
Does anybody knows how I can solve this problem? I thought if the JDBC Adapter works fine that my driver is correct?
Here are the settings for the adapter, pool and driver:
Settings of the adapter:
Transaction Type: NO_TRANSACTION
DataSource Class: com.ibm.as400.access.AS400JDBCDataSource
serverName: LE170
user: Test
password: ******
databaseName: LE170
portNumber: 6009
networkProtocol: tcp
Other Properties: TranslateBinary=true
Enable Connection Pooling: true
Minimum Pool Size: 1
Maximum Pool Size: 10
Pool Increment Size: 1
Block Timeout (msec): 1000
Expire Timeout (msec): 1000
Startup Retry Count: 3
Startup Backoff Timeout (sec): 10
Settings of pool:
Alias Name: ERP 8.11 Pool
Alias Description: ERP 8.11 Pool
Associated Driver Alias: DataDirect Connect JDBC DB2 Driver
Database: URL jdbc:as400://ERP
User Id: PSFT
Password: *****
Minimum Connections: 0
Maximum Connections: 100
Idle Timeout: 60000 milliseconds
Settings of driver:
Alias Name: DataDirect Connect JDBC DB2 Driver
Alias Description: webMethods DataDirect Connect JDBC OEM driver
Driver Class Name: com.wm.dd.jdbc.db2.DB2Driver
#webMethods#Adapters-and-E-Standards#Integration-Server-and-ESB