cancel
Showing results for 
Search instead for 
Did you mean: 

Http receiver adapter error : ICM_HTTP_CONNECTION_FAILED

Former Member
0 Kudos

Hi all.

I have set up a receiver http adapter and for the life of me can't get it to work. In sxmb_moni I get the following error in the Call adapter step of the pipeline:

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_CLIENT</SAP:Code>

<SAP:P1>400</SAP:P1>

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

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP client. Code 400 reason ICM_HTTP_CONNECTION_FAILED</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

It does not matter where I try and post to, it comes back with this. I am using "Url address" for Addressing type.

Help appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rodney,

Its the HTTP Error 400.

So look if the message are in the right format.

The error means that the message is in an format what your receiver can't understand.

Regards,

Robin

manish_bhalla2
Contributor
0 Kudos

You should check whether the HTTP service is working on your system.

transaction smicm -> goto -> services. check the entry for HTTP. If necessary, a restart of the J2EE server might help.

Also check the http adapter is active.

transaction sicf -> default_host->sap->xi->adapter_plain

Cheers

Manish