Versions Compared

Key

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

This section describes the UDR types that are used with the Disk collection agent.

FileBegin

The FileBegin UDR type is used to indicate that collection of a file has begun. This UDR type does not contain any data from the collected file.

FieldDescription
FileName (string)This field contains the name of the processed UDR.
IsRecovery (boolean)This field is set to true if the collected file was recovered from DR_TMP_DIR after a workflow restart.

FileEnd

The FileEnd UDR type is used to indicate that the Disk collection agent has routed the final or complete data set to the workflow. This UDR type does not contain any data from the collected file.

...

FieldDescription
RecordCount (int)This field contains the total number of partial data sets in the collected file.
FileName (string)This field contains the name of the processed file.
IsRecovery (boolean)This field is set to true if the collected file was recovered from DR_TMP_DIR after a workflow restart.

FileError

The FileError UDR type is used for indicating errors during the collection of a file. If the agent fails to read, move or decode the file, this UDR type is routed to the workflow.

FieldDescription

ErrorMessage (string)

This field contains a description of the error.
Filename (string)

This field contains the name of the erroneous file.

IsRecovery (boolean)This field is set to true if the collected file was recovered from DR_TMP_DIR after a workflow restart.

FileSend

The FileSend UDR type is used for routing data from the collected file to the workflow. Depending on the value of the Read Size (b) setting and the actual size of a collected file,
the agent produces one or more UDRs that contain a partial or complete data set.

FieldDescription
Counter (int)This field contains a sequence number that identifies the partial data set in the collected file.
Data (any)This field contains the output data (payload) from the agent.
FileName (string)This field contains the name of the processed UDR.
IsRecovery (boolean)This field is set to true if the collected file was recovered from DR_TMP_DIR after a workflow restart.


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


Next: