cancel
Showing results for 
Search instead for 
Did you mean: 

error code: 110, error text

Former Member
0 Kudos

Hi all,

While working with Soap Adapter and when the pay load is more 2.7MB i am getting the below error.

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

The above error is raised only when the payload is moe ,if I send 1mb payload its working fine.

Any inputs would be helpful.

Thanks,

Srinivasa

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

In visual admin, check the value of following parameter

icm/HTTP/max_request_size_KB - it should satify your message size requirement.

Regards,

Prateek

former_member183909
Active Participant
0 Kudos

Did you ever fix this.? As I also get the same error

ALSO Regarding Pooja's reply > Beware that this is only relevant for XI3.0 SP0 for all others it should be just /dir/CacheRefresh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ...

Check out this part of the following blog : /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

*
      Hi,


      what about the http response code 110.


      I get lot of errors in SAP Exchange Infrastructure in SXI_MONITOR:


      - <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>110</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when receiving by HTTP (error code: 110, error text: )</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>


      Any idea?


      With kind regards.


      Martin Steinberg 

    *
      SXI_CACHE
      2007-10-11 13:45:49 Marco Salazar SAP Employee Business Card [Reply]

      to solve this try in the INTEGRATION_DIRECTORY_HMI destination put in the path field /dir/hmi_cache_refresh_service/ext 

    *
      Query

Thanks,

Pooja Pandey