SQL Forwarding Agent Transaction Behavior, Input/Output Data and MIM - Real-Time

SQL Forwarding Agent Transaction Behavior, Input/Output Data and MIM - Real-Time

Transaction Behavior

Emits

This agent does not emit anything.

Input/Output Data

The Input/Output data is the type of data an agent expects and delivers.

The agent routes out commitUDRs every time a commit is performed. How often a commit is performed is determined by the configuration of the Volume (UDRs) and Time (sec) options, which you set in the SQL processing agent configuration dialog.

The following fields are included in the commitUDR:

FieldDescription
commitTimestamp (long)

This field contains the timestamp in milliseconds when a commit occurs.

lastUDR (DRUDR)

This field is populated with the last UDR in the batch that was committed.

The agent routes out errorUDR or errorUDRList UDRs if an error occurs. See Handling Erroneous UDRs - Real-Time.

MIM

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

Publishes

MIM ParameterDescription
Agent Name (string)

This MIM parameter contains the name of the SQL forwarding agent.

Inbound UDRs (long)This MIM parameter contains the UDRs routed to the agent.
No of discarded expired UDRs (int)

This MIM parameter contains the number of UDRs that have been discarded as they have exceed the configured TTL.

Outbound UDRs (long)This MIM parameter contains the UDRs routed from the agent.

Accesses

The agent does not access any MIM parameters.


Related content