cancel
Showing results for 
Search instead for 
Did you mean: 

ICM_HTTP_CONNECTION_FAILED

Former Member
0 Kudos

Hi expert:

When we click a button in UI it triggers a BTC job in R/3. This jobs tries to connect to external non sap system which returns a value.

This scenario is properly working in our Production system but not in our Developnment and Quality system.

It gives the error Error in HTTP Access: IF_HTTP_CLIENT->RECEIVE 1 ICM_HTTP_CONNECTION_FAILED.

SICM log gives me below error.

[Thr 2057] Fri Mar 5 02:57:25 2010

[Thr 2057] *** WARNING => Connection request from (95/2893/0) to host: devstv.intra.chrysler.com:8005, service: 80 failed (NIEHO

AP-T95, U2893, 100 T8160PJ, 53.233.8.203, 02:57:25, M0, W0, , 1/1 [icxxconn_mt.c 2118]

can anybody help me??

thanks in advance

rgds,

Yusuf.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

thanks everyone for your help. My problem is resolved.

Regards,

Yusuf.

Former Member
0 Kudos

can anybody help me??

thanks in advance

rgds,

Yusuf.

Former Member
0 Kudos

Hi,

From your SAP system OS level, Command prompt you can use this command telnet <IP number of target system>:Port number

Blank space came means your target system port is open, if not check your target system and get a help of your network administator.

If your target system have private network there is no restriction in ports ...But your target system have Public IP address the port may closed.

Thanks

Jibin

Former Member
0 Kudos

Hi sekhar,

In sm59 I had already checked HTTP Connection to Ext. Server is working fine. HTTP service is also enabled and active in SMICM.

Majumdar,

devstv.intra.chrysler.com:8005, service: 80 failed error is comming.

As far as I understand 8005 is the port which has to be enabled on that server. I dont have idea of what service: 80 mean

rgds,

Yusuf.

Former Member
0 Kudos

Hi Yusuf,

Additionally also check the port 80 if it is open or closed. If it is closed, ask your network administrators to open it.

Regards

Sourabh Majumdar

Former Member
0 Kudos

I presume there is an TCP/IP or HTTP based RFC setup to connect your 3rd/non-sap system when you execute the job.

if so please check that rfc is working fine. And also within SAP check http is enabled.

basically this error comes if there is communication/understand/bulk process in place.

-sekhar