Data Transformation Engine Getting Started
Table Of Contents

Chapter 1 - Introduction
1
4
NonStop DTE supports the Tuxedo and the IBM WebSphere MQ Series Messaging adapters on the
NonStop platform.
Database Adapters
NonStop DTE does not support database adapters at this time.
Application Adapters
NonStop DTE does not support application adapters at this time.
Server Transformation Components
NonStop DTE offers a variety of execution methods. You can select one of the following servers:
♦ Command Server – The Command Server executes a single map with all of the data available at
one point in time and exits. The adapters specified in the map direct input and output. Those
adapters can be overridden using the command line parameters.
Platform API
Adapter Adapter
Command Server
Input Output
3
3
4
4
Command
arguments
1
Map
3
2
♦ Tuxedo Transformation Server – The Tuxedo Transformation Server executes a single map each
time that it is called. The Tuxedo Server can execute maps without use of external adapters; that is,
the Tuxedo Server can execute maps by using the memory adapter only). Input can be passed in the
Tuxedo request and output can be returned in the response.
Client
Platform API
Tuxedo
Transformation Server
Map3
3
Memory Adapter
3
3
Input (1)
Output (4)
Alternatively, the output of a map handled by a Tuxedo Server can be directed through an adapter. This
output can be directed to a Tuxedo Queue, for example, by using the Tuxedo adapter. (See the following
figure.)