The table below contains the field descriptions of the OpenEdge Replication VST, _Repl-AgentControl.

Table 1. Virtual system table _Repl-AgentControl field description
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 acknowledgements that the replication server has recevied from the replication agent.

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:
DSRUTIL -C status [agent-name] -detail

Format >>>>>>>>>9

_ReplAgtCtl-CommStatus 13 INTEGER The network communication status of the replication server with the replication agent. Valid values are:
  • 1 — Connected
  • 2 — Disconnected

Format >>>>>>>>>9

_ReplAgtCtl-Critical14INTEGERCritical agent flag. Valid values are:
  • 1 — Critical
  • 0 — Not Critical

Format >>>>>>>>>9

_ReplAgtCtl-MaxMsgSize15INT64Maximum number of bytes in a TCP message

Format >>>>>>>>>9

_ReplAgtCtl-ConnectionTimeout16DECIMAL

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-TransitionType17CHARACTERSpecifies whether the replication agent will perform recovery transition automatically, or with manual intervention. Valid values are:
  • Manual
  • Automatic

Format X(32)

_ReplAgtCtl-TimeoutLimit18INTEGERFor automatic transition, the time (in seconds) that the replication agent waits for reconnection with the replication server, before automatically starting recovery transition.

Format >>>>>>>>>9