Transform SREGs

In this section:

This section lists the transform SREGs in iWay Service Manager.


Top of page

x
iway.transform.errormask

A global setting for error masking that can be used in the event that it is required to permanently suppress non-fatal errors in the run-time log for all transformations running on the specific format. This SREG can be set for masking input and/or output transform error levels. Define and set the SREG to true only if you wish to suppress all input (and/or) output non-fatal levels in the log for all transformations using the specific format.

For example:

iway.transform.errormask.<phase>.<format>

where:

<phase>

Can be set as in or out.

<format>

Is any data format supported by iWay Transformer.

For instance, if you would like to mask all non-fatal errors for Fixed Width format for input and output, then define and set to true the following two global SREGs:

iway.transform.errormask.in.fwf
iway.transform.errormask.out.fwf

iWay Software