This document provides trace information for the following components:
To switch on tracing
Set the attribute TRACE-LEVEL
in the Broker
attribute file
for minimal trace output to "1"
for detailed trace output to "2"
for full trace output to "3"
To switch off tracing
Set the attribute TRACE-LEVEL
in the Broker
attribute file to 0:
TRACE-LEVEL=0
Or:
Omit the TRACE-LEVEL
attribute.
To switch on tracing for the broker stub
Before starting the client application, set the environment variable ETB-STUBLOG.
for minimal trace output to "1"
for detailed trace output to "2"
for full trace output to "3".
If the trace level is greater than 1, unencrypted contents of the send/receive buffers may be exposed in the trace.
Trace output is written to SYSOUT.
To switch off tracing for the broker stub
Set the environment variable to NONE or delete it.
To switch on tracing for the BS2000/OSD Batch RPC Server
Set the parameter TRACELEVEL
in S-element RPC-CONFIG
in EXP951.JOBS
.
To evaluate the return codes, see Error Messages and Codes.
The Broker Security Server comes with a trace facility that can be used to track the IDs of users logging on to EntireX Broker. It also produces some diagnostic messages that are helpful for problem analysis. By default, no tracing is performed.
To switch on tracing for Broker Security Server
Set up an SDF
variable in the server's job control.
TRACE='ON'
To switch off tracing for Broker Security Server
Set the following in the server's job control.
TRACE='OFF'