Hello folks.
We are developing SAP Java connector with client and server part for exchanging IDocs with SAP R/3 systems. Recently we struggle with connectivity problem where connection to SAP gateway appears stalled - the network scenario described in Note 1494757 - the Property jco.cpic_keep_alive_period = <ping_time_interval_in_seconds> shall be set. This activates a ping mechanism at RFC layer, where SAP JCo sends data to the SAP gateway.
Apart from the proposals in the node, my question is: is there a mechanism to stop JCoServer with hanging connection. Its last state is STARTED and never receive ALIVE state. Nevertheless stop() is called on such JCoServer, it never receive final state STOPPED (or at least DEAD). Is there some kind of kill or cancel call which can release the server connection?
Thanks in advance.
Milena