AttemptReconnect

Boolean

true

Purpose

The AttemptReconnect parameter specifies whether the presentation client attempts to reconnect to the application server when a TCP/IP connection failure occurs. By default, this parameter is set to true on both the application server and presentation clients.

Set this parameter to false if you do not want the presentation client to attempt a reconnection following a TCP/IP connection failure.

When you set the AttemptReconnect parameter to false and a TCP/IP connection failure occurs, the application server generates an exception when an abnormal TCP error is detected and then terminates the presentation client.

If you set the AttemptReconnect parameter in the [JadeAppServer] section to false, no thin client node attempts to reconnect, regardless of the setting of the parameter in the JADE initialization file on the thin client node. Conversely, if the application server value is set to true, the thin client attempts to reconnect only if the AttemptReconnect parameter in the [JadeThinClient] section is set to true in the JADE initialization file on the thin client node.

Parameter is read when …

The presentation client using the same JADE initialization file is next initialized; for example, when you restart the presentation client.

Hint

Use the ReconnectTimeout parameter to specify the number of seconds that the presentation client attempts to continue to reconnect to the application server.