IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Webmethods6 and Informix database

    Posted Fri June 20, 2003 12:53 PM

    Hi All,

    In Webmethods6 platform, How to connect to Informix database?. JDBC Adapter supports only Oracle and SQL server.
    What are the possible solutions to connect Informix database?.

    Thanks in advance.
    Shri


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 2.  RE: Webmethods6 and Informix database

    Posted Wed October 05, 2005 08:01 AM

    I know this post preceding this was about 2 years old, but the WmJDBCAdapter documentation says that the IBM Informix database is supported. Is there some other catch to using the WmJDBCAdapter with Informix? Should the WmDB be used instead when connecting to Informix?

    Thanks!


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 3.  RE: Webmethods6 and Informix database

    Posted Wed October 05, 2005 11:18 PM

    If the docs say that Informix is supported, then I would go with that. It is possible that an early release of the adapter only supported Oracle and MS SQL.

    WmDB is not deprecated, but is kept alive to support backward compatibility for clients who have not yet upgraded to IS 6.x

    Mark


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 4.  RE: Webmethods6 and Informix database

    Posted Thu October 06, 2005 12:19 AM

    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


  • 5.  RE: Webmethods6 and Informix database

    Posted Thu October 06, 2005 01:53 AM

    Tried changing to JDBC2.2 (JC4) drivers too. Same result. Any ideas?


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods