cancel
Showing results for 
Search instead for 
Did you mean: 

ICM_HTTP_CONNECTION_FAILED

Former Member
0 Kudos

I am getting following error while doing file -> XI -> abap proxy scenario.

<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:AdditionalText><html><head><title>SAP Web Application Server

</td><td> <H2><b>404 Resource not found</b></H2><br><hr><br>Partner not reached<br><br><hr> <table border="0">

<tr><td>Detail:</td><td>Connection request from (30/178/0) to host: hostname, service: 8001 failed (NIEHOST_UNKNOWN) AP-T30, U178, 300 XIAFUSER, , 14:22:56, M0, W0, , 1/0</td></tr> </table>

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

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

1. try <b>question 14</b> (integration engine section)

/people/mark.finnern/blog/2006/01/12/finally-best-of-sdn-2005

2. also <b>question 11</b> (in the same section)

3. if the avove will not fix it open xi config guide and

have a look at section

<i><b>"Connecting Business Systems with an Integration Engine to the Central Integration Server"</b></i>

did you complete all the steps?

BTW

but do the 1,2 steps in the first place:)

Regards,

michal

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Your error code is 400, so check this link,

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

For hhtp 400, its a bad request,

'<i>The request could not be understood by the server due to malformed syntax.</i>'

If you have the xi troble shooting guide see from page 54,and also try,

1.Check that the port really is the ICM HTTP Port (transaction

SMICM) and not the J2EE port

2.If the port is wrong, change the pipeline URL in the SLD in

the business system of the Integration Server

3.Restart the J2EE Engine to reset the SLD buffer of the

Adapter Engine

Source- "Xi troubleshooting guide"

Regards,

Anirban.

Former Member
0 Kudos

Thanks Michal and Anirban. The host file had incorrect IP address. Thatz why we were getting the error.