Skip to content

Commit

Permalink
0005243: Change documentation on outgoing batch errors to set the status
Browse files Browse the repository at this point in the history
to 'IG' instead of 'OK' so target will get notified
  • Loading branch information
Philip Marzullo committed May 25, 2022
1 parent c4c73bc commit 982966b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symmetric-assemble/src/asciidoc/manage/outgoing-batches.ad
Expand Up @@ -170,11 +170,11 @@ data itself, you do have several options, including:
ifndef::pro[]

* Causing SymmetricDS to skip the batch completely. This is accomplished by setting the
batch's status to 'OK', as in:
batch's status to 'IG' (ignore), as in:
+
[source, sql]
----
update sym_outgoing_batch set status='OK' where batch_id='XXXXXX'
update sym_outgoing_batch set status='IG' where batch_id='XXXXXX'
----
+
where XXXXXX is the failing batch. On the next pull or push, SymmetricDS will skip this batch since
Expand Down

0 comments on commit 982966b

Please sign in to comment.