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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  JDBC Adapter configuration Error IS601

    Posted 08/11/03 09:49 PM

    I am getting the Error shown below,while configuring new JDBC Adapter connection:

    Error encountered
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource OraConnracleCon.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    [ADA.1.200] The JDBC DataSource class "oracle.jdbc.pool.OracleDataSource " cannot be located.
    oracle.jdbc.pool.OracleDataSource .class not found

    I have also tried with:
    “oracle.jdbc.pool.OracleConnectionPoolDataSource”

    Database trying to connect :oracle 8i
    Copied classes111.zip,classes12.zip in to IS classpath.

    And successfully connected and configured wmDB via Alias and able to execute query,but not success in JDBC Adapter configuration.

    Kindly help me with solution,Appreciate your help,

    TIA.


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


  • 2.  RE: JDBC Adapter configuration Error IS601

    Posted 08/11/03 10:52 PM

    Please go thru the following details…and make sure classes12.zip in the IntegrationServer classpath…

    Still you don;t get this fixed, there are many early discussions on this topic, where you get more by searching on JDBC Adapter topic.

    -GV

    JDBCAdapter:TestJDBCAdapter Details
    Connection Type JDBC Adapter Connection
    Package Name JDBCAdapter
    Connection Properties
    Transaction Type LOCAL_TRANSACTION
    DataSource Class oracle.jdbc.pool.OracleConnectionPoolDataSource
    serverName 10.1.40.213
    user scott
    password ******
    databaseName GDBREP
    portNumber 1521
    networkProtocol
    Other Properties driverType=thin
    Connection Management Properties
    Enable Connection Pooling true
    Minimum Pool Size 1
    Maximum Pool Size 10
    Pool Increment Size 1
    Block Timeout (msec) 1000
    Expire Timeout (msec) 1000


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


  • 3.  RE: JDBC Adapter configuration Error IS601

    Posted 08/11/03 11:16 PM

    Thanks GV,

    It was solved no probs,we made some mistake while defining the JDBC test package in developer.


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


  • 4.  RE: JDBC Adapter configuration Error IS601

    Posted 08/20/03 10:04 PM

    Assuming your ID/password are fine… then.

    You should only need one classes***.zip file. Download for whatever connection type you are using.

    Also, use oracle.jdbc.pool.OracleDataSource if you are using classes12.zip. 's oracle.jdbc.driver.pool… for classes111.zip


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


  • 5.  RE: JDBC Adapter configuration Error IS601

    Posted 08/21/03 03:00 AM

    Thanks Randy,Its now working pretty much fine.

    Lets close this thread…


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