Data Transformation Engine Command Server Reference Guide
Table Of Contents

Chapter 1 - Using a Command Server Troubleshooting Tools
Command Server Reference Guide
13
ExecutionSummary per Map
The ExecutionSummary section provides information at the map level.
As shown above, the execution log can provide some high-level debugging
information, such as:
♦ Map return code and message. The map return code and message indicate
how the mapping operation completed and whether there were any problems.
For example, a map return code of 0 and message of Map completed
successfully indicate that no execution errors were encountered. This
information helps in analyzing the source information in the log.
♦ SourceReport and TargetReport. For each source or target, the
ExecutionSummary includes information indicating the adapter, the size of
the data for the source or target, the adapter return code and message, and so
on. For example, if using a database adapter, a return code of -17 and a
message of Failed to parse SQL statement for an input would indicate that
some error occurred when the adapter attempted to execute the appropriate
SQL statement to fetch the data from the database.
♦ WorkArea. For each input or output for which a WorkArea is created, the
ExecutionSummary includes information, such as the location and size.