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.
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.
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.