cancel
Showing results for 
Search instead for 
Did you mean: 

abap server proxy timeout issue

Former Member
0 Kudos

Hi All,

We have a File to Sync proxy scenario.

This works for smaller files that take like 10 seconds to 30 seconds to execute. But if there was a large file, then after 1 minute we get an error

Connection to partner timed out after 60s

HTTP response contains status code 500 with the description Timeout Error while sending by HTTP (error code: 500, error text: Timeout).

I tried looking thru sdn and all the blogs and other threads mainly focus on the initial connection for proxy.

These are my icm timeout settings : icm/server_port_0 = PROT=HTTP,PORT=8001, PROCTIMEOUT=3600

I have increased the timeouts on all the RFC destinations created while setting up proxies.

HTTP_TIMEOUT is 600 seconds in PI and R/3.

The sycn timeout for the XI adapter in Visual Admin is also 10 minutes.

What do you all think is the problem?

Regards,

Balaji

Accepted Solutions (1)

Accepted Solutions (1)

dharamveer_gaur2
Active Contributor
0 Kudos

Check Your HTTP port In SMICM and also increase your timeout Parameter.

Go to transaction SMICM........ Goto->services......choose HTTP.....edit this service.........increase maximum processing time and activate this service

look blog for timeouts:

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Balaji

Looking at the values.

Timeout config should be something like

PROT=HTTP,PORT=8002,TIMEOUT=30,PROCTIMEOUT=600

Check if you are missing something. Or its not correctly changed

Thanks

Gaurav