Transaction Behavior
The agent utilizes a Transaction ID, unique for each batch, in two ways.
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 1.2 Administration and Management.
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.