Starts replication for the current transaction log.
resume
When resume is invoked, the Replication Agent starts replication operations.
The Log Reader component begins scanning the transaction log for operations to be replicated. The Log Reader begins scanning at the point specified by the LTM Locator.
When suitable operations are found, the Log Reader passes them (as change set data) to the input queue of the Log Transfer Interface (LTI) component.
As operations are placed in the input queue of the LTI, it generates the LTL output that will be sent to the primary Replication Server.
The resume command returns an error under the following conditions:
the transaction log does not exist
the database connection for the primary database is not defined correctly in the primary Replication Server
the Replication Agent communication configuration parameters are not set correctly
If the resume command is successful, the Replication Agent instance goes to the Replicating state.
The resume command is valid only when the Replication Agent instance is in the Admin state.
quiesce, ra_status, shutdown, suspend