cancel
Showing results for 
Search instead for 
Did you mean: 

ICM_HTTP_CONNECTION_FAILED

Former Member
0 Kudos

hi,

I have successfully configured the HTTP Destination for SSL.

But when i try to configure just the RFC destination for plain URL without SSL i get ICM_HTTP_CONNECTION_FAILED error.

I read the blogs where it suggests to check the SICF tcode if HTTP services are running and its running.

Is there any other setting/configuration that i need to do?

Also i tried giving the IP address instead of DNS name but still i get the same error.

Thanks,

Tirumal

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

Check this SAP Note-824554,783515,706563

Regards,

Moorthy

Former Member
0 Kudos

Moorthy -

I have a HTTP Receiver which is a plain URL.

I have defined the URL as HTTP Destination of type 'G' in SM59. When i test here it throws me the error.

I did try to use the URL Address too while configuring the HTTP Adapter as sender, even then it gives the same error.

I am running on SP16. Do i still need the support packages? If so how do i check for the support packages if they are already installed?

Thanks,

Tirumal

Former Member
0 Kudos

hi,

Need help on this.

We are running on Sp16 but still get the ICM_HTTP_CONNECTION_FAILED error.

I looked at the note 783515 but the support package deals with release 6.20 while we are running on 6.40

Thanks,

Tirumal

moorthy
Active Contributor
0 Kudos

Hi,

If you are in 6.40 , then I don;t think so , it is required here.

But are you getting any error during Runtime? Check it,

ALso check the port/Path Prefix given in SM59..

Regards,

Moorthy

Former Member
0 Kudos

hi,

During runtime, i get this error:

<?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="1">

<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>N</SAP:Retry>

</SAP:Error>

URL: http://test.ebiz.com/cgi-bin/reqHeader.jsp (for security reasons i modified the url)

In SM59 i have given the following:

target host: test.ebiz.com(without http://)

service no: 80

path prefix: /cgi-bin/reqHeader.jsp

Hope the above is right.

Thanks,

Tirumal

Former Member
0 Kudos

hi,

Any reason why its failing.

Thanks in advance,

Tirumal

Former Member
0 Kudos

hi,

Checked with the basis team and found that the Port 80 for HTTP is blocked on the XI Server.

That is causing the HTTP to fail.

Thanks,

Tirumal

Former Member
0 Kudos

Hi,

Do you know how to check if port 80 is blocked or not.

Cheers,

Sumit