Client Version 1.1.2
 —  Entire Net-Work Client Administration  —

Tracing Entire Net-Work Client Activities

On systems where Entire Net-Work Client is installed, you can trace transport subsystem activities. This document explains how those traces can be activated and where the traces can be located.

Warning:
We recommend that you perform this tracing only under the advisement of your Software AG support representative.

Start of instruction setTo trace transport subsystem activities:

  1. Locate the xts.config file in your Entire Net-Work installation. The default location of this file on Windows systems is: C:/Program Files/Software AG/Entire Net-Work Client 1.1.1.

  2. Edit the xts.config file and add entries for the following parameters:

    Parameter Value
    XTSTRACE=65534 Setting the XTSTRACE parameter to "65534" enables full transport subsystem tracing.
    XTSLOGDIR=path Specify the fully qualified path of the directory used to store the transport subsystem trace files.

    This will activate tracing of transport subsystem activites performed by the Entire Net-Work Client. Transport subsystem trace information is collected.

Transport subsystem activities are traced to files in the format xtsnnnn.log, where nnnn is an incremental file counter (starting with "0000", then "0001", and so on). By default, these files are stored in the \log directory, wherever Entire Net-Work Client is installed. To change this directory, use the XTSLOGDIR parameter in the xts.config file, as described above.

Top of page