Hi,
I’m trying to connect to a DB2 for AS/400 V5R2 using the JDBC Adapter(version 6.0.2). I am using webMethods IS 6.0.1 (SP2 applied).
Following error occurs while creating a JDBC connection.
Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource as400Connectivity:VDAS400Connection.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
[ADA.1.204] Cannot connect to the database with DataSource class “com.ibm.as400.access.AS400JDBCDataSource”.
The application requester cannot establish the connection.(jdbc:as400://hostipaddress:23/KBM400D412)
The connection parameter details are:
DataSource Class = com.ibm.as400.access.AS400JDBCDataSource
serverName = jdbc:as400://hostipaddress:23/KBM400D412
user = %%%%%
password = *****
databaseName = <blank>
portNumber = <blank>
networkProtocol = <blank>
Other Properties = <blank>
I could ping the serverhost and the user/password combination is valid.
I got jtopen_4_1.zip from IBM and the jar files (jt400.jar and util400.jar) are put in the server classpath. After that, the server is restarted.
can anybody tell me what went wrong here?
Appreciate your help
Karthi
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods