Data Transformation Engine IBM WebSphere MQ Adapter Reference Guide

Chapter 3 - IBM WebSphere MQ Commands List of Commands
IBM WebSphere MQ Adapter Reference Guide
48
Trace (-T)
Use the Trace adapter command (-T) to produce a log file with the default name
mqstrace.log in the map execution directory.
-T
Optionally, you can specify a directory location and a name (full path) for the trace
file to be created.
-T [
full_path
]
The trace file contains information about connections to IBM WebSphere MQ,
message sizes, IBM WebSphere MQ error messages, and adapter error messages.
Note For OS/390 Batch and CICS, the mqstrace.log does not conform to this naming
convention. For OS/390 Batch and CICS, the trace output is written to the dataset
indicated by the ddname MQTRACE that is (in most cases) defined in the JCL as
//MQTRACE DD SYSOUT=*.
Transmission Error Queue Name (-XEQN)
Use the Transmission Error Queue Name adapter command (-XEQN) for data
targets to specify the name of the transmission error queue to which messages
are copied when errors occur. For more information about using the IBM
WebSphere MQ adapter with IBM WebSphere MQ transmission queues, refer to
Transmission Queues.
-XEQN
x_err_queue_name
Option Description
x_err_queue_name
This is the name of the transmission error queue.
The transmission error queue name is
case-sensitive.
For example, to specify that the local error transmission queue xmit.q be used as
the data target for a remote queue named error.q and the local queue manager
of qmlocal, the syntax would be:
-QMN qmlocal –QN error.q –XEQN xmit.q
If a local transmission queue exists with the same name as the transmission error
queue specified with the Transmission Error Queue Name adapter command