Removing a Publication Database (removepubdb) v6.2

The removepubdb command removes a publication database definition.

Synopsis

-removepubdb
  –repsvrfile pubsvrfile
  –pubdbid dbid

The publication database definition to be removed is identified by the pubdbid parameter.

See Removing a Publication Database
for additional information on removing a publication database.

Parameters

pubsvrfile

The file containing the publication server login information.

dbid

The publication database ID of the publication database definition to be removed.

Examples

The publication database definition identified by publication database ID 1 is removed.

$ java -jar edb-repcli.jar -removepubdb -repsvrfile ~/pubsvrfile.prop \
>   -pubdbid 1
Removing Publication Database...
Publication Database removed.