Removing a subscription database (removesubdb) v7

For SMR only: The removesubdb command removes a subscription database definition.

Synopsis

-removesubdb –repsvrfile subsvrfile –subdbid dbid

The subscription database definition to remove is identified by the subdbid parameter.

See Removing a subscription database for more information.

Parameters

subsvrfile

The file containing the subscription server login information.

dbid

The subscription database ID of the subscription database definition to remove.

Examples

This example removes the subscription database definition identified by subscription database ID 2.

$ java -jar edb-repcli.jar -removesubdb -repsvrfile ~/subsvrfile.prop \
>   -subdbid 2
Removing Subscription Database...
Subscription Database removed.