skip to main content
Connection option descriptions : Connection Retry Count
  

Try DataDirect Drivers Now

Connection Retry Count

Attribute

ConnectionRetryCount (crc)

Purpose

The number of times the driver retries connection attempts to Dynamics 365 until a successful connection is established.

Valid Values

0 | x
where:
x
is a positive integer that represents the number of retries.

Behavior

If set to 0, the driver does not try to reconnect after the initial unsuccessful attempt.
If set to x, the driver retries connection attempts the specified number of times. If a connection is not established during the retry attempts, the driver returns an exception that is generated by the last server to which it tried to connect.

Example

If this option is set to 2, the driver retries the server twice after the initial retry attempt.

Notes

*The Connection Retry Delay (ConnectionRetryDelay) option specifies the wait interval, in seconds, to occur between retry attempts.

Default Value

0