Use the validate subscription Command for Publication Subscriptions

Use validate subscription to set the subscription status to VALID for the publication subscription, and its subscription subset.

Execute validate subscription at the Replication Server that manages the replicate database.

Before you execute validate subscription, you must execute activate subscription and the publication subscription status must be ACTIVE.

All subscriptions in the publication subscription are validated at the same time.

The following example validates every subscription in the publication subscription pubs2_sub.
validate subscription sub for publication pub
    with primary at TOKYO_DS.pubs2
    with replicate at SYDNEY_DS.pubs2

See Replication Server Reference Manual > Replication Server Commands for complete syntax and usage guidelines.