cancel
Showing results for 
Search instead for 
Did you mean: 

ICM_HTTP_CONNECTION_FAILED

Former Member
0 Kudos

Hi,

I am using Proxy to file senario. My Scenario was runing till yesterday.

Today I got some issue in QA that total number of message are not coming in file from proxy.

for this I checked the my ECC system messages were stucked in Queue for this I have Refresh the Queue.and it worked but after some time. when I was sending the message I got ICM_HTTP_CONNECTION_FAILED error. for this I have below link

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/bd5950ff-0701-0010-a5bc-86d45fd52...

point no 1 ,2 on page 54.

and I have checked below link

/people/mark.finnern/blog/2006/01/12/finally-best-of-sdn-2005

Question number 14

but I want to know 2 points

1-Why This happen as alll the configuration are correct . Is it beacuse of XI system(Java or ABAP stack) was down for some time.

2. Can I reprocess the same message again in PI.

Regards

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

Hello!

Ensure that the right host entries (IP Fully Qualified Host Name and

the hostname) are maintained both in the PI server and also in the

local machine from where you are trying to test the scenario.

Since you are using PI 7.0, make sure that the HTTP port is 80<instance

number> and the j2ee port is maintained as 50<isntance number>0 at the

appropriate exchange profiles, RFC destinations, Business systems in

SLD (Integration server), SAP instance profile and ICM.

Ensure that the caches refreshed after you make any changes at the SLD.

To check the port use tcode SMICM -> Goto -> Services.

If the port is wrong, change the pipeline URL in the SLD in the

business system of the Integration Server

Also, for reference, take a look in the following link:

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Point 2

Regards,

Caio.

iprieto
Contributor
0 Kudos

Hi,

Yesterday I had the same problem.

For fixing this problem we must to activate the ICF services in ERP system using the transaction RSXMB_ACTIVATE_ICF_SERVICES.

Maybe your ICM services was down for some time.

The messages with error status were reprocessed by means of SMQ2 transation.

Best regards

Ivá

Former Member
0 Kudos

Hi Manish,

This timeout occurs when the maximum duration of the connection exceeds the specified value.

Please refer the below links:

http://help.sap.com/saphelp_nw70/helpdata/en/8f/0fd53bae0df72ce10000000a114084/content.htm

The below blog will help to clarify the confusion:

/people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts

-Tanaya.

Former Member
0 Kudos

Hi Manish,

1-Why This happen as alll the configuration are correct . Is it beacuse of XI system(Java or ABAP stack) was down for some time.

connection time out error will occur if source is unable to connect to target. In your case, as you mentioned, if PI was down (ABAP Statck as its proxy communication), you should have got this error. This may also come if there is somting wrong over network, even though target system (PI in this case) is up.

2. Can I reprocess the same message again in PI.

You can restart / reporcess the message in PI.

Regards

Sushil