Data Transformation Engine Services Guide

Chapter 9 – BEA TUXEDO Messaging Adapters
53
AdapterTarget > OnFailure
Use the OnFailure setting with adapter targets to select the rollback (restore a previous version of the
message) or commit behavior if the map does not complete successfully. The default value is Rollback.
Value Description
Rollback
If the map does not complete successfully, the target is not stored.
Commit
The adapter behaves as if the map was successful, and the action
(Create or CreateOnContent) specified by the OnSuccess setting is
taken.
AdapterTarget > AdapterWarnings
Use the AdapterWarnings setting to choose to fail or ignore warning conditions for the specific output
map card. The default value is Ignore.
Value Description
Ignore
Ignore warnings for this map card.
Fail
Fail on receiving a warning for this map card.
AdapterTarget > AdapterScope
Use the AdapterScope setting to specify when to check for success (OnSuccess) or failure (OnFailure)
of a map, burst, or card in order to perform the rollback and retry options. The default value is Map.
Value Description
Map
Check for success or failure at the completion of each map. If the
map completes successfully, use the OnSuccess setting. If the map
fails, use the OnFailure setting.
Burst
Check for success or failure at the completion of each burst. If the
burst is successful, use the OnSuccess setting. If the burst fails, use
the OnFailure setting.
Card
Check for success or failure at the completion of each card. If the
card is processed successfully, use the OnSuccess setting. If the card
fails, use the OnFailure setting.