Instructing Replication Server to skip transactions

Use the skip to resync parameter with the resume connection command to instruct Replication Server to skip transactions in the DSI outbound queue for the specified replicate database until Replication Server receives and acknowledges a dump database marker sent by Replication Agent. Replication Server skips processing of records in the outbound queue since the data in the replicate database is expected to be replaced with the dump contents. See “resume connection,” in Chapter 3 “Replication Server Commands” in the Replication Server Reference Manual.

WARNING! If you execute resume connection with the skip to resync marker option on the wrong connection, data on the replicate database becomes unsynchronized.

Syntax

resume connection to data_server.database
   [skip [n] transaction | execute transaction | skip to resync marker]

When you set skip to resync marker, Replication Server does not log the transactions that are skipped in the Replication Server log or in the database exceptions log. Replication Server logs transactions that are skipped when you set skip [n] transaction.