Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

If the apply was paused due to a conflict, or it is retrying in a loop the same SQL again and again, you can instruct it about what to do next using the command:

RESOLVE CONFLICT id AS resolution

The conflict id is the number shown in the status bar, the resolution can be one of the following:

IGNORE
Skip the transaction
RETRY
Try again
ABORT
Abort the apply whole process
RESTART
Rollback and restart the transaction
ROLLBACK
Rollbacks the transaction
IGNOREALL
The current and future conflicts in the same transaction will be resolved as ignore


To see the SQL that is causing the conflict, logon to the apply (target database) as the Dbvisit Replicate schema owner (dbvrep) and query table:

DBRSAPPLY_CONFLICT_LOG

This lists all the conflicts encountered, including failing SQL.

  • No labels