Data Transformation Engine Map Designer Reference Guide

Chapter 5 - Card Settings TargetRule Output Card Settings
Map Designer Reference Guide
94
The OnFailure setting works in conjunction with the Scope setting, which defines
when to apply the action specified with the OnFailure setting.
Value Description
Rollback Any changes made during map processing are rolled back and
the original state of the data is restored.
If the map, burst, or card does not complete successfully,
rollback any changes that were made to the target data during
map execution.
Commit If the map, burst, or card does not complete successfully,
commit any changes that were made to the target data during
map execution.
If the map fails, send the message produced for the output
card to the specified message queue.
Scope
The Scope card setting tells the source or target adapter at what point during
map execution to apply OnSuccess and OnFailure actions. The default setting is
Map.
Value Description
Map Apply the OnSuccess and OnFailure settings based on the
success or failure of the entire map execution (which may be
one or more bursts).
Burst Apply the OnSuccess and OnFailure settings based on the
success or failure of each burst.
Card Apply the OnSuccess and OnFailure settings based on the
success or failure of this output. In this case, when a rule fails
or validation fails, the target adapter applies the OnFailure
action. If validation completes successfully for the output card,
the target adapter applies the OnSuccess action.