Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Database Administration » Database maintenance » Event tracing

 

Viewing the contents of the diagnostic log file

View the contents of the diagnostic log file by using the ETD File Management utility (dbmanageetd).

Prérequis

You must have logged event tracing information from a tracing session to an ETD file.

 Task
  1. Run the dbmanageetd utility to view the contents of the diagnostic log file in text format. For example:

    dbmanageetd diagnostic-log.etd -o diagnostic-log.txt
  2. Open the file in a text editor.

    The following table shows the possible severity levels for tracing events.

    Level Severity value range
    ALWAYS 0
    CRITICAL 1-50
    ERROR 51-100
    WARNING 101-150
    INFORMATION 151-200
    DEBUG 201-255

Résultat

The diagnostic log is generated and can be viewed in a text editor.

 See also