Versions Compared

Key

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

...

...

...

...

...

The agent utilizes a Transaction ID, unique for each batch, in two ways.

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

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 new Transaction ID.

End Batch

Do nothing.

Cancel Batch

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

Input/Output Data

The input/output data is the type of data an agent expects and delivers.

The agent consumes selected UDR types.

MIM

For information about the MIM and a list of the general MIM parameters, see MIM.

Publishes

MIM Value

Description

Agent Name

The name of the agent.

Inbound UDRs

The number of UDRs routed to the agent.

Accesses

The agent does not itself access any MIM resources.

...