cancel
Showing results for 
Search instead for 
Did you mean: 

ICM_HTTP_CONNECTION_FAILED Fehlercode: 400

Former Member
0 Kudos

Hi ,

I get the error ICM_HTTP_CONNECTION_FAILED Fehlercode: 400 when I try to send the XML contents.could somebody tell me what could be wrong?I have set up the HTTP connection and it seems to be ok. Please provide your comments.

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

<SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText><html><head><title>SAP Web 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://ls4092.wdf.sap.corp:50082/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 Web 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://ls4092.wdf.sap.corp:50082/sap/public/icman/img/theme.jpg" width=122 height=61 border=0 alt="SAP"></td> </tr><tr><td background="http://ls4092.wdf.sap.corp:50082/sap/public/icman/img/graybar_tile.jpg" height="31"> &nbsp;</td></tr> </table> <br><br> <table width=800> <tr><td width=50 nowrap> </td><td> <H2><b>404 Resource not found</b></H2><br><hr><br>Partner not reached<br><br><hr> <table border="0"> <tr><td>Error:</td><td>-20</td></tr> <tr><td>Version:</td><td>6040</td></tr> <tr><td>Component:</td><td>ICM</td></tr> <tr><td>Date/Time:</td><td>Tue Nov 15 09:19:36 2005 </td></tr> <tr><td>Module:</td><td>icxxconn_mt.c</td></tr> <tr><td>Line:</td><td>2114</td></tr> <tr><td>Server:</td><td>ls4092_X3R_82</td></tr> <tr><td>Detail:</td><td>Connection request from (74/16822/0) to host: ld0045.wdf.sap.corp, service: 50044 failed (NIECONN_REFUSED) AP-T74, U16822, 100 XIAPPLUSERMD, INLD50034358A, 09:19:36, M0, W3, , 1/0</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-2003, SAP AG</a></FONT></td></tr></table></SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Fehler beim Empfangen per HTTP (Fehlercode: 400, Fehlertext: ICM_HTTP_CONNECTION_FAILED)</SAP:Stack>

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

</SAP:Error>

Best Regards,

Arun

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Actually, I think you may be going down the wrong path with this. The HTTP error code that is reported is 400, which if you look at the w3c definition [1], is a bad request:

" The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications."

Basically this indicates to me that there is a problem with the message that you are sending, not the server that is receiving it. I hope this helps.

Cheers,

Steve

[1] http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

-


If you find a post useful, please help keep the community going by setting a good example and rewarding the poster with points.

Former Member
0 Kudos

Hi Arun

Check the following thread, read it fully you will find error similar to yours being discussed,

cheers

Sameer

udo_martens
Active Contributor
0 Kudos

Hi,

your target "ld0045.wdf.sap.corp:50044" wasn't reachable. Please ping it.

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

Thanks for the information but even after I change the

host it is still showing the same error in the xml.

ld0045.wdf.sap.corp.Any clue on this.

Regards,

Arun

udo_martens
Active Contributor
0 Kudos

Did you ping? What is the result?

Former Member
0 Kudos

Hi Udo,

I pinged for the host ld0045.wdf.sap.corp there was no reply and I changed the host as this was not the correct host no.but even then I was not able to see the new host in the generated XML .The host is ld1018.wdf.sap.corp and th ping for this works.

Regards,

Arun