_Repl-AgentControlActivity VST field descriptions
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The table below contains the field descriptions of the OpenEdge Replication VST,
_Repl-AgentControlActivity.
| Field name | Field number | Data type | Description | |
|---|---|---|---|---|
_ReplAgtCtlAct-AgentID |
2 | INT64 | The ROWID of the _Repl-
AgentControlActivity VST record.Format ->>>>>>>>>>>>>>>>>>9 |
|
_ReplAgtCtlAct-AgentName |
3 | CHARACTER |
The name of the replication agent as configured in the
Format X(32) |
|
_ReplAgtCtlAct-ConnectTime |
4 | CHARACTER | The date and time when the replication server
successfully connected to the replication agent. Format X(24) |
|
_ReplAgtCtlAct-BlocksSent |
5 | INTEGER | The number of after-image (AI) blocks the replication
server has sent to the replication agent. Format >>>>>>>>>9 |
|
_ReplAgtCtlAct-BlocksACK |
6 | INTEGER |
The number of AI block acknowledgements that the replication server has recevied from the replication agent. Format >>>>>>>>>9 |
|
_ReplAgtCtlAct-LastBlockSentAt |
7 | CHARACTER | The date and time when the last AI block was sent to
the replication agent. Format X(24) |
|
_ReplAgtCtlAct-Status |
8 | INTEGER | Current status of the replication agent. A value from
the Value column in Table 2, as reported by the following command:
Format >>>>>>>>>9 |
|
_ReplAgtCtlAct-CommStatus |
9 | INTEGER | The network communication status of the replication
server with the replication agent. Valid values are:
Format >>>>>>>>>9 |
|
_ReplAgtCtlAct-State |
10 | CHARACTER | The current operational state of the replication
agent. Valid values are:
Format X(48) |
|
_ReplAgtCtlAct-WaitingFor |
11 | CHARACTER | Specifies what the replication agent is waiting for.
Valid values are:
Format X(24) |
|
_ReplAgtCtlAct-RecoveryState |
12 | CHARACTER | The recovery state of the replication agent. Valid
values are:
Format X(48) |
|
_ReplAgtCtlAct-SyncPoints |
13 | INT64 | The number of synchronization points
1 established by
the replication agent. Format ->>>>>>>>>>>>>>>>>>9 |
|
_ReplAgtCtlAct-CurRDBMSSeq |
14 | INT64 | The sequence number of AI extent containing the AI
block that is currently being written to the source database. -1 if not available Format ->>>>>>>>>>>>>>>>>>9 |
|
_ReplAgtCtlAct-CurRDBMSBlock |
15 | INT64 | The AI block number that is currently being written
to the source database. -1 if not available Format ->>>>>>>>>>>>>>>>>>9 |
|
_ReplAgtCtlAct-LastBlockSeq |
16 | INT64 | The sequence number of the AI extent containing the
last AI block that was sent to the replication agent. -1 if not available Format ->>>>>>>>>>>>>>>>>>9 |
|
_ReplAgtCtlAct-LastBlockBlock |
17 | INT64 | The block number of the last AI block that was sent
to the replication agent. -1 if not available Format ->>>>>>>>>>>>>>>>>>9 |
|
_ReplAgtCtlAct-LoadInterval |
18 | INTEGER | Specifies the
request-agent-ack-interval value for this
[control-agent] in the repl.properties file.Format >>>>>>>>>9 |
|
_ReplAgtCtlAct-LoadChkInt |
19 | DECIMAL | The average time, measured in seconds, between AI
block messages sent with request for acknowledgement to the replication agent. This
only applies when the control agent in consideration has
Format >>>>>>>>>9.999 |
|
_ReplAgtCtlAct-LoadChkResp |
20 | DECIMAL | The average time, measured in seconds, between when
the replication server sends the replication agent an AIBLOCK message with request for
acknowledgement and when the replication agent responds with the
acknowledgement. This only applies when the control agent in consideration has
Format >>>>>>>>>9.999 |
|
_ReplAgtCtlAct-LastMsgRecv |
21 | CHARACTER | The date and time when the last message was recevied
from the replication agent. Format X(24) |
.recovery file and the DSRUTIL monitor tool.