cancel
Showing results for 
Search instead for 
Did you mean: 

ICM_HTTP_TIMEOUT

0 Kudos

Hello there,

there is a timeout occuring on synchronous messages in the RFC adapter.

The error message in transaction SXMB_MONI is:

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Codearea="PLAINHTTP_ADAPTER">ATTRIBUTE_CLIENT</SAP:Code>

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

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

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP client code 402 reason ICM_HTTP_TIMEOUT</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

Timeout parameters have been already increased:

PROCTIMEOUT was set to 1200 and also tried with -1 but it didn't work out.

Any ideas?

Thanks in advance.

Regards

Tim.

Accepted Solutions (1)

Accepted Solutions (1)

prasanthi_chavala
Active Contributor
0 Kudos

/people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts --> look into this Michal's blog and do set other timout parameters.

Thanks!

Answers (5)

Answers (5)

0 Kudos

Hello there,

just want to say that this is great work here in the forum. Thanks a lot for your quick answers. I'll let you know how it works out.

Regards

Tim.

Former Member
0 Kudos

Hi tim,

The request contains bad syntax or cannot be fulfilled.

The 4xx class of status code is intended for cases in which the client seems to have erred. Except when responding to a HEAD request, the server SHOULD include an entity containing an explanation of the error situation, and whether it is a temporary or permanent condition.

402 error is due to Payment Required

The original intention was that this code might be used as part of some form of digital cash or micropayment scheme, but that has not happened, and this code has never been used

to solve this increase the HTTP TIMEOUT

also check Michal Krawczyk blog ofor this

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

*Reward Points if useful*

Regards,

Sumit Gupta

aashish_sinha
Active Contributor
0 Kudos

Hi,

updated the timeout parameter in SXMB_ADM. This may help you. Also look at sm21 and ST22 in target system.

Also check this oss note, 906435 and 824554.

Regards

Aashish Sinha

PS : reward points if helpful

prateek
Active Contributor
0 Kudos

Check the "Other timeouts" section of this blog

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3802. [original link is broken] [original link is broken] [original link is broken]

There it is mentioned for RFC adapter's sync message

Regards,

Prateek

former_member184619
Active Contributor
0 Kudos

hi Tim,

welcome to SDN...

You need to restart the Xi server after increasing the timeout parameters..

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

Sachin

Message was edited by:

Sachin Dhingra