cancel
Showing results for 
Search instead for 
Did you mean: 

JCO "Connection pool xyz exhausted" - Setting back connection pool?

Former Member
0 Kudos

Hi all!

We have a Java written program running in an iview. This program uses JCO connections.

Portal is 7.0 SPS 24.

Now we are getting an error:

"com.sap.mw.jco.JCO$Exception: (106) JCO_ERROR_RESOURCE: Connection pool myEP60webW1P is exhausted".

How can I set back this connection pool inside the portal?

Any help welcome!

Thank you!

PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

PM,

1. Increase the number of connections allowed for the pool (setting "Maximum Connections" for JCO destination)

2. Decrease the lifetime of a connection in the pool (setting "Connection Timeout")

These settings can be changed via the Web Dynpro Content Admin for the JCO destinations used by Web

Dynpro applications in question (only for the Data Destination and not metadata destination).

For your [Reference|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0019b1a-775f-2910-beb8-d81f27d0d8d0?QuickLink=index&overridelayout=true]

Cheers!

Sandeep Tudumu

Former Member
0 Kudos

Hi Sandeep!

Thanks for your answer...

We are talking here not about a WD program.

It is a self written Java program that "goes crazy"...

Regards

Peter Meyer