Try OpenEdge Now
skip to main content
User Guide
Reference : Virtual system tables for OpenEdge Replication : _Repl-Agent VST field descriptions
 

_Repl-Agent VST field descriptions

The table below contains the field descriptions of the OpenEdge Replication VST, _Repl-Agent.
Table 28. Virtual system table _Repl-Agent field descriptions
Field name
Field number
Data type
Description
_ReplAgt-AgentID
2
INT64
Agent number
The ID of the OpenEdge Replication agent
Format ->>>>>>>>>9
_ReplAgt-AgentName
3
CHARACTER
Agent Name
Name of the OpenEdge Replication agent as configured in the repl.properties file
Format X(32)
_ReplAgt-ConnectTime
4
CHARACTER
Agent Connect Time
Date and time when the OpenEdge Replication server successfully connected to the OpenEdge Replication agent
Format X(24)
_ReplAgt-DBName
5
CHARACTER
Database Name
Fully qualified database name that the OpenEdge Replication agent is connected to
Format X(128)
_ReplAgt-ServerHost
6
CHARACTER
Server Host Name
Name of the host where the OpenEdge Replication server is running
Format X(128)
_ReplAgt-Port
7
INTEGER
The agent is connected to this port number
The port number the OpenEdge Replication server uses to connect to this OpenEdge Replication agent
Format ->>>>>>>>>9
_ReplAgt-BlocksReceived
8
INTEGER
Number of blocks received
The number of after-image (AI) blocks this OpenEdge Replication server has received
Format ->>>>>>>>>9
_ReplAgt-BlocksProcessed
9
INTEGER
Number of blocks processed.
The number of AI blocks this OpenEdge Replication agent has processed
Format ->>>>>>>>>9
_ReplAgt-BlocksACK
10
INTEGER
Number of block acknowledgements sent by this agent
The number of block acknowledgements this OpenEdge Replication agent has sent to the OpenEdge Replication server
Format ->>>>>>>>>9
_ReplAgt-NotesProcessed
11
INTEGER
Number of Notes Processed
The number of AI notes this OpenEdge Replication agent has processed
Format ->>>>>>>>>9
_ReplAgt-LastTRID
12
INTEGER
Transaction ID of Last Transaction began
The Transaction ID of the last Transaction Begin encountered
Format ->>>>>>>>>9
_ReplAgt-Method
13
CHARACTER
Replication Method
The type of replication that is being performed with this OpenEdge Replication agent:
*A — Asynchronous
*S — Synchronous
Format X(1)
_ReplAgt-Status
14
INTEGER
A value from the Value column in Table 18, as reported by the following command:
DSRUTIL -C status -detail
Format >>>>>>>>>9
_ReplAgt-CommStatus
15
INTEGER
Agent's Communication Status
The OpenEdge Replication agent's TCP communication status:
*1 — Connected
*2 — Disconnected
Format >>>>>>>>>9
ReplAgt-DatabaseRole
16
CHARACTER
Database role. Valid values are:
*Replication source
*Replication target
Format X(8)
ReplAgt-Critical
17
INTEGER
Critical agent flag. Valid values are:
*1 — Critical
*0 — Not Critical
Format >>>>>>>>>9
ReplAgt-MaxMsgSize
18
INT64
Maximum number of bytes in a TCP message
Format ->>>>>>>>>>>>>>>>>>9
ReplAgt-MinDelayInterval
19
INTEGER
Minimum message delay interval (in seconds)
Format >>>>>>>>>9
ReplAgt-MaxDelayInterval
20
INTEGER
Maximum message delay interval (in seconds)
Format >>>>>>>>>9
ReplAgt-TransitionType
21
CHARACTER
Transition type. Valid values are:
*Manual
*Automatic
Format X(24)
ReplAgt-TimeoutLimit
22
INTEGER
Time (in seconds) agent will try to reconnect before entering transition.
Format >>>>>>>>>9
_ReplAgt-ConnectTimeout
23
INT64
Agent’s connect timeout. Agent will try to connect to the server this many seconds.
Format ->>>>>>>>>>>>>>>>>>>9
_ReplAgt-MinPort
24
INT64
Minimum listener port number
Format ->>>>>>>>>>>>>>>>>>>9
_ReplAgt-MaxPort
25
INT64
Maximum listener port number
Format ->>>>>>>>>>>>>>>>>>>9
_ReplAgt-ReplicationSet
26
INTEGER
Replication set enabled
Format >>>9
_ReplAgt-TransDatabaseRole
27
CHARACTER
Role database takes after transition. Valid values include:
*Normal
*Reverse
Format X(32)
_ReplAgt-TransitionToAgents
28
CHARACTER
Transition to agents
Format X(100)
_ReplAgt-RestartAfterTrans
29
BOOLEAN
Restart database after transition
Format yes/no
_ReplAgt-AutoBeginAI
30
BOOLEAN
Automatically begin after-imaging during transition
Format yes/no
_ReplAgt-AutoAddAI
31
BOOLEAN
Automatically add after-image files during transition
Format yes/no
_ReplAgt-AIFile
32
CHARACTER
AI structure filename for adding after-imaging during transition
Format X(256)
_ReplAgt-BackupMethod
33
CHARACTER
Backup method during transition. Valid values include:
*Full-offline
*Full-online
*Mark
Format X(32)