Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

To open the Disk collection agent configuration dialog from a workflow configuration, you can do either one of the following:

  • right-click the agent icon and select Configuration...
  • double-click the agent icon

Disk Tab 

Agent Tab

Disk forwarding agent - Disk tab (Agent)

SettingDescription
Input Type

The agent can act on two input types:

  • bytearray (default)
  • MultForwardingUDR

If nothing else is stated the documentation refers to input of bytearray.

If you select MultiForwardingUDR, the behavior of the agent will be different. For further information, see 15.3.2.2 Disk Forwarding MultiForwardingUDR Input - Real-Time.

File Information
DirectoryEnter the path of the target directory on the local file system of the EC, where the forwarded files will be stored. The path can be absolute or relative to the $MZ_HOME environment variable.
Create Directory

Select this check box to create the directory path that you specify in Directory.

The directories are created when the workflow is executed.

Compression

Compression type of the source files. Determines if the agent will decompress the files before passing them on in the workflow.

  • No Compression - agent does not decompress the files. This is the default setting.
  • Gzip - agent decompresses the files using gzip.
After Treatment
Command
Arguments
Produce Empty FilesIf enabled, files are produced although containing no data.

File Closing Criteria Tab

Disk forwarding agent - Disk tab (File Closing Criteria)

When any of the following criteria is fulfilled, the current file will be closed and an output file will be generated.

The time and volume counters that are evaluated against the criteria are reset each time a batch is closed.

Enter 0 (zero) in a field to disable a criterion.

SettingDescription
Volume (bytes)

Enter a file closing criterion based on the processed UDR volume in bytes. The size of the output file will not exceed the value in this field unless it is set to 1 (one byte).

Volume (UDRs)

Enter a file closing criterion based on the number of processed UDRs.

Timer (sec)Enter a file closing criterion based on time.

FileName Template Tab

The names of the created files are determined by the settings in the Filename Template tab. For a detailed description of the Filename Template tab, see 3.1.6 Workflow Template.


  • No labels