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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

JDBC 601 Adfapter configuration error

  • 1.  JDBC 601 Adfapter configuration error

    Posted Wed May 28, 2003 02:24 PM

    Hi,
    I am trying to create JDBC connection and getting following error. What could be the possible problem, Could you please let me know.

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource testfolder:JDBCtestConnection.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    [ADA.1.204] Cannot connect to the database with DataSource class “oracle.jdbc.pool.OracleDataSource”.
    Io exception: The Network Adapter could not establish the connection

    I provided following parameters.
    Transaction Type = LOCAL_TRANSACTION
    DataSource Class = oracle.jdbc.pool.OracleDataSource
    serverName = localhost
    user = scott
    databaseName = webdb
    portNumber = 1521
    networkProtocol =
    Other Properties = driverType=thin

    Thanks,
    Shri


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


  • 2.  RE: JDBC 601 Adfapter configuration error

    Posted Wed May 28, 2003 02:36 PM

    Pls try using:

    oracle.jdbc.pool.OracleConnectionPoolDataSource

    instead of oracle.jdbc.pool.OracleDataSource.

    HTH.


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


  • 3.  RE: JDBC 601 Adfapter configuration error

    Posted Wed May 28, 2003 02:45 PM

    Thanks for reply.
    I tried with “oracle.jdbc.pool.OracleConnectionPoolDataSource” but still getting the same error.

    Shri


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


  • 4.  RE: JDBC 601 Adfapter configuration error

    Posted Wed May 28, 2003 04:07 PM

    Hi Shri,

    Check and try this…

    Please make sure that Classes12.zip is in the IntegrationServer Jars directory. If you don;t have that in that directory please place classes12.zip in the HOME/IntegrationServer/lib/jars.

    You can get this classes12.zip JDBC driver file from oracle site or from your local oracle Installation directories.

    Thanks,
    -GV


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


  • 5.  RE: JDBC 601 Adfapter configuration error

    Posted Wed May 28, 2003 05:41 PM

    Hi GV,

    Thanks for reply.
    There is classes12.zip file in HOME/IntegrationServer/lib/jars directory. After placing in specified directory, I restarted integration server also. Do we need to add this to classpath?.

    Thanks,
    Shri


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


  • 6.  RE: JDBC 601 Adfapter configuration error

    Posted Wed May 28, 2003 08:44 PM

    It is solved. The problem was with TNS listner. It was not running.

    Shri


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


  • 7.  RE: JDBC 601 Adfapter configuration error

    Posted Mon June 30, 2003 06:57 AM

    Hi Shri,

    I have the same problem too.

    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource adapters:D106Adapter.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.7

    Please advise which TNS listener should i enable? Do I need to add the classpath of the jar file? Or any other suggestions?

    Thanks!


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


  • 8.  RE: JDBC 601 Adfapter configuration error

    Posted Tue July 29, 2003 07:14 AM

    Hi,
    I too have the same problem, but the database is informix.
    My Conn Parameters :
    Transaction Type : LOCAL_TRANSACTION
    DataSource Class : com.informix.jdbc.IfxDriver
    serverName informix.db.com
    user :testuser
    password :testuser
    databaseName : ds05
    portNumber : 6678
    networkProtocol: TCP
    Other Properties : driverType=oci
    i copied the ifxjdbc.jar in integrationServer/lib/jars also under jdbcAdapter/lib/jars

    Error:
    com.wm.pkg.art.error.DetailedServiceException: [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource informixConTest:informixTest.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    com.informix.jdbc.IfxDriver
    at com.wm.pkg.art.ns.ConnectionDataNodeManager.setConnectionState(ConnectionDataNodeManager.java:1048)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:287)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:339)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:119)
    at com.wm.app.b2b.server.ns.Namespace.invoke(Namespace.java:522)
    at com.wm.util.template.Reporter.invoke(Reporter.java:963)
    at com.wm.util.template.InvokeToken.eval(InvokeToken.java:75)
    at com.wm.util.template.TemplateToken.evalChild(TemplateToken.java(Compiled Code))
    at com.wm.util.template.SwitchToken.evalChild(SwitchToken.java:90)
    at com.wm.util.template.TemplateToken.eval(TemplateToken.java(Compiled Code))
    at com.wm.util.template.SwitchToken.eval(SwitchToken.java:58)
    at com.wm.util.template.IfVarToken.evalChild(IfVarToken.java(Compiled Code))
    at com.wm.util.template.IfVarToken.evalChild(IfVarToken.java(Compiled Code))
    at com.wm.util.template.TemplateToken.eval(TemplateToken.java(Compiled Code))
    at com.wm.util.template.IfVarToken.eval(IfVarToken.java:219)
    at com.wm.util.template.TemplateToken.evalChild(TemplateToken.java(Compiled Code))
    at com.wm.util.template.TemplateToken.eval(TemplateToken.java(Compiled Code))
    at com.wm.util.template.Reporter.reportNoReset(Reporter.java:1299)
    at com.wm.util.template.Reporter.reportToOutput(Reporter.java:1274)
    at com.wm.util.template.Reporter.reportIData(Reporter.java:1163)
    at com.wm.app.b2b.server.HTTPDocHandler._process(HTTPDocHandler.java:485)
    at com.wm.app.b2b.server.HTTPDocHandler.process(HTTPDocHandler.java:106)
    at com.wm.app.b2b.server.Dispatch.ru

    kindly help me to solve the issue.


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


  • 9.  RE: JDBC 601 Adfapter configuration error

    Posted Tue July 29, 2003 08:16 AM

    I’ve solved my problem. The oracle db is version 9i but the client server’s classes12.zip is 8i. It’s fine after i’ve put in version 9i’s classes12.zip in the directory.


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


  • 10.  RE: JDBC 601 Adfapter configuration error

    Posted Thu February 19, 2004 03:53 PM

    Anush, did you resolve the informix Connection manager issue? I’m getting the same error. Any insights?? Pl. help.

    -----error msg----
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource mainFolder.subFolder1:myConn.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    java.util.NoSuchElementException


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