Removing a subscription (removesub) v7
For SMR only: The removesub
command removes a subscription.
Synopsis
-removesub subname –repsvrfile subsvrfile
See Removing a subscription for more information.
Parameters
subname
The name of the subscription to remove.
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.
- On this page
- Synopsis
- Parameters
- Examples