cancel
Showing results for 
Search instead for 
Did you mean: 

Increase timeout for specific interface or Communication Channel

Former Member
0 Kudos

Hi all!

I have a typical:

500 Connection timed out


Error:-5
Version:7200
Component:ICM
Date/Time:Wed Jul 24 18:48:53 2013
Module:icxxthr_mt.c
Line:4313
Server:sapted50_TED_50
Error Tag:{-}
Detail:Connection to partner timed out after 60s

In HTTP -> PI 7.11 -> XI (RFC) scenario.

Can I set timeout time for an specified Service Interface or Communication Channel?

Also, I was thinking in creating another HTTP port in profile with another timeout but I not sure if it gonna work and how to do this.

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is the solution:

http://scn.sap.com/thread/191204

BR!

Answers (3)

Answers (3)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

jaaa recien veo que eras vos

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

if you change the timeout impact to all interfaces that currently use it.

what you need to consider if more than 60s are taken to execute the scenario is redesign the inteface and make it async. as response you can check whether the client can handle ACK in case of HTTP just transport ACK is allowed.

if that is not enough you need to develope another scenario the send a response back to the HTTP client.

Remenber that SAP sugguest not to use sync interface because block resource, work process, etc,etc.

SO try this out before change the timeout. it there is no choise change it.

Regards

markangelo_dihiansan
Active Contributor
0 Kudos

Hello Matias,

Channel-based timeouts are only available as of PI 7.2. So in your case, since this is a receiver adapter and your scenario is asynchronous, you have to increase the value of the xiadapter.inbound.timeout.default on NWA. For more information, see SAP NOTE 730870 - FAQ RFC Adapter question 14.

Hope this helps,

Mark