cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy timeout issue

Former Member
0 Kudos

Hi,

I have a scenario in where I provide a web service. I get called by this web service and then call a abap proxy (synch). The abap side takes time to gather the data. after 600 secs, the connection gets a timeout.

It says, "500 Connection timed out"

"Detail: Connection to partner timed out after 600s"

In smicm I increased the HTTP value to 9000. So, how do I get this error?

Parameters are like below in PI:

---

icm/server_port_0 = PROT=HTTP,PORT=50000,TIMEOUT=90,PROCTIMEOUT=9000

icm/keep_alive_timeout (sec.) = 50

icm/conn_timeout (msec.) = 5000

xiadapter.inbound.timeout.default = 5400000

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

icm parameter had been configured for large files

Former Member
0 Kudos

Hi Chris,

Keep the icm/keep_alive_timeout from 50 to a longer time such 600 or 3600, depending on the time you need.

Regards,

Former Member
0 Kudos

But it says 600secs after timeout. I think the problem would be 50 secs if the value in icm/keep_alive_timeout would be considered.

Former Member
0 Kudos

Increase the time and restart the instance. I hope this would work.

Former Member
0 Kudos

Hi,

Check if you are getting some short dumps in ABAP side due to this timeout in ST22.

Probably the issue is the work process time out in the ABAP side as you mentioned it takes more time to gather data. the profile parameter is rdisp/max_wprun_time and it has default value of 600 seconds. if thats the case then you can increas it.

regards,

francis