Field name
|
Field number
|
Data type
|
Description
|
_ReplAgtCtl-AgentID
|
2
|
INT64
|
Agent number
The ID of the OpenEdge Replication agent
Format ->>>>>>>>>>>>>>>>>>9
|
_ReplAgtCtl-AgentName
|
3
|
CHARACTER
|
Agent Name
Name of the OpenEdge Replication agent as configured in the repl.properties file
Format X(32)
|
_ReplAgtCtl-ConnectTime
|
4
|
CHARACTER
|
Agent Start Time
Date and time when the OpenEdge Replication server successfully connected to the OpenEdge Replication agent
Format X(24)
|
_ReplAgtCtl-RemoteDBName
|
5
|
CHARACTER
|
Remote Database Name
Fully qualified database name to which the OpenEdge Replication agent is connected
Format X(128)
|
_ReplAgtCtl-RemoteHost
|
6
|
CHARACTER
|
Remote Host Name
Name of the host where the OpenEdge Replication agent is running
Format X(128)
|
_ReplAgtCtl-Port
|
7
|
INTEGER
|
Connected to Agent on Port Number
The port number the OpenEdge Replication server uses to connect to this OpenEdge Replication agent
Format >>>>>>>>>9
|
_ReplAgtCtl-BlockSent
|
8
|
INTEGER
|
Blocks Sent to this Agent
The number of after-image (AI) blocks the OpenEdge Replication server has sent to this OpenEdge Replication agent
Format >>>>>>>>>9
|
_ReplAgtClt-BlocksACK
|
9
|
INTEGER
|
Number of block acknowledgments received for this agent
The number of block acknowledgements this OpenEdge Replication agent has received from its remote counterpart
Format >>>>>>>>>9
|
_ReplAgtCtl-LastBlockSentAt
|
10
|
CHARACTER
|
Last Block Sent At
The data and time the last block was sent to this OpenEdge Replication agent
Format X(24)
|
_ReplAgtCtl-Method
|
11
|
CHARACTER
|
Replication Method
The type of replication that is being performed with this OpenEdge Replication agent:
A — Asynchronous (mode & RP_MODE_ASYNC)
S — Synchronous (mode & RP_MODE_SYNC)
Format X(1)
|
_ReplAgtCtl-status
|
12
|
INTEGER
|
Current status of the agent. A value from the Value column in Table 18, as reported by the following command:
DSRUTIL -C status -detail
Format >>>>>>>>>9
|
_ReplAgtCtl-CommStatus
|
13
|
INTEGER
|
Agent's Communication Status
The OpenEdge Replication agent's TCP communication status:
1 — Connected
2 — Disconnected
Format >>>>>>>>>9
|
_ReplAgtCtl-Critical
|
14
|
INTEGER
|
Critical agent flag. Valid values are:
1 — Critical
0 — Not Critical
Format >>>>>>>>>9
|
_ReplAgtCtl-MaxMsgSize
|
15
|
INT64
|
Maximum number of bytes in a TCP message
Format >>>>>>>>>9
|
_ReplAgtCtl-ConnectionTimeout
|
16
|
DECIMAL
|
Timeout interval, in seconds
Format >>>>>>>>>9.999
|
_ReplAgtCtl-TransitionType
|
17
|
CHARACTER
|
Transition type. Valid values are:
Manual
Automatic
Format X(32)
|
_ReplAgtCtl-TimeoutLimit
|
18
|
INTEGER
|
Time (in seconds) agent will try to reconnect before entering transition.
Format >>>>>>>>>9
|