The Decompressor agent configuration dialog is opened from the Workflow Editor. Either double-click on the agent in the workflow template , or right-click on the agent and select Configuration....
...
Setting
Description
Compression
Select decompression algorithm:
No Compression: The agent will not decompress the files.
Gzip: The agent will decompress the files by using gzip. LZO: The agent will decompress the files by using LZO.
Error Handling
Select how you want to handle errors for files that cannot be decompressed:
Cancel Batch: The agent will cancel the batch when a file cannot be decompressed (Default). The default setting for Cancel Batch is to abort the workflow immediately, but you can also configure the workflow to abort after a certain number of consecutive Cancel Batches , or to never abort the workflow on Cancel Batch. See 3.1.8 Workflow Properties for further information about Workflow Properties.
Ignore: The agent will ignore an input batch when a file cannot be decompressed, and a log message will be generated in the System Log, see 6.14 System Log.
Note
title
Note!
If you select the Ignore option, data will continue to be sent until an error occurs in a batch, which means that erroneous data might be routed from the Decompressor agent.
...
Command
Description
Cancel Batch
Emitted if a file cannot be decompressed. If you you have configured the workflow to abort after a certain number of consecutive Cancel Batches, or never to abort on Cancel Batch, in the Workflow Properties, the collection agent will send the file to ECS along with a message describing the error. See 3.1.8 Workflow Properties and 9.23 Error Correction System for further information.