Client Server Reconnect: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This Client Server Reconnect Configuration Statement can be used in versions 4.3 and higher.
This Client Server Reconnect Configuration Statement can be used in versions 4.3 and higher.


  CLIENT_SERVER RECONNECT_AFTER=20  ERROR_AFTER=180  EXIT_AFTER=300
  CLIENT_SERVER RECONNECT_AFTER=20  RECONNECT_TIME=300


The client will attempt to reconnect to the server after RECONNECT_AFTER seconds (default is 20 seconds).
The client will attempt to reconnect to the server after RECONNECT_AFTER seconds (default is 20 seconds).


ERROR_AFTER generates a BR error and awaits for reconnection (default is 120 seconds).
RECONNECT_TIME= specifies the maximum time to be spent attempting to reconnect (default is 120 seconds) before aborting the session.  
 
EXIT_AFTER generates a BR error and continues in unattended mode (no client IO allowed - exit at next keyboard wait). This is the normal exit from an unrecoverable disconnect (default is 240 seconds).
 
If both ERROR_AFTER and EXIT_AFTER are specified, EXIT_AFTER will terminate an ERROR_AFTER wait.


When a client is attempting to reconnect, it displays the session number it is using. The normal client login window will contain a check box that facilitates the entry of a reconnection session number. This allows reconnection from another workstation.
When a client is attempting to reconnect, it displays the session number it is using. The normal client login window will contain a check box that facilitates the entry of a reconnection session number. This allows reconnection from another workstation.

Revision as of 21:54, 6 November 2014

This Client Server Reconnect Configuration Statement can be used in versions 4.3 and higher.

CLIENT_SERVER RECONNECT_AFTER=20   RECONNECT_TIME=300

The client will attempt to reconnect to the server after RECONNECT_AFTER seconds (default is 20 seconds).

RECONNECT_TIME= specifies the maximum time to be spent attempting to reconnect (default is 120 seconds) before aborting the session.

When a client is attempting to reconnect, it displays the session number it is using. The normal client login window will contain a check box that facilitates the entry of a reconnection session number. This allows reconnection from another workstation.