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

Table 1. Virtual system table _Repl-InterAgentActivity field description
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:

  • 1—Connected
  • 2—Disconnected

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

_ReplIntAgtAct-ReservedChar 17 CHARACTER Reserved for future use
_ReplAgtAct-ReservedInt 18 INTEGER Reserved for future use
_ReplIntAgtAct-SSLEnabled 19 BOOLEAN

OpenEdge Replication SSL use enabled?

Valid values are:

  • yes—OpenEdge Replication SSL enabled
  • no—OpenEdge Replication SSL not enabled
_ReplIntAgtAct-SSLNoHostVerify 20 BOOLEAN OpenEdge Replication SSL no-host-verification enabled?

Valid values are:

  • yes—OpenEdge Replication SSL no-host-verification enabled
  • no—OpenEdge Replication SSL no-host-verification not enabled
_ReplIntAgtAct-SSLCertStorePath 21 CHARACTER For an SSL client, the absolute path of the directory containing the SSL certificate for OpenEdge Replication SSL.
_ReplIntAgtAct-SSLKeyAlias 22 CHARACTER For an SSL server, the key alias of the SSL key that will be used in OpenEdge Replication SSL.
_ReplIntAgtAct-SSLKeyAliasPass 23 CHARACTER For an SSL server, the key alias password of the SSL key that is used with OpenEdge Replication SSL.
Note: The value of this field is encrypted to avoid exposing the actual password to unauthorized viewers of the VST.
_ReplIntAgtAct-SSLKeyStorePath 24 CHARACTER For an SSL server, the absolute path of the directory containing the SSL key and certificate for OpenEdge Replication SSL.
_ReplIntAgtAct-SSLCipherSuites 25 CHARACTER

A comma-separated list of the SSL cipher suites that can be used for any OpenEdge Replication SSL network connections for the replication database.

Valid values are:
  • AES128-SHA256
  • AES256-SHA256
  • DHE-RSA-AES256-GCM-SHA384
_ReplIntAgtAct-SSLProtocols 26 CHARACTER

A comma-separated list of the SSL protocol versions that can be used for any OpenEdge Replication SSL network connections for the replication database.

Valid values are:
  • TLSv1.1
  • TLSv1.2
  • TLSv1.3