RMG,
I am using a 6.1 IS, and I tried connecting to an Informix 7.24 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 (Also tried using the IP address)
user: ifxuser
password: ******
databaseName: bill02
portNumber: 10365
networkProtocol: (Tried TCP, but it didn’t help)
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, toggled between jvm 1.3 and 1.4.
I have tried using JDBC3.0 as well as JDBC2.2(JC4)drivers.
There are a few enterprise adapters that are able to successfully connect to the same DB. Also, the WmDB package is able to connect to this DB. It is just the WmJDBC in 6.1 IS that is unable to do so. So it doesn’t seem to be a problem with the drivers.
Any suggestions?
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards