Cleaning up replication history (cleanrephistoryforpub) v7

The cleanrephistoryforpub command deletes the replication history for the specified publication.

Synopsis

-cleanrephistoryforpub pubname –repsvrfile pubsvrfile

See Cleaning up replication history for more information.

Parameters

pubname

The name of the publication whose replication history to delete.

pubsvrfile

The file containing the publication server login information.

Examples

This example deletes replication history for publication dept_emp.

$ java -jar edb-repcli.jar -cleanrephistoryforpub dept_emp \
>   -repsvrfile ~/pubsvrfile.prop
Removing publication's replication history ...

Replication history has been removed.