cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy Timeout

Former Member
0 Kudos

Hi!

I have this scenario:

SAPR3 (A.Proxy) -> XI ->SOAP

SAP R3 sends Sync Messages to XI, through ABAP proxy, which starts a BPM, this BPM calls a WebService that sometimes takes more than one minute to give a response.

When the process reaches "Close S/A Bridge", it raises a Timeout Exception.

I have already increased HTTP_TIMEOUT in SXMB_ADM and icm/keep_alive_timeout in SMICM, in XI with no effect.

Do i need to change other parameter? Maybe in SAP R3?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi José,

Check CHECK_FOR_ASYNC_RESPONSE_TIMEOUT parameter at SXMB_ADM.

Best Regards,

Pedro Pereira

PS: Então como é que isso vai?

Former Member
0 Kudos

Tks. Vai indo.

Answers (1)

Answers (1)

JoelTrinidade
Active Contributor
0 Kudos

Hi Jose,

go through tuning guide of XI (Once i find the link i update this thread ). The HTTP timeout property can be used for SOAP as well as the underlying transport protocol is http for SOAP messages too. That might help.

Also, the second thing you could do is that by default the Web service client socket timeout is set to 60. Try changing this parameter in the Visual Administrator: Server -> Services -> Web Services Container on the Settings tab.

Regards

joel.