Starting user trace
Use user trace for debugging your applications; you can trace integration nodes, integration servers, and deployed message flows. Start user trace facilities by using the mqsichangetrace command, the web user interface, or the REST API.
Before you begin
Before you start to trace an integration node, an integration server, or a deployed message flow, the integration node or server must be running. For more information, follow the instructions in the Deploying integration solutions topic.
About this task
Procedure
Example: starting user trace for an integration server
About this task
To start normal level user trace for integration server
integrationServer1
on
integration node INODE
, enter
the command mqsichangetrace INODE -u -e integrationServer1 -l normal
where:-u specifies user trace
-e specifies the integration server (in this case,
-l specifies the level of trace (in this case, normal)
-e specifies the integration server (in this case,
integrationServer1
)-l specifies the level of trace (in this case, normal)