Service trace is used to get detailed information about your environment for use by your IBM® Support Center.
Use the mqsichangetrace command to start IBM App Connect Enterprise service trace facilities.
You can select only one integration node or server on each invocation of the command, but you can activate concurrent traces for more than one by invoking the command more than once.
To limit the scope of a trace, you must specify the individual integration node or server that you want to trace.
mqsilist myIntegrationNode --trace c:\tmp\listtrace.txt
mqsichangetrace INODE -t -b -l debug
where:-t specifies service trace
-b specifies that trace for the agent subcomponent of the specified component
is to be started
-l specifies the level of trace (in this case, debug)
mqsichangetrace INODE -t -e IS1 -l debug -m fast -c 200000 -r
where:-t specifies service trace
-l specifies the level of trace (in this case, debug)
-m specifies the way trace information is to be buffered (in this case, fast)
-c specifies the size of the trace file in KB (in this case, 200000)
-r specifies that the trace file is reset