Removing a Subscription (removesub) v6.2
For SMR only: The removesub
command removes a subscription.
Synopsis
-removesub subname –repsvrfile subsvrfile
See Removing a Subscription for additional information on removing a subscription.
Parameters
subname
The name of the subscription to be removed.
subsvrfile
The file containing the subscription server login information.
Examples
A subscription named dept_emp_sub is removed. $ java -jar edb-repcli.jar -removesub dept_emp_sub \ > -repsvrfile ~/subsvrfile.prop Removing subscription... Subscription removed successfully.