cancel
Showing results for 
Search instead for 
Did you mean: 

error CLIENT_RECEIVE_FAILED Error while receiving by HTTP

Former Member
0 Kudos

Hi,

I am working on a XML to flat file scenario where I am using MULTI Mapping to get multiple outputfiles.but in SXMb_MONI I am getting this below error. and mesages are stuck in SMQ2.

<?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="">

<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="" />

<SAP:Stack>Error while receiving by HTTP (error code: 110, error text: )</SAP:Stack>

<SAP:Retry>A</SAP:Retry>

</SAP:Error>

what might be the cause for the error and do i need to enable any TUNING parameteres in IE specific config ?

I have gone through different que blogs,but cant find the right one.

thank you,

babu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Babu,

the error has occured in the last pipeline step - Call adapter... Looks like the message size is too large (happens sometimes with multimapping)...Try increasing the max request size parameter.

Please go through Micheal's Post - >

Also go through the tuning guide...

regards,

Arvind R

Former Member
0 Kudos

hi Arvind,

my source file size is about 60KB not even 1MB.

and I am not doing any HTTP requests,I am using just fIle adapter XML to FLAT FILE.

so,I think the given thread is not related to my error.

more over I got 110 code not 108 code as in the thread.

thank you,

Babu Sri

Former Member
0 Kudos

Babu,

This pretty much looks like a time out problem.... Try to confirm this problem by changing ur mapping such that only 1-2 multimapped messages are constructed in the source...

Try increasing these two parameters-

1) icm/keep_alive_timeout = default - 60- try 180 (and progressively reduce)

2 ) Work Process time out

rdisp/max_wprun_time = 1200

default is 600.

Former Member
0 Kudos

NOTE:803145 solved my problem.

thank you.

Former Member
0 Kudos

just curious,

where do we set those parameter? Tcode?SICF

thank you.

VijayKonam
Active Contributor
0 Kudos

Is this a SOAP to flat file scneario or HTTP to flat file? Check if the receiver adapter has been properly configured.

VJ

Former Member
0 Kudos

VJ,

thank you for your response.

I clearly mentioned in the first line XML to FLAFILE scenario.