_Repl-AgentControl VST field descriptions
- Last Updated: April 19, 2024
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The table below contains the field descriptions of the OpenEdge Replication VST,
_Repl-AgentControl.
| Field name | Field number | Data type | Description | |
|---|---|---|---|---|
_ReplAgtCtl-AgentID
|
2 | INT64 | The ROWID of the _Repl-AgentControl
VST record.Format ->>>>>>>>>>>>>>>>>>9 |
|
_ReplAgtCtl-AgentName
|
3 | CHARACTER |
The name of the replication agent as configured in the repl.properties file. Format X(32) |
|
_ReplAgtCtl-ConnectTime
|
4 | CHARACTER |
The date and time when the replication server successfully connected to the replication agent. Format X(24) |
|
_ReplAgtCtl-RemoteDBName
|
5 | CHARACTER |
Fully qualified database name to which the replication agent is connected. Format X(128) |
|
_ReplAgtCtl-RemoteHost
|
6 | CHARACTER |
The name of the host where the replication agent is running. Format X(128) |
|
_ReplAgtCtl-Port
|
7 | INTEGER |
The TCP listening port of the replication agent. Format >>>>>>>>>9 |
|
_ReplAgtCtl-BlockSent
|
8 | INTEGER |
The number of after-image (AI) blocks the replication server has sent to the replication agent. Format >>>>>>>>>9 |
|
_ReplAgtCtl-BlocksACK
|
9 | INTEGER | The number of AI block acknowledgments that the
remote replication agent has sent to the replication server. Format >>>>>>>>>9 |
|
_ReplAgtCtl-LastBlockSentAt
|
10 | CHARACTER | The date and time when the last AI block was sent to
the replication agent. Format X(24) |
|
_ReplAgtCtl-Method
|
11 | CHARACTER |
The type of replication that is being performed with the
replication agent. Valid value is A — Asynchronous.
Note: Asynchronous replication is the only supported replication
method. Synchronous replication is no longer supported. Format X(1) |
|
_ReplAgtCtl-status
|
12 | INTEGER | Current status of the replication agent. A value
from the Value column in Table 2, as reported by the following command:
Format >>>>>>>>>9 |
|
_ReplAgtCtl-CommStatus
|
13 | INTEGER |
The network communication status of the replication server with
the replication agent. Valid values are:
Format >>>>>>>>>9 |
|
_ReplAgtCtl-Critical | 14 | INTEGER | Critical agent flag. Valid values are:
Format >>>>>>>>>9 | |
_ReplAgtCtl-MaxMsgSize | 15 | INT64 | Maximum number of bytes in a TCP message. Format >>>>>>>>>9 | |
_ReplAgtCtl-ConnectionTimeout | 16 | DECIMAL |
The value used by the replication server to determine the number of retries and timeout interval when establishing a network connection to the replication agent. For more information, see Connect-timeout property. Format >>>>>>>>>9.999 | |
_ReplAgtCtl-TransitionType | 17 | CHARACTER | Specifies whether the replication agent will perform recovery
transition automatically, or with manual intervention. Valid values are:
Format X(32) | |
_ReplAgtCtl-TimeoutLimit | 18 | INTEGER |
For automatic transition, the time (in seconds) that the replication agent waits for reconnection with the replication server before automatically starting recovery transition. Format >>>>>>>>>9 |