cancel
Showing results for 
Search instead for 
Did you mean: 

problem with pool connection

Former Member
0 Kudos

hello

I have recieved this error message in the sxmb_moni. is there a way to enlarge the connections and how?

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: resource error: could not get a client from JCO.Pool: com.sap.mw.jco.JCO$Exception: (106) JCO_ERROR_RESOURCE: Connection pool RfcClient[RFC_Reciever]ea8caac891c23cd2bb2a8de075809ecd is exhausted. The current pool size limit (max connections) is 1 connections.</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

did you check max connections parameter in RFC adapter?

http://help.sap.com/saphelp_nw04/helpdata/en/67/6d0540ba5ee569e10000000a155106/content.htm

Regards,

Michal Krawczyk

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos

Check this solved thread:

the default pool size is 10...however in your case it is just 1!!

Edited by: abhishek salvi on Jun 4, 2009 3:49 PM