cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP and RFC

Former Member
0 Kudos

Hi All,

My scenario is Soap to RFC(Synchronous)

When tested the BAPI individually ,the rfc is working fine but when input is passed through PI ,we are getting error in the response.

Could anyone help me out in this.

Thanks in Advance

Regards,

Lavanya.B

Accepted Solutions (1)

Accepted Solutions (1)

former_member463616
Contributor
0 Kudos

Hi Lavanya,

Please see the below threads, it might be useful to you.

Regards,

P.Rajesh

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi All,

This was solved by,

1.Increased the time limit in BPM-Portal tool

2.The field length was 10 and it was taking by default some Preceding Zero's ,when tested in R/3 server but it was throwing error when passed through PI as the field lenght was not met.

a.This was found by setting up an external debugger in the R/3 server.

b.Used Format number

Former Member
0 Kudos

Hi All,

Please find the errors:

1.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 RfcClientchn_rcv_rexam6bd7032f9876375cbac2502706afa6e4 is exhausted. The current pool size limit (max connections) is 1 connections

2.Field:PROFIT_CNT is updating when the input is given directly in RFC but when passed through PI the value is not updated.

Regards,

Lavanya

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Increase the value for this parameter in NWA/VA:

ume.r3.connection.master.poolmaxsize

You might also need to increase the value for this one

ume.r3.connection.master.poolmaxwait

Hope this helps,

Mark

rajasekhar_reddy14
Active Contributor
0 Kudos

How you have sent a request to PI using SOAP UI or WS Navigator?

Paste error response here.

Regards,

Raj

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

What is the error that you are getting? Can you paste it here?

Regards,

Mark