Data Transformation Engine Services Guide

Chapter 9 – BEA TUXEDO Messaging Adapters
75
Tuxedo Example #3
A map has two input cards with the AdapterSource setting of Tuxedo and one output card with the
AdapterTarget setting of Tuxedo.
Map Designer Card Settings
The following card settings are defined in the Map Designer. All input cards have the following input
card settings:
AdapterSource > OnFailure = Rollback
InputData > CardMode = Burst
AdapterSource > AdapterScope = Burst
SourceAdapterCommand has the Transaction Timeout adapter command with the following
transaction timeouts specified for each input card:
Input #1 –TT 100
Input #2 –TT 10000
The output card has the following output card settings:
AdapterTarget > OnFailure = Rollback
AdapterTarget > AdapterScope = Burst
TargetAdapterCommand has the Transaction Timeout adapter command with the following
transaction timeout specified:
Output #1 –TT 100
Results
The execution of these map cards occur in the same transaction. The transaction timeout is equal to the
transaction timeout specified with the SourceAdapterCommand on the first card (Input #1), which is
100 seconds.