The command is used to remove Capture or Apply process and unregister the process in a database. The command deletes all configuration and log files. For the Capture Process the command deletes Trail Files and checkpoint information. For SQL Server Capture Process the “remove”command will disable CDC on the tables, which are configured to be captured by this Process only.
The command can only be executed if the specified Process is not running.
It is strongly recommended that you backup all Trail and configuration files and checkpoint information before running this command (see chapter 9.4 Backup Repstance Files).
Note – After removing the Capture Process it is not possible to reverse this action. Any Apply Processes using data from this Capture will cease to work.
CLI Syntax:
repcli remove process=capture|apply id=processID
The input parameters are:
REST API:
Server response:
The output parameters are:
The following example demonstrates how to remove Capture 2:
repcli remove process=capture id=2
Prev page:
Show ProcessNext page:
Objects Mapping and Possible Transforms