Register Login

Synchronous timeout exceeded error in PI RFC Adapter

Updated May 18, 2018

I am getting Synchronous timeout exceeded Error msg when i was tiring to do RFC thorough SOAP SOAP --> PI --> RFC

Error message
Information Using connection RFC_http://sap.com/xi/XI/System. Trying to put the message into the request queue
Information Message successfully put into the queue  
Error Synchronous timeout exceeded
Error Message status set to FAIL

Please help me


Comments

  • 02 Jun 2016 5:19 pm Sugandh Best Answer

    This can be fixed by increasing the values of Rqst.maxConsumers and Call.maxConsumers of the RFC adapter.

    • Go to the Config Tool.
    • Then go to: Service ---> com.sap.aii.af.svc ---> (property) messaging.connectionDefinition
    • Append (name=RFC_http://sap.com/xi/XI/System,  messageListener=localejbs/AFWListener, exceptionListener=localejbs/AFWListener, pollInterval=60000, pollAttempts=60, Send.maxConsumers=5, Recv.maxConsumers=5, Call.maxConsumers=10, Rqst.maxConsumers=10)
      Onto the existing parameter value, seperated by a comma.
    • Set the value value should to : (name=global, messageListener=localejbs/AFWListener, exceptionListener=localejbs/AFWListener, pollInterval=60000, pollAttempts=60, Send.maxConsumers=5, Recv.maxConsumers=5, Call.maxConsumers=5, Rqst.maxConsumers=5),(name=RFC_http://sap.com/xi/XI/System,  messageListener=localejbs/AFWListener, exceptionListener=localejbs/AFWListener, pollInterval=60000, pollAttempts=60, Send.maxConsumers=5, Recv.maxConsumers=5, Call.maxConsumers=10, Rqst.maxConsumers=10)

×