Enabling SNA Server Windows 3.x Client TracesLast reviewed: April 17, 1997Article ID: Q123256 |
The information in this article applies to:
Microsoft SNA Server provides extensive tracing capabilities at both the server and client side to help diagnose problems. On the server side, you can use the SNATRACE tool to trace SNA Server and Win32 application activity. You can enable Windows 3.x client tracing by following the steps in the Enabling SNA Server Client Tracing section below. Client tracing is useful in diagnosing client-to-server connection problems or Windows 3.x SNA Server application problems. Note that client tracing cannot be used to capture server-to-host SNA Server or link level traffic; these types of traces must be captured at the server.
SNA SERVER CLIENT TRACING TYPESFollowing are descriptions of the types of client tracing provided by SNA Server, along with a descriptions of each associated WIN.INI entry:
Internal TracingInternal tracing traces code execution of SNA Server components and is intended for SNA Server development. This type of tracing is useful to diagnose:
InternalTraceLevel: [0-8] Level of detail. The most detailed level is 0. InternalTraceFile1, InternalTraceFile2: ASCII files that store internal trace information. If only InternalTraceFile1 is specified, the trace file will grow indefinitely. If both trace files are listed, each file will grow to the FlipLength (see below) before wrapping to the next file. TraceFlushing: [OFF/ON] Controls whether or not trace information is immediately flushed to the trace file. When debugging a problem involving a hang condition, this entry should be set to ON to ensure that the most recent trace event is logged to the trace file. FlipLength: [size in bytes] Controls how large each SNA Server trace file can grow (default: 250,000). If two trace file names are specified, SNA Server traces wrap between two trace files so the hard disk doesn't fill up. API TracingAPI tracing traces application program interfaces (APIs) supported by SNA Server, in call/return format. You can analyze these traces using the appropriate SNA Server API programmer's guide. This type of tracing is useful in diagnosing:
APPCTraceState: [OFF/ON] Enables APPC API tracing. CPICTraceState: [OFF/ON] Enables CPIC API tracing. CSVTraceState: [OFF/ON] Enables Common Service Verb API tracing. RUITraceState: [OFF/ON] Enables LUA/RUI API tracing. SLITraceState: [OFF/ON] Enables LUA/SLI API tracing. APITraceFile1, APITraceFile2: ASCII files that store API trace information. If only APITraceFile1 is specified, the trace file will grow indefinitely. If both trace files are listed, each file will grow to the FlipLength (see Internal Tracing section above) before wrapping to the next file.
Message TracingMessage tracing traces the internal message flow between the SNA Server client and the server. This type of trace is used by SNA Server development to diagnose:
FMITraceState: [OFF/ON] Controls 3270 Emulator Interface (EIS) message tracing, used by 3270 emulators. PVITraceState: [OFF/ON] Controls LU6.2 message tracing which flows between the client and server. MessageTraceFile1, MessageTraceFile2: ASCII files to store message trace information. If only MessageTraceFile1 is specified, the trace file will grow indefinitely. If both trace files are listed, each file will grow to the FlipLength (see Internal Tracing section above) before wrapping to the next file.
ENABLING SNA SERVER CLIENT TRACINGTo enable SNA Server client tracing on a Windows 3.x client computer:
|
Additional query words: prodsna
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |