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
Expand all | Collapse all

DB Connection Pooling JDBC for Integration Server v 46

  • 1.  DB Connection Pooling JDBC for Integration Server v 46

    Posted 02/13/04 03:35 AM

    Hi All,

    Can any body explain me exact procdure to enable database connection in Integration Server v 4.6.

    We configured in our dev server, we see Integration Server is hanging for every 3 or 4 documents. If disable connection pooling, we are able to process more than 100 documents without any problems.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: DB Connection Pooling JDBC for Integration Server v 46

    Posted 02/17/04 04:28 PM

    Hi,
    Please use explicit connect and close calls whenever you access database. Also, make sure you close the connection in the error handler steps. This is kind of mandatory when we use connection pooling.

    Thanks,
    Hari.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB