Skip to Content
Author's profile photo Janardhan reddy J

ICM_HTTP_CONNECTION_FAILED

Error:ICM_HTTP_CONNECTION_FAILED

Solution:

1. Goto  Tx: SICF and Select Client from Menu  Proxy Setting (Ctrl+F2),

1.JPG

2.In Global Setting Tab:

Provide the below details,

a). Authorization: S_ICF

b). No proxy for the following addresses: *.sap.corp;*.sap-ag.de;*.sap.com;

2.JPG

3.In HTTP Protocol Tab:

Technical Setting  : Give Hostname and port number

Logon Data           : Give username and password

3.JPG

Click on OK.

4.For Testing Goto Tx. SE38  Run the Program (/IANWM/CHECK_WS),

4.JPG

Click on Execute.

5.Check Result:

5.JPG

Thank you…!

Assigned Tags

      5 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Isaias Freitas
      Isaias Freitas

      Hello,

      The ICM_HTTP_CONNECTION_FAILED indicates that the SAP was acting as the HTTP client, and that the ICM could not connect to the target server.

      The settings mentioned in this blog could be the root cause, but they are not the only possible root case.

      Checking the entries written to the dev_icm trace file right after performing a connection test can reveal the other possible root causes.

      For example:

      1) "hostname unknown" -> DNS issue;

      2) "connection refused" -> network issue; something at the network blocking the connection (firewall?); details of the target server are incorrect (hostname, port).

      Regards,

      Isaías

      Author's profile photo Janardhan reddy J
      Janardhan reddy J
      Blog Post Author

      Hi Isaías,

      When you have maintain details like mentioned in this blog, you did not get any issues like,

      "hostname unknown" -> DNS issue.


      Thanks

      Jana


      Author's profile photo Isaias Freitas
      Isaias Freitas

      Hello Jana,

      And what if there is no proxy involved? 😉

      Regards,

      Isaías

      Author's profile photo Janardhan reddy J
      Janardhan reddy J
      Blog Post Author

      Hi Isaías,


      To use Web services clients for external communication, you have to configure the global HTTP proxy settings. These global settings affect all Web services that are deployed on the server.


      Thanks

      Jana

      Author's profile photo Isaias Freitas
      Isaias Freitas

      In this case, maybe the title of your blog could be adjusted?

      And even so, the errors I mentioned could still occur, even if the proxy settings are correct (a firewall could be blocking the connection from SAP to the proxy; SAP would still use DNS resolution to connect to the proxy, if a hostname is defined instead of the IP address of the proxy).

      Cheers!