TRACE_TABLE - UEM Server configuration option

Description

The TRACE_TABLE option specifies the size of a wrap-around trace table maintained in memory.

Tracing is activated when the MESSAGE_LEVEL option is set to trace. The trace table then is written when the program ends under the conditions specified by this TRACE_TABLE option.

The trace file is named uemsrv-nnnnnnnnnn-1.trc, where nnnnnnnnnn represents the 10-digit component ID assigned to the UEM Server process when it is started by the Universal Broker.


UNIX

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

Windows

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

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Configuration File Keyword

trace_table size[UEM:units][UEM:,cond]

(tick)

(tick)

UEM Load Override

n/a

UEM Manager Override

n/a

Value

size is the size of the trace table.

If size is set to 0 (zero), the trace table is not used.


units is the unit of storage for that size.

The valid values for units, and the maximum value that can be specified for size for that unit of storage, is:

  • b: bytes (2,147,483,647)
  • k: kilobytes (2,097,152)
  • m: megabytes (2,048)
  • g: gigabytes (2)

If a value for units is not specified, the file size is assumed to be in bytes.

Default is 0.


cond specifies the condition under which the trace table is written.

Valid values for cond are:

  • error
    Writes the trace table if the program ends with a non-zero return code.
  • always
    Writes the trace table when the program ends regardless of the return code.
  • never
    Never write the trace table.

Default is never.