Failover Management
Failover events and information are available within Workflows. These are all located under Failover Management in the Trigger Browser and Logic Editor.
Triggers
| Trigger | Description |
|---|---|
| Failover Status Changed | A data server in the project has a new failover status. |
Properties
| Property | Description |
|---|---|
| Item ID | The unique identifier for this item. |
| Item Type | The Type of item this is. |
| Name | The value for this property is the Description configured via the property grid when the item is selected in Designer. |
| System ID | The identifier of the system. |
| System Name | The name of the system. |
| Server Address | The address of the data server. The Server Address will contain a
port and a priority. The format for Server Address Property when
accessed in a Workflow will be: <IP Address of Data
Server>:<Port>. Example: 127.0.0.1:9001 |
| Connection State | The current state of the data server connection. There are seven
possible messages:
|
| Name | Description |
|---|---|
| Initiated | Runtime is attempting to connect to the
data server.
|
| Connection Succeeded | Runtime successfully connected to the data
server.
|
| Connection Failed | Runtime attempted and failed to connect to
the data server.
|
| Disconnected | Runtime was previously connected to a data server and lost connection. |
| Recovery Started | Runtime has tried to reconnect after a lost
connection.
|
| Recovery to Failover | Runtime is attempting to connect to a
different data server according to its data server
configuration.
|
| Recovery to Primary | Runtime has recovered back to the primary server. This message is only available if the Reconnect to primary server when available box is checked. |
