Validating a publication (validatepub) v7
The validatepub
command checks whether any of the definitions of the tables in the given publication changed since the publication was created.
Synopsis
-validatepub pubname –repsvrfile pubsvrfile -repgrouptype { m | s }
Note
The -repgrouptype
option is not needed with Replication Server 7.1.0 and later.
See Validating a publication for more information.
Parameters
pubname
The name of the publication whose tables to validate.
pubsvrfile
The file containing the publication server login information.
-repgrouptype
Specify s
if this command applies to a single-master replication system. Specify m
if this command applies to a multi-master replication system.
Note
The -repgrouptype
option only applies to Replication Server 7.0.0 and earlier.
Examples
This example validates the publication dept_emp
.
$ java -jar edb-repcli.jar -validatepub dept_emp \ > -repsvrfile ~/pubsvrfile.prop Validating publication dept_emp ... All schema of published tables in Publication {0} are up-to-date
- On this page
- Synopsis
- Parameters
- Examples