Removing a table filter from a publication (removefilter) v7
The removefilter
command removes the table filter from the specified publication.
Synopsis
-removefilter pubname -repsvrfile pubsvrfile -filterid filterid
The removed filter rule no longer applies to any target subscriptions or non-MDN nodes on which the filter rule was enabled.
See Table filters for more information.
Parameters
pubname
The name of the publication containing the filter rule to remove.
pubsvrfile
The file containing the publication server login information.
filterid
Filter ID identifying the filter rule to remove. Use the printpubfilterslist
command to get the filter IDs for the filter rules in the publication (see Printing a list of filters in a publication).
Examples
This example removes the filter rule with the filter ID 26
from the publication analysts_managers
.
$ java -jar edb-repcli.jar -removefilter analysts_managers \ > -repsvrfile ~/pubsvrfile.prop \ > -filterid 26 Removing Filter Filter removed successfully
- On this page
- Synopsis
- Parameters
- Examples