Data Transformation Engine Services Guide

Chapter 9 – BEA TUXEDO Messaging Adapters
74
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.
Tuxedo Example #2
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 = Integral
AdapterSource > AdapterScope = Card
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 = Commit
AdapterTarget > AdapterScope = Card
TargetAdapterCommand has the Transaction Timeout adapter command with the following
transaction timeout specified:
Output #1 –TT 100
Results
Input card #1 is a separate transaction with a transaction timeout of 100 seconds.
Input card #2 is a separate transaction with a transaction timeout of 10000 seconds.
Output card #1 is a separate transaction with a transaction timeout of 100 seconds.