TRACE_FILE_LINES - UEM Server configuration option

Description

The TRACE_FILE_LINES option specifies the maximum number of lines to write to a trace file.

A trace file is generated when the MESSAGE_LEVEL option is set to trace. In this situation, the trace file will wrap around when the number of lines specified by this TRACE_FILE_LINES option has been reached.

New trace entries are written at the top of the trace file, just after the trace header lines. The trace entries are written to a file named uemsrv-nnnnnnnnnn-1.trc file, where nnnnnnnnnn is the 10-digit component ID assigned to the UEM Server process.


Windows

The trace file is located in the .\Universal\UEMSrv directory.

UNIX

The trace file is located in the ./Universal/trace directory.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Configuration File Keyword

trace_file_lines lines

(tick)

(tick)

UEM Load Override

n/a

UEM Manager Override

n/a

Value

lines is the maximum number of lines to write to a trace file.

When setting this value, allow for an average trace file line size of 50 characters.

Default is 50,000.