LiveCycle - Additional Configuration for a Stable WebSphere JDBC Connection Pool

| No Comments

For a long-running, stable configuration of the WebSphere JDBC Connection Pool for a database (DB2, Oracle, SQL Server 2005), there are additional configuration steps that can be performed.


1) Enable pre-testing of pooled connections
2) Enable pre-testing of existing pooled connections

In the WebSphere Admin Console, navigate to JDBC providers->[Your_JDBC_Provider_Name]->Data sources->[Your_JDBC_Data_Source_Name]->WebSphere Application Server data source properties.

Check the checkbox for "Pretest existing pooled connections"
Check the checkbox for Pretest new connections.

In the "Pretest SQL string" field, enter:
SELECT COUNT(*) FROM LCDB2.EDCVERSIONENTITY.
Replace "LCDB2" with the actual name of your schema.

Apply and save the changes.

Repeat this for all of LiveCycle's data sources (IDP_DS, EDC_DS, JMS_DS).

Re-start the WebSphere appserver instances that host LiveCycle.

Leave a comment

About this Entry

This page contains a single entry by Jayan Kandathil published on May 21, 2009 12:53 PM.

LiveCycle PDF Generator Best Practices was the previous entry in this blog.

Applying LiveCycle Service Packs is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.