Transform SREGs

Topics:

This section lists and describes the transform Special Registers (SREGs) in iWay Service Manager (iSM).

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:

setsreg(‘iway.transform.errormask.in.fwf’, ‘true’)
setsreg(‘iway.transform.errormask.out.fwf’, ‘true’)

For more information on setting SREG values, see the iWay Functional Language Reference Guide.

For more information on the available data formats supported by the Transformer tool, see the iWay Integration Tools Transformer User’s Guide.