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.  Unable to Enable JDBC Connection

    Posted 02/09/09 04:40 PM

    Hi,

    I am facing a problem in creating a JDBC connection. I am connecting to a remote Oracle DB. When I am trying to create the JDBC Connection. It is giving the error as :

    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource v1.jdbcAdapterConnection:JDBCConnection.[ART.118.5063] Adapter Runtime (Connection): Unable to start connection v1.jdbcAdapterConnection:JDBCConnection: after 1 attempt(s).[ADA.1.200] The JDBC DataSource class "oracle.jdbc.pool.OracleDataSource " cannot be located.oracle/jdbc/pool/OracleDataSource

    There are so many other connections which are enabled(around 10 connections). What might be the problem.

    Connection Details:
    Connection Type:JDBC Adapter Connection
    Package: v1
    Transaction type: No_Transaction
    Datasourceclass: oracle.jdbc.pool.OracleDataSource
    network protocal: tcp
    Other: driverType=thin
    enable connection : true
    minimum pool size:0
    max :10
    pool incre:1
    block;1000
    expire:1000
    startup retry:0
    startup backoff:5

    Kindly help.
    Thanks,
    David.


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


  • 2.  RE: Unable to Enable JDBC Connection

    Posted 02/09/09 07:17 PM

    "oracle.jdbc.pool.OracleDataSource "

    Verify that there is not a trailing space in the datasource class field.


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


  • 3.  RE: Unable to Enable JDBC Connection

    Posted 02/09/09 08:31 PM

    Hi Reamon,

    I have solved the problem.I have searched the advantage webMethods and found the solution.Yes, You’re right.It’s because of the spaces.

    Anyways, You are perfect in hitting the bulls eye.

    Thanks,
    David.


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