_Repl-InterAgentActivity VST field descriptions
- Last Updated: May 31, 2024
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The table below contains the field descriptions of the OpenEdge Replication
VST, _Repl-InterAgentActivity.
| Field name | Field number | Data type | Description |
|---|---|---|---|
_ReplIntAgtAct-AgentID |
2 | INT64 | The ROWID of the _Repl-
InterAgentActivity VST record.Format ->>>>>>>>>>>>>>>>>>9 |
_ReplIntAgtAct-AgentName |
3 | CHARACTER | Remote replication agent name. Format X(32) |
_ReplIntAgtAct-Host |
4 | CHARACTER | The name of host where the remote replication agent
is running. Format X(128) |
_ReplIntAgtAct-Port |
5 | INTEGER | The TCP listening port of the remote replication
agent. Format >>>>>>>>>>>>>>>>>>9 |
_ReplIntAgtAct-DBName |
6 | CHARACTER | Fully qualified path of the remote target database. Format X(128) |
_ReplIntAgtAct-ConnectionState |
7 | CHARACTER |
The network communication status of the local replication agent with the remote replication agent. Valid values are:
Format X(16) |
_ReplIntAgtAct-LastMsgSent |
8 | CHARACTER | The date and time when last message was sent to
remote replication agent. Format X(24) |
_ReplIntAgtAct-LastMsgRecv |
9 | CHARACTER | The date and time when last message was received from
remote replication agent. Format X(24) |
_ReplIntAgtAct-LastPingSent |
10 | CHARACTER | The date and time when last PING message was sent to
the remote replication agent. Format X(24) |
_ReplIntAgtAct-LastPingRecv |
11 | CHARACTER | The date and time when last PING message was
received from the remote replication agent. Format X(24) |
_ReplIntAgtAct-SentMsgs |
12 | INT64 | The total messages sent to remote replication
agent. Format ->>>>>>>>>>>>>>>>>>>9 |
_ReplIntAgtAct-RecvMsgs |
13 | INT64 | The total messages received from remote replication
agent. Format ->>>>>>>>>>>>>>>>>>>9 |
_ReplIntAgtAct-SyncPoints |
14 | INT64 | The count of synchronization points established with
the local replication agent by the remote replication agent. Format ->>>>>>>>>>>>>>>>>>>9 |
_ReplIntAgtAct-RemoteLastBlkSeq |
15 | INTEGER | The last AI Block number that the remote replication
agent began applying to the target database when the remote replication agent
established the last synchronization point with the local replication agent. Format ->>>>>>>>>9 |
_ReplIntAgtAct-RemoteSourceTRID |
16 | INT64 | The Transaction ID (TRID) of the last transaction
begin note created on the source database during forward processing, which the remote
replication agent applied to the target database when the remote replication agent
established the last synchronization point with the local replication agent. Format ->>>>>>>>>>>>>>>>>>>9 |