IBM Integration Bus, Version 9.0.0.8 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

Stopping service trace

Use the mqsichangetrace command or the IBM® Integration Explorer to stop an active service trace.

If you redeploy a component from the IBM Integration Toolkit, trace for that component is returned to its default setting of none.

Example: stopping service trace on an integration server, using the IBM Integration Explorer

To stop the service trace using the IBM Integration Explorer:
  1. In the Navigator view, expand the Integration Nodes folder and right-click the integration server with which you want to work.
  2. Click Service TraceNone.

Example: stopping service trace on an integration server, using the mqsichangetrace command

To stop debug level service tracing for an integration server IS1 on broker A on distributed systems, enter the command

mqsichangetrace BrokerA -t -e IS1 -l none

where:

-t specifies service trace
-l specifies the level of trace (in this case, none)

z/OS platformOn z/OS®, enter the command
F MQPIBRK,ct t=yes, b=yes, l=none

Example: stopping service trace on the broker

To stop the trace started by the command shown in Starting service trace, on distributed systems, enter the following command:
mqsichangetrace BrokerA -t -b -l none 
where:

-t specifies service trace
-b specifies that trace for the agent subcomponent of the specified component
is to be stopped
-l specifies the level of trace (in this case, none)

z/OS platformOn z/OS, enter the following command:
F MQP1BRK,ct t=yes, b=yes, l=none

au14335_.htm | Last updated Friday, 21 July 2017