cancel
Showing results for 
Search instead for 
Did you mean: 

CLIENT_RECEIVE_FAILED error

Former Member
0 Kudos

Hi Friends,

Please help me to resolve this issue which I am getting in production server:

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>

<SAP:P1>110</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

As I checked the message size, it showing 25716041. And as per the log also we are getting out of memory error.

Please provide help.

Regards,

Nutan

Accepted Solutions (0)

Answers (3)

Answers (3)

RameshGulipall
Active Participant
0 Kudos

HI Nutan,

By default processed message size PI is 100MB.

First you check the size of the mesages in the parameter (icm/HTTP/max_request_size_KB) in Tcode RZ11, you will get the message size details 100 MB, So you have to increase the parameter from Tcode RZ10 icm/HTTP/max_request_size_KB = 3072 MB.After that Save the instance and restart your server message will processed succfully.

Regards,

Ramesh

Former Member
0 Kudos

Tip:

For large messages you may also want to tune the Java stack Java server memory, or they will fail during the mapping process with OOM error.

You should also ensure that you have set message retention appropriately, so that your database doesn't start filling up too quickly.

0 Kudos

Hello,

Can you describe the scenario a little better?

Is it proxy?

The error is kind of generic.

Regards,

Caio Cagnani

Former Member
0 Kudos

Hi,

check this.

Fabio