Reads the replication configuration for an HFSQL server that takes part in one or more replications.
This function can be run on a master server or on a subscriber server.
Cnt is Connection
Trace(HRSInfo(Cnt))
Syntax
<Result> = HRSInfo(<Connection>)
<Result>: Character string
Information regarding the different replications performed on this server. This information has the following format:
<Server role> + TAB + <Server identifier> + TAB + <Port> + TAB + <Priority>
where:
- <Server role> corresponds to an integer constant used to find out the role of the server in the replication:
| |
hrsInactive | Inactive computer in the replication between HFSQL servers. |
hrsMaster | Master computer in the replication between HFSQL servers. |
hrsMaster + hrsSubscriber | Master and subscriber computers in the replication between HFSQL servers (for a bi-directional replication). |
hrsSubscriber | Subscriber computer in the replication between HFSQL servers. |
- <Server identifier> corresponds to the number used to identify the current HFSQL server among all the servers taking part in a replication.
- <Port> corresponds to the TCP/IP port used for the communication between servers.
- <Priority> corresponds to the priority number of the server used in case of resolution by priority during a modification conflict.
<Connection>: Character string or Connection variable
Connection to the HFSQL server. This connection corresponds to: