HA Failover Server Connection Information/Network Address
- Last Updated: October 3, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Cloudera Impala 7.1
- dBase 7.1
- Flat files/Text 7.1
- MySQL 7.1
- Pervasive (Btrieve) 7.1
- XML 7.1
- Documentation
Attribute
FailoverNetworkAddress (FNA)
Purpose
The network address of the High Availability (HA) Failover server to be used in the event of a connection loss. The driver detects the dropped connection and automatically reconnects to the specified HA Failover server. This option is valid only for Sybase 12 and higher servers that have the High Availability Failover feature enabled.
Valid Values
IP_
address
,
port_number
| pipe_address
,
port_number |
server_name, port_number
where:
- IP_ address
- is the IP address that uniquely identifies the HA Failover server.
- port_number
- is the port number assigned to the listener process on the HA Failover server.
- server_name
- is a name that uniquely identifies the HA Failover server. You can use this format if your environment supports named servers.
- pipe_address
- is the pipe address of the HA Failover server. This format is required if using NamedPipes as the network protocol.
Notes
- The HA Failover Server Connection Information option and the Alternate Servers option are mutually exclusive.
Example
199.226.224.34,
5000
or
\\machine1\sybase\pipe\query,
5000
or
Sybaseserver, 5000
Default
None