How to change timeout when calling a SAP RFC?

Hello Holger.

Thank you for your suggestions :grinning:. I followed what you said and I obtained the following:

there is an additional parameter created with the Adapter Service Template to specify a timeout value.

Hmmm… I created a new Adapter Service to call a SAP RFC but unfortunately I didn’t find this parameter. I’m using webMethods 10.3.

Additionally check the timeout settings in the SAP Adapters Connection definitions.

In “Connection Managment Properties” section, both “Block Timeout (msec)” and “Expire Timeout (msec)” are set to 1000. I don’t know if this would fix this issue.

Remember to set MinPoolSize to 0 when using Connection Pooling.

In “Connection Management Properties” section, connection polling is set to “true” and minimum pool size is “0”.

Might be worth to crosscheck with SAP Basis Team if they can configure something on their side to avoid that the connection gets closed to early.

I checked with our SAP Basis Team and they said that “timeout for RFC connections is 7200 seconds” and “it looks like that on IS side is set to only 600 seconds”.

Please, do you know if is there anything else that I should do?