Please ignore the earlier message. That was a mistake.
Hi Venkat,
I am trying to use WmJDBCAdapter to connect to our AS/400 server.
IS version 6.1 and JDBC adapter version-6.0.3
To configure connection:
- I have placed the jt400.zip in IntegrationServer/package/WmJDBCAdapter/code/jars directory.
- I am Providing parameters like
a.Server name
b.User
c.password
d.DataSource Class-com.ibm.as400.access.AS400JDBCDataSource
e.Database name
f. Other properties-translatebinary=true;prompt=false;
But I get the error:
“Unable to configure connection manager.
[ADA.1.200] The JDBC DataSource class “com.ibm.as400.access.AS400JDBCDataSource” cannot be located.
com.ibm.as400.access.AS400JDBCDataSource”
If I use the DataSource Class-com.ibm.as400.access.AS400JDBCDriver , I get the “Unable to configure connection manager.
null”
Please help.
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB