Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To make sure that inserted (distributed) rows are removed in case the batch is cancelledcanceled. This is to avoid duplicated rows. To handle this, the agent inserts its batch Transaction ID in the assigned Transaction ID column. If the batch is cancelledcanceled, all rows matching the batch Transaction ID will be removed again.

    If a stored procedure is used to populate the table, the configured Cleanup SP must be able to do the same, or something similar, to avoid duplicates. For further information and an example of a cleanup stored procedure, see Cleanup Stored Procedure in 9.1112.3.3 Tables and Stored Procedures.
     

  2. To make sure that a potential Database collection agent does not collect rows from the target table , before the current batch is closed. To handle this, the agent populates a pending transaction table with the current Transaction ID, database, and table name in at the beginning of the batch and removes the entry in at the end of the batch. For a detailed description of this behavior, see 9.1112.3.1 Inter-Workflow Communication, Using Database Agents.

Emits

This agent does not emit anything.

Retrieves

The agent retrieves commands from other agents and based on them generates a state change of the file currently processed.

Command

Description

Begin Batch

Retrieves a Transaction ID and inserts an entry in the pending transaction table.

End Batch

Deletes the pending Transaction ID row.

Cancel Batch

Removes the distributed rows with the current Transaction ID or calls the configured Cleanup SP. The pending Transaction ID row is deleted.


Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next subsection: