Hi,
I am Having Problem with my Production System.For Every 60s it is Timed Out.
500 Connection timed out
-
Error: -5
Version: 7000
Component: ICM
Date/Time: Fri Mar 30 10:39:17 2007
Module: icxxthr_mt.c
Line: 2646
Server: DSSEPQA__77
Error Tag: {-}
Detail: Connection to partner timed out after 60s
Plz Reply ASAP.
Regards,
Kumar
in this kind of urgent case inform the SAP via OSS (service.sap.com)
Regards, Jens
Did you search SDN? There are many messages about icxxthr_mt.c
looks like ICM has timed out.
you need to set the following profile parameters to a reasonable time period
icm/keep_alive_timeout
Raja
Hi ,
Please Provide Me the Solution For This Issue if you find any Solution Im Also Facing Same Problem .
Regards ,
venkat p
Hi All,
FYI : Increasing the parameter icm/keep_alive_timeout to higher value, worked for me
Thanks,
Srini
Dear Srinivas,
The best practice is not increasing the keep_alive_timeout, but setting the parameter PROCTIMEOUT so that we can maintain the proctimeout and timout parameters independently.
See the link http://help.sap.com/saphelp_nw04s/helpdata/en/7b/72092aaa1342c5a3af7ce0b9a11ff9/content.htm
The TIMEOUT and PROCTIMEOUT parameters can be set in the Tcode RZ10.
Check the current PROCTIMEOUT parameter values as follows
The PROCTIMEOUT AND TIMEOUT parameters are not maintained here. We can type in the values in this case. SAP recommends a PROCTIMEOUT of 10 minutes. Hence we set it as 600.
Save and activate the profile, it will take effect after you restart the server.
This solved my problem.
Be sure to restart the server as well.