skip to main content
Using the ADO Client : ADO Connection Attributes : Connection Retry Count
 

Connection Retry Count

Attribute

ConnectionRetryCount (CRC)

Description

Specifies the number of times the data provider retries connection attempts to the primary OpenAccess SDK server, and if specified, alternate OpenAccess SDK servers after the first unsuccessful attempt.

Valid values

0 and any positive integer.
If set to 0, the data provider does not try to reconnect after the initial unsuccessful attempt.

Example

Alternate Servers=(Host=server2:Port=19986,Host=server3:Port=19986,Host=server4:Port=19986);Connection Retry Count=1;
If a connection is not successfully established on the data provider’s first pass through the list of database servers, the data provider retries all the servers in the list one time.
See Configuring Connection Failover for a discussion of connection failover.

Default

0

GUI Tab

Failover tab