Thanks Mark,
I am using a 6.1 IS, and I tried connecting to an Informix DB with the settings specified in the WmJDBCAdapter document, but I get the following error message:
Cannot connect to the database with DataSource class “com.informix.jdbcx.IfxDataSource”.
com.informix.asf.IfxASFException: Attempt to connect to database server (bnsndv05) failed.
My settings are as follows:
Transaction Type: LOCAL_TRANSACTION
DataSource Class: com.informix.jdbcx.IfxDataSource
serverName: bnsndv05
user: ifxuser
password: ******
databaseName: bill02
portNumber: 10365
networkProtocol:
Other Properties: IfxIFXHOST=bnsndv05
Some of the other things I tried -
Changed the server name to the IP address, added driverType=oci in the “Other properties” field, set the jvm to 1.3 and 1.4.
I am using informix JDBC 3.0 drivers. Would that be an issue?
Also, there are a few enterprise adapters that are able to successfully connect to the same DB. It is just the WmJDBC in 6.1 IS that is unable to do so.
Please help!
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods