Client Server Reconnect: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "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 The client w...")
 
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  ERROR_AFTER=180  EXIT_AFTER=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).
Line 7: Line 7:
ERROR_AFTER generates a BR error and awaits for reconnection (default is 120 seconds).
ERROR_AFTER generates a BR error and awaits for reconnection (default is 120 seconds).


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).  
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.
If both ERROR_AFTER and EXIT_AFTER are specified, EXIT_AFTER will terminate an ERROR_AFTER wait.

Revision as of 18:16, 19 September 2014

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

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).

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.