DB Connection Pooling JDBC for Integration Server v 46

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.