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.  Adapter RunTime error - No more data to read from socket

    Posted 01/12/07 10:22 AM

    We are oftenly getting the following Adpater run time exception error “[ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service SATURN_ASN.Services:getInboundForMcData. [ADA.1.316] Cannot execute the SQL statement “SELECT MCDATA_INBOUNDID_SEQ.NEXTVAL FROM DUAL”. " (17410) No more data to read from socket” No more data to read from socket".

    This connection is used to invoke a Oracle SEQUENCE for each transaction.

    Oftenly we are getting the error and whenever we refresh the connections, it started working.

    Some of my colleagues also facing the same kind of error in the connections to the same Database. They are using different connection.

    Connection details attached as a zip file “JDBC_Connection_Parameters.zip”

    Need u`r expertise suggestion to stop reoccurence of this error. DB is a Oracle Database.


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


  • 2.  RE: Adapter RunTime error - No more data to read from socket

    Posted 01/12/07 10:34 AM

    Try setting the minimum connection pool size to 0 for the pool that this query is executing against - sounds to me like a stale connection.


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


  • 3.  RE: Adapter RunTime error - No more data to read from socket

    Posted 01/21/07 05:56 AM

    Jlameers, Thanks a lot for u`r suggestion. After setting the min conn pool size to 0, we are not seeing any errors.

    Is there any performance issue by setting minimum connection pool to 0.


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


  • 4.  RE: Adapter RunTime error - No more data to read from socket

    Posted 01/21/07 05:38 PM

    “Is there any performance issue by setting minimum connection pool to 0.”

    This is one of the best practices set for JDBCAdapter connections…It works well for your scenario.

    HTH,
    RMG


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