Data Transformation Engine Map Designer Reference Guide

Chapter 10 - Map Settings Warnings Settings
Map Designer Reference Guide
185
Retry > MaxAttempts
Use the MaxAttempts setting to specify the maximum number of attempts to
access an unavailable file referenced by the map. The default value for the
MaxAttempts setting is 10.
Value Description
n
Enter a number that represents the maximum number of
attempts to access an unavailable file referenced by the map.
After the maximum number of attempts has been exhausted
unsuccessfully, a return code and message are returned by
the map. Valid entries are integers 0 to 65535.
Warnings Settings
Warnings settings specify that the map should fail when any of the selected
warning codes are returned. The default value for the Warnings setting is Every.
Enabling the Warnings options impacts the transaction behavior specified for
each card in the map.
Note If a map execution warning code occurs, the map fails after processing of that
map is finished.
Maps called (from the failed map) with a RUN function, PUT function, or GET
function will still process, and the behavior defined in that map's card settings for
Transaction > OnSuccess and Transaction > OnFailure occurs.
If any warning is set to Fail the map, and the map fails due to the cause
associated with the selected warning, the execution audit includes the map-failed
message with the appropriate warning code preceded by a minus sign, for
example: Map failed on warning (-27).