Hello,
I am running wM 6.1 and installed JDBC 6.0.3 adapter. Would need to connect DB2 database on AS/400 V5R3. All I have done is copied existing driver file JT400.jar that been used by JAVA application that connects to the same AS/400.
placed JT400.jar under IS directory path -
\webMethods6\IntegrationServer\packages\WmJDBCAdapter\code\jars
and restarted IS. But, I do not see this added to IS Classpath. Hence, when I get this error on enabling adapter connection,
[ADA.1.200] The JDBC DataSource class “com.ibm.as400.access.AS400JDBCDataSource” cannot be located.
com.ibm.as400.access.AS400JDBCDataSource
Adapter Connection Properties:
Transaction Type : LOCAL_TRANSACTION
DataSource Class : com.ibm.as400.access.AS400JDBCDataSource
serverName : (IP address supplied )
user : (valid user name and Password used)
password :
Other Properties: driverType=thin
Our environment has JDBC Adapter 6.0.1 FP1 installed. We need to connect AS/400 V5R2 using JDBC adapter. The readme for this version of JDBC adapter has the following :
“The webMethods JDBC Adapter 6.0.3 Feature Pack 1 is supported on the same platforms as webMethods JDBC Adapter 6.0.3, and supports all the same databases except DB2 for AS/400 and Teradata.”
So, does JDBC Adapter 6.0.3 without the FP1 support AS/400 connection ? Seems like some people are using the same based on previous posts. I am not very knowledgble about AS/400. Can someone let me know what are the components I need to be able to talk to AS/400 ?
Ok, I uninstalled FP1 and now have JDBC adapter 6.0.3 installed. I am running IS version 6.5 SP1. I have put the jt400.jar file in \IntegrationServer\lib\jars\ folder. I am giving the following values for connection parameters
Transaction Type = LOCAL_TRANSACTION
DataSource Class = com.ibm.as400.access.AS400JDBCDriver
serverName = XX.XX.XX.XX
user =
password =
databaseName =
portNumber =
networkProtocol =
Other Properties = driverType=thin
I am getting the following error. I am not sure what port number, networkProtocol and Other properties to give above.
[B]Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource DBConnections:DB2Connection.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
null[/b]
I am just doing a POC to demonstrate the clients can use JDBC adapter to access data from AS/400. As far as configuring the connection, datasource class is the only change from above.
Datasource class = com.ibm.as400.access.AS400JDBCDataSource