cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP ErrorCode:402 ICM_HTTP_TIMEOUT

Former Member
0 Kudos

Hi Experts,

I got the ICM_HTTP_TIMEOUT in SXMB_MONI and

Even iam unable to open Integration Builder also.

There are many messages are strucked in SMQ2.

The error looks like this

<SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>

<SAP:P1>402</SAP:P1>

<SAP:P2>ICM_HTTP_TIMEOUT</SAP:P2>

<SAP:P3/>

It is production System,

Can any body body help me as soon as possible.

What are the setting i need to do and where.

Thanks & Regards

Rohit

Accepted Solutions (0)

Answers (5)

Answers (5)

sunil_singh13
Active Contributor
0 Kudos

Hi Rohit,

Delete all the queue which are stuck and increase the Timeout parameter as suggested by Prateek But Don't Forget to Restart the server else the chanes will not take place (SMICM change requirs Restart).

Well as it is Production server you can't restart the server.

So it would be good if you delete the queue Also it seems that the messages you are sending is of huge size , Take care of that.

Thanks

Sunil Singh

Former Member
0 Kudos

Hi

I am not dealing with EOIO messages.

All the interfaces based on EO only.

I have restarted the J2EE engine with out changing any parameters, right now it is working fine.

Regards

Rohit.

Former Member
0 Kudos

Hi

I am not dealing with EOIO messages.

All the interfaces based on EO only.

I have restarted the J2EE engine with out changing any parameters, right now it is working fine.

Regards

Rohit.

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Check SAP note 824554 for 402 ICM_HTTP_TIMEOUT.

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>There are many messages are strucked in SMQ2

Adding to Experts,

Check whether the queues are Registered

>Even iam unable to open Integration Builder also.

Check the Table space

Cheers

Agasthuri Doss

prateek
Active Contributor
0 Kudos

1. Increase the value of the following parameter sxmb_adm -> Integration Engine COnfiguration -> Specific Configuration -> Runtime parameter HTTP_TIMEOUT

2. Increase the parameter value at smicm -> Menu Goto -> Parameters -> icm/conn_timeout.

Regards,

Prateek

Former Member
0 Kudos

Looks like you're dealing with an EOIO message which can not be delivered to the target system. What you should try first is to open the queue, select the first line and right-click that. Select execute LUW from the pull down menu. The message will now be reprocessed and if the problem is with EOIO, the queue should empty itself.

Please let me know the results.