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.  Adapters Connections Error

    Posted Wed November 02, 2011 01:31 PM

    Hi

    I have this error:

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Hosea.connections:customDatabase.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    com.wm.dd.jdbc.oracle.OracleDriver cannot be cast to javax.sql.DataSource

    when I try to connect to:

    Transaction Type LOCAL_TRANSACTION
    DataSource Class: com.wm.dd.jdbc.oracle.OracleDriver
    serverName: serverName
    user: userName
    password: ******
    databaseName: databasename
    portNumber: 1521
    networkProtocol: TCP
    Other Properties: driverType=thin

    Thanks


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


  • 2.  RE: Adapters Connections Error

    Posted Sun November 06, 2011 12:50 PM

    You trying to use the webMethods shipped datadirect driver for a JDBC connection? You need to get the oracle thin driver from Oracle or get a commercial version of the datadirect driver.


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


  • 3.  RE: Adapters Connections Error

    Posted Mon November 07, 2011 08:28 AM

    My issue is here: com.wm.dd.jdbc.oracle.OracleDriver cannot be cast to javax.sql.DataSource


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


  • 4.  RE: Adapters Connections Error

    Posted Mon November 07, 2011 11:24 AM

    My issue is here : com.wm.dd.jdbc.oracle.OracleDriver cannot be cast to javax.sql.DataSource

    There’s the error I’m getting.


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