cancel
Showing results for 
Search instead for 
Did you mean: 

Error code:110,error text: HTTPIO_PLG_CANCELED every time getting

Former Member
0 Kudos

Error code:110,error text: HTTPIO_PLG_CANCELED every time getting

Hi All,

Can you any body explaining why this message getting at odd times?.

success flags shows sxmb_moni for PI and ECC side ,this interface communicate from ECC(proxy) to Web service(SOAP) Asynchronous .

  

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!--  Call Adapter

  -->

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

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

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

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

  <SAP:P2>HTTPIO_PLG_CANCELED</SAP:P2>

  <SAP:P3 />

  <SAP:P4 />

  <SAP:AdditionalText />

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

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

  </SAP:Error>

Thanks & Regards,

Kyujin.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

As far as I know this error occurs when PI tries to call ECC using HTTP connection and in the ECC side

on that time no system resource is available to response to that call.

If we restart the ICM then this error resolves.

If we restart the message in PI after some time , then also the message processed.

For the permanent fix , I think we need to increase the load in ECC apps server.

Please check with basis team and they will be help you better.