You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Joachim,
I use your "sapnwrf" module in a node expressjs web application.
I get an instance of "sapnwrfc.Connection" and use it for all requests for different clients.
Everything goes well until a network connection to SAP system failure.
I check the connection status by using connection.Ping() method and if the connection is not alive I try to reOpen the connection by close() and then Open(). But I get the " WSAETIMEDOUT: Connection timed out" error even if the connection to SAP system is established again.
Do you have any recommendation for handle the connection failure?
The text was updated successfully, but these errors were encountered:
Hi Joachim,
I use your "sapnwrf" module in a node expressjs web application.
I get an instance of "sapnwrfc.Connection" and use it for all requests for different clients.
Everything goes well until a network connection to SAP system failure.
I check the connection status by using connection.Ping() method and if the connection is not alive I try to reOpen the connection by close() and then Open(). But I get the " WSAETIMEDOUT: Connection timed out" error even if the connection to SAP system is established again.
Do you have any recommendation for handle the connection failure?
The text was updated successfully, but these errors were encountered: