Show TOC Start of Content Area

Procedure documentation Incrementing/Decrementing the Trace Level  Locate the document in its SAP Library structure

Use

Use this procedure to increment/decrement the trace level for the developer trace files (dev_jcontrol, dev_<component name>) of the processes. By default, the trace level is set to 1. In some critical cases and in problem analysis, it is recommended that you increase the trace level to log more information in the developer trace files.

The value range of the trace level property can be between 0 (the lowest) and 3 (the highest).

Procedure

...

Windows

...

       1.      Start the SAP MMC

       2.      From the context menu, choose one of the following:

                            a.      To increment the trace level, All Tasks ® Increase trace level.

                            b.      To decrement the trace level, All Tasks ® Decrease trace level.

       3.      Restart all processes.

UNIX

...

       1.      Start the JCMon.

...

       2.      Find the process ID (PID) of the process for which you want to dump a stack trace (command 11 “Process list”).

       3.      Execute the following:

                            a.      To increment the trace level:

kill –USR1 <PID>

                            b.      To decrement the trace level:

kill –USR2 <PID>

       4.      Restart all processes.

 

 

End of Content Area