cancel
Showing results for 
Search instead for 
Did you mean: 

File failing with ICM_HTTP_CONNECTION_BROKEN error in SAP PI

former_member208396
Participant
0 Kudos

Hi Expert,

We have file to proxy senario in our production environment where, while sending the file from PI to ECC syestem via proxy, it fails below with error in call adapter step.

Have tried with many options mentioned in scn.sap.com site like

1. Increasing the HTTP ICM PROCTIMEOUT paramaters.

2. restarted ICM in both sender and receiver system.

But still it is not resolved yet. Please help.

  <?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>401</SAP:P1>

  <SAP:P2>ICM_HTTP_CONNECTION_BROKEN</SAP:P2>

  <SAP:P3 />

  <SAP:P4 />

  <SAP:AdditionalText><html><head><title>Application Server Error</title> <style type="text/css"> body { font-family: arial, sans-serif;} </style> </head> <BODY text="#172972" link="#808080" vlink="#808080" alink="#8e236b" bgcolor=white leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <table height="61" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="http://cimbp05.hsec.emeadc001.philips.com:8005/sap/public/icman/img/bluebar_tile.gif" height="30"><table> <tr> <td width=5></td> <td width=20% nowrap><font face=arial size="-1" color=white>SAP NetWeaver Application Server </font></td><td width=75% align="right" nowrap><font face=arial size="-1" color="white"><a href="http://help.sap.com/">Help </font></td><td width=5% nowrap></font></td> </tr></table> </td><td rowspan=2 width=122 height=61 valign=top><img src= "http://cimbp05.hsec.emeadc001.philips.com:8005/sap/public/icman/img/theme.jpg" width=122 height=61 border=0 alt="SAP"></td> </tr><tr><td background="http://cimbp05.hsec.emeadc001.philips.com:8005/sap/public/icman/img/graybar_tile.jpg" height="31">  </td></tr> </table> <br><br> <table width=800> <tr><td width=50 nowrap> </td><td> <H2>500 Network connection broken</H2><br><hr> <table border="0"> <tr><td>Error:</td><td>-8</td></tr> <tr><td>Version:</td><td>7210</td></tr> <tr><td>Component:</td><td>ICM</td></tr> <tr><td>Date/Time:</td><td>Mon May 4 14:12:57 2015 </td></tr> <tr><td>Module:</td><td>icxxthrio_mt.c</td></tr> <tr><td>Line:</td><td>848</td></tr> <tr><td>Server:</td><td>cimyp25_MYP_25</td></tr> <tr><td>Error Tag:</td><td>{-}</td></tr> <tr><td>Detail:</td><td>Connection to partner broken</td></tr> </table> <p></p> </td></tr></table> <table><tr><td width=50 nowrap></td> <td nowrap><FONT SIZE=-1><a href="http://www.sap.com/">&copy; 2001-2009, SAP AG</a></FONT> </td></tr></table> </body></html></SAP:AdditionalText>

  <SAP:ApplicationFaultMessage namespace="" />

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

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

  </SAP:Error>

Regards,

Vishnu Srivastava

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor

Hi Vishnu,

This link may be helpful.

Regards,

Praveen.

former_member208396
Participant
0 Kudos

Hi Praveen,

As per the solution mentioned in the link we have checked for the icm/HTTP/max_request_size_KB parameter in Quality and production environment. It is maintained as icm/HTTP/max_request_size_KB= 102400.

Also we are able to process the same file in quality but not in production though the parameters are same.

Please help..!!

Regards,

Vishnu

iaki_vila
Active Contributor
0 Kudos

Hi Vishnu,

This parameter (max_request_size_KB ) has to be set in PI and in ECC, because in ECC the message arrives via IE as well.

Try to reduce the system resources consumption in the sxmb_adm transaction:

Regards.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

message is too big, try to download xml from payload and check dimensions.

Check also start time of message and end time: how many minutes have the message been processed for before raising error?

Fact that in QTY you don't have same error is not relevant because surely QTY has less load than PRD.

For my experience only solution is to split message.

BR

Fabio

RaghuVamseedhar
Active Contributor
0 Kudos

Vishnu,

Please check below SAP note

2149132 - ICM performance checks

former_member208396
Participant
0 Kudos

Hi Raghu,

we have checked for the standard ICM parameters in our system. As per Basis team they are maintained as per recommendation from SAP. Seems no issue with that, any other clue..?

Regards,

Vishnu

Former Member
0 Kudos

Hi Vishnu

  I have similar issue, could you please share me if you got any solution??

Thank you,

Regards

Srinivas

former_member208396
Participant
0 Kudos

Hi Srinivas,

I don't actually remember exact solution as post is bit old and issue was with my previous organization . But I do remember that after consulting with SAP we have done some changes in ICM parameters, probably "max_request_size_KB" and something else, which does not resolved the issue completely but up-to some extent.

Regards,

Vishnu Srivastava

former_member183908
Active Contributor
0 Kudos

Hi

Can you check your HTTP destination in PI pointing to ECC for proxy communication, whether the user logon details was not expired or it was not locked.It supposed to be the service user however sometime it can be a zpiappluser.

Thanks

former_member208396
Participant
0 Kudos

Hi Pavan,

Thanks for your reply. We have already checked it. User details seems to be working fine as we are not facing issue with all files rather with some files with same attachments which is similar to successful file attachments.

Regards,

Vishnu