cancel
Showing results for 
Search instead for 
Did you mean: 

Extend TimeOut at PI

Former Member
0 Kudos

Hello Experts

I have some interfaces with SOAP to RFC, the problem is that when the legacy system start the process, this process spend a lot of time to finish. The problem is that the PI close the connection and return to legacy system a timeout error. There is a way to extend this time, for example keep the connection alive for 10 or 15 minutes?

Thanks a lot.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I agree with Shabarish Suggestion.

But if you want to consider an alternative solution, you can turn to "async" this type of scenario.

Shabarish_Nair
Active Contributor
0 Kudos

in case you want to extend the timeout of the RFC adapter check the parameter

syncMessageDeliveryTimeoutMsec

Refer SAP Note 730870 / SAP Note 791379 for more details

Former Member
0 Kudos

I did it, but the timeout occurs, there is a way to pass some parameter directly to communication channel?

Thanks;

baskar_gopalakrishnan2
Active Contributor
0 Kudos

If the response is going to take more than 10 minutes then it is not real time (SYNC) scenarios? You might want to check the reasons for the processing delay or modify the design.