cancel
Showing results for 
Search instead for 
Did you mean: 

Connection to partner timed out after 60s

Former Member
0 Kudos

Hi all,

i'm debugging a BSP application and everynow and then i'm getting aforementioned connection timed out error....

is there any system parameter which controls this timeout settings pls ? If yes could you kindly let me know where and which file should edit for which parameter and which editor should i use it?

sorry for too many questions...i'm new bie to the system admin stuf....

Thanks a ton...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

this is controlled by the ICM profile parameter

icm/keep_alive_timeout (sec.) which is set to 60 sec by default. After 60 seconds, the processing time will be up, and ICM will abort the HTTP request.

The solution is :

1.) Define a new HTTP service (port) dynamically. For the new port, define a large processing time, say 900 seconds (= 15 minutes).

2.) To do this, start TA SMICM.

Then Menu: Goto->Services->Menu->Go To->Service->Define. Specify a new port number, and a large “keep alive” time. When testing, just change the port number in the URL to use the newly defined one.

Hope this helps,

Regards,

Ravikiran.

Answers (0)