cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP-Client: exception during receive: HTTP_COMMUNICATION_FAILURE

06-23-2006 10:09 PM
2009 views 5 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi,

I am getting the following error in XI 3.0 SP12.

This error is occured in the Call Adapter step.

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

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

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

<SAP:P1>108</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

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

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

and in the trace of that messages the error is as follows:

System_Error HTTP-Client: exception during receive: HTTP_COMMUNICATION_FAILURE

The scenario is a BPM in which calling a BAPI using RFC adapter Synchronously and after getting the response from BAPI generating a file for that response data.

I think message is failing in receiving response from BAPI.

Kindly reply me back ASAP.

Thanks

Gopesh

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Likes

Hi,

Can you check SICF services are active or not. in Transaction SICF.

Also Check the HTTP ports (using transaction SMICM –choose Services),

Check RFC adapter Configuration, Gateway, etc

Regards,

moorthy

Answers (2)

Answers (2)

Former Member
0 Likes

Hi Gopesh Agarwal,

please check with your Infrast Team if you have an Http port Problem.

Hope these answer will helps you..

Regd's

Hari

Former Member
0 Likes

If it is Http port problem then in every message it should give problem for that scenario. If is giving problem in only few mesaages , but for data in those messages the BAPI is independently working fine.

But using xi it is giving error.

Thanks

Gopesh

Former Member
0 Likes

Hi,

As per you question the Bapi is not Reaceving rest of the funct or working please check what you been returing in Bapi.

and please check SCIF HTTP should be active service..

Please check the struct of Bapi what you r trying to send.

Hope these answer will Help you.

Regd's

Hari

Former Member
0 Likes

As i mentioned earlier that the scenario is working fine for other messages with different data but for some of the messages it is giving problem , i have checked that all setting are fine like SICF , SMICM.

From some other thread i came to know about increasing the value for the parameter icm/HTTP/max_request_size_KB which i have increased to 150MB but still the same problem.

Thanks

Gopesh