Replication.getRecordStatus (Method)

Returns zero or more structures, each containing information on the status of the last replication. Structure members include the replication group's ID, the server's ID, the status, and so on.

Returns:

Replication_GetRecordStatus_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
ID ReplicationID A replication group's ID.
ServerID ServerID The server's ID.
Status PlainText The description of the replication action.
StatusMessage PlainText The formatted HTML that CommonSpot displays in status dialog box.

Arguments:

Name Type Required Description
id ReplicationID_0 Optional. Defaults to '0'. A replication record's ID. If this value is 0, CommonSpot return all records.

Context:

License Requirements Replication
Permission Requirements site:ManageReplication
Deny Context None
Require Context None
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization This method may be customized at the site level

Error Codes:

None

Notes:

None