Show TOC

Procedure documentationViewing Logs with the SAP Management Console Locate this document in the navigation structure

 

The trace and log messages contain important information about system operation. It is helpful to check and analyze them if you experience errors or unexpected behavior.

Using the SAP Management Console (SAP MC) log viewing functions you can:

  • View all system log and trace files

  • View developer trace files

  • Create stack traces for the processes

Types of Log and Trace Files
  • Instance developer trace and log files contain information about the startup process. You can check these files in case of errors or unexpected behavior during the startup process. The data from the last three restarts is retained by default.

    • The developer trace files of the Java instance are located in directory <Drive>:\usr\sap\<SAPSID>\<instance name>\work (Windows) /usr/sap/<SAPSID>/<instance name>/work (UNIX), where <SAPSID> is the system ID (for example, CE1) and <instance name> is the instance name of the Java instance (for example, J03).

    • The developer trace files of the central services instance are located in directory <Drive>:\usr\sap\<SAPSID>\<instance name>\work (Windows) /usr/sap/<SAPSID>/<instance name>/work (UNIX) , where <SAPSID> is the SAP system ID (for example, CE1) and <instance name> is the instance name of the central services instance (for example, SCS02).

  • AS Java logs The log and trace files generated by the AS Java processes and the applications running on top of AS Java are stored in directory <Drive>:\usr\sap\<SAPSID>\<instance name>\j2ee\cluster\server<n>\log (Windows) /usr/sap/<SAPSID>/<instance name>/j2ee/cluster/server<n>/log (UNIX).

Procedure

  • Viewing Developer Trace Files

    • To view the developer trace file of a process, select the relevant process and choose ShowDeveloper Trace from the context menu.

    • If the information in the developer trace is insufficient or too detailed, choose Increment/Decrement Trace Level to adjust the launcher trace level to the required level.

  • Dumping the Java Stack Trace

    • To dump the server processes Java stack trace, select the relevant server process, and choose Dump Stack from the context menu.

    • To view the dump stack trace, choose Show Developer Trace (see above).

      The resulting Java server stack trace is stored in the dev_server<n> file in directory <Drive>:\usr\sap\<SAPSID>\<instance name>\work (Windows) /usr/sap/<SAPSID>/<instance name>/work (UNIX).

  • Log Viewing from the SAP MC

    1. To view all the log and trace files of an instance, select the Log Files node from the tree structure of the relevant instance.

    2. In the navigation pane, select the file you want to view and choose Show Log File from the context menu.

    3. A dialog box appears, in which you can browse the log messages and view their detailed description.

      Note Note

      Alternatively, you can view all developer trace and log files of an instance by selecting the relevant instance, and choosing List Developer Traces from the context menu.

      End of the note.
      • To view the log file of the service, select an instance and choose Show Trace File from the context menu.

      • To view log records filtered by severity, time, and entries, select an instance and choose Analyze Log Files.