_Repl-Server VST field descriptions
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The table below contains the field descriptions of the OpenEdge Replication virtual system
table, _Repl-Server.
| Field name | Field number | Data type | Description |
|---|---|---|---|
_ReplSrv-id
|
2 | INT64 | Server Number Format ->>>>>>>>>>>>>>>>>>9 |
_ReplSrv-AgentCount
|
3 | INTEGER | Agents Count Number of agents that the OpenEdge Replication server is controlling Format >>>>>>>>>9 |
_ReplSrv-BlocksSent
|
4 | INTEGER | After-image(AI) Blocks Sent Number of AI Blocks the OpenEdge Replication server has sent to connected OpenEdge Replication agents Format >>>>>>>>>9 |
_ReplSrv-StartTime
|
5 | CHARACTER | Server Start Time Date and time when the OpenEdge Replication server was started Format X(24) |
_ReplSrv-LastBlockSentAt
|
6 | CHARACTER | Last Block Sent At Date and time when the OpenEdge Replication server was started Format X(24) |
ReplSrv-Database | 7 | CHARACTER | Database file name Format X(24) |
ReplSrv-DatabaseRole | 8 | CHARACTER | Database role. Valid values are:
Format X(8) |
ReplSrv-ServerState | 9 | CHARACTER | Server state. Valid values are:
Format X(36) |
ReplSrv-DeferAgentConnUntil | 10 | CHARACTER | Date and time that deferred agent connection attempts will cease Format X(24) |
ReplSrv-DeferAgentExpire |
11 | CHARACTER | Time remaining until deferred agent startup expires Format X(24) |
ReplSrv-NextConnectIn | 12 | CHARACTER | Time until next connection attempt Format X(24) |
ReplSrv-ConnectAttempts | 13 | INT64 | Number of connection attempts performed Format ->>>>>>>>>>>>>>>>>>>9 |
ReplSrv-AgentsConnected | 14 | INTEGER | Number of agents currently connected Format >>>>>>>>>9 |
ReplSrv-CurDelayInterval | 15 | INTEGER | Current message delay interval (in seconds) Format >>>>>>>>>9 |
ReplSrv-MinDelayInterval | 16 | INTEGER | Minimum message delay interval (in seconds) Format >>>>>>>>>9 |
ReplSrv-MaxDelayInterval | 17 | INTEGER | Maximum message delay interval (in seconds) Format >>>>>>>>>9 |
ReplSrv-RecoveryState | 18 | CHARACTER | Server recovery state. Valid values are:
Format X(42) |
ReplSrv-RecAgentsToRecover | 19 | INTEGER | Number of agents needing recovery Format >>>>>>>>>9 |
ReplSrv-RecAgentsConnected | 20 | INTEGER | Number of agents connected and not needing recovery Format >>>>>>>>>9 |
ReplSrv-AgentsInSync | 21 | INTEGER | Number of agents in synchronization Format >>>>>>>>>9 |
ReplSrv-TransitionType | 22 | CHARACTER | Transition type. Valid values are:
Format X(32) |
ReplSrv-TransitionTimeout | 23 | INTEGER | For automatic transition, the maximum amount of time (in seconds) that the target
database will wait until it transitions to a normal database. Format >>>>>>>>>9 |
_ReplSrv-ReplicationSet |
24 | INTEGER | Replication set enabled Format >>>9 |
_ReplSrv-TransDatabaseRole |
25 | CHARACTER | Role the database takes after transition. Valid
values are:
Format X(32) |
_ReplSrv-TransitionToAgents |
26 | CHARACTER | Transition to agents list Format X(100) |
_ReplSrv-RestartAfterTrans |
27 | BOOLEAN | Restart after transition Format yes/no |
_ReplSrv-AutoBeginAI |
28 | BOOLEAN | Automatically begin after-imaging during
transition Format yes/no |
_ReplSrv-AutoAddAI |
29 | BOOLEAN | Automatically add after-imaging files during
transition Format yes/no |
_ReplSrv-AIFile |
30 | CHARACTER | AI structure filename for automatically adding
after-imaging Format X(256) |
_ReplSrv-BackupMethod |
31 | CHARACTER | Backup method during transition Format X(32) |
_ReplSrv-ConfiguredAgents |
32 | CHARACTER | List of configured agents Format X(68) |
_ReplSrv-ReplKeepAlive |
33 | INT64 | Replication keep alive property (in seconds) Format ->>>>9 |
_ReplSrv-SchemaLockAction |
34 | CHARACTER | Method server uses to perform schema locking. Valid
values include:
Format X(32) |
_ReplSrv-AgentShutdownAction |
35 | CHARACTER | Action replication agent takes if connection to
server is lost. Valid values include:
Format X(32) |
_ReplSrv-ReservedChar |
36 | CHARACTER | Reserved |
_ReplSrv-ReservedInt |
37 | INTEGER | Reserved |
_ReplSrv-TransEndTrigger |
38 | INTEGER | Indicates if a transition end trigger is to execute
on transition. Valid values include:
Format >>>9 |
_ReplSrv-DRTransitionToAgents |
39 | CHARACTER | Recovery transition to agents list. Format X(100) |
_ReplSrv-TransToDBName |
40 | CHARACTER |
Remote Database Name Fully qualified database name to which the OpenEdge Replication agent is connected. Target database for the primary transition to agent in the event of failover transition. Format X(128) |
_ReplSrv-TransToDBHost |
41 | INTEGER |
Remote Host Name The hostname of the primary transition to target database
identified by the Format X(128) Note: The hostname is the IP address instead of the hostname
specified in repl properties or the startup (-H) on the target.
|
_ReplSrv-TransToDBPort |
42 | INTEGER |
Connected to Agent on Port Number The port number the primary transition to target database
identified by the Format >>>>>>>>>9 |
Note
- If the replication server is not running, the _replsrv VST returns no records.