cancel
Showing results for 
Search instead for 
Did you mean: 

ICM_HTTP_CONNECTION_FAILED

Former Member
0 Kudos

Hi all!

My scenario is File->XI->(HTTP receiver adapter)J2EE appl.

I got the following error in SXMB_MONI:

<?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>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>

</SAP:Error>

These are the setting that i ahve given in HTTP receiver comm channel:

Adapter Type:HTTP -


Receiver

Transport protocol: HTTP1.0

Message Protocol: XI Payload in HTTP Body

Adapter engine: Integartion Server

Addressing type: URL address

Target host: localhost

Path: /Invoke/DisplayRes/

Authentication Type: Use Logon data fotr SAP System

Content Type: text/xml

XML Code: UTF-8

I am not able to figureout where i went wrong!

Thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

manish_bhalla2
Contributor
0 Kudos

Hi Datta,

First thing to check is that the adapter_plain service is activated in the transaction SICF. (path: default_host-> sap -> xi -> adapter_plain

Then check that the http service is running properly (transaction SMICM).

Also, unless you are connecting to an SAP webAS, you should give a username and password, rather than "Use Logon data fotr SAP System". You could also maintain the URL and authentication data as an sm59 destination and use that in the adapter.

Cheers

Manish

Former Member
0 Kudos

Hi Datta,

Please take a look at these threads..

Hope these help you!

cheers,

Prashanth

Former Member
0 Kudos

Hi,

Please can you look at the threads:

Regards

Vijaya