Meaning of "DLCST UPSN" in a SNA Server Data Link Control Trace

Last reviewed: April 17, 1997
Article ID: Q139594
The information in this article applies to:
  • Microsoft SNA Server for Windows NT, version 2.0, 2.10, 2.11, and 3.0

SUMMARY

A special mechanism is used to track SDLC statistics in the SDLC link service. The generation of statistics is controlled by byte dataru[s+27] in the Open(LINK) request messages. An Open (LINK) request message flows between the SNA Server service and each link service whenever the SNA Server service initializes. Its basic purpose it to set the link characteristics. The dataru[s+27] byte is defined by the SNA Device Interface Specification (SNADIS) as "reserved", and causes the Microsoft written SDLC link services to generate statistic messages when set to x01. Link services written by IHVs will ignore this byte, and therefor, not log these link statistics in a trace.

The following trace excerpt may appear in an SNA Server Data Link Control trace. This trace represents messages that flow between the SNA Server service and the underlying link services:

   ...
   DLC    04161000->01110101 DLCST UPSN
   DLC                       UPTYPE:3 UPCNTR:7 COUNT:0
   ...

The definitions of the UPTYPE and UPCNTR fields are as follows. The COUNT field is not used.

UPTYPE              UPCNTR

Type 1

             1 Number of Test cmds rcvd
                  2 Number of Test rsps sent

Type 3
                  1 Non productive receive timeout
                  2 Idle Timeout
                  3 Write retry
                  4 Receiver character overrun
                  5 Transmitter underrun
                  6 Connection problem
                  7 FCS error
                  8 Primary station abort received
                  9 SDLC Command reject
                 10 DCE error
                 11 Write timeout
                 12 Not used
                 13 I-frame received out of sequence
                 14 I-frame discarded (primary)
                 15 No response timeout (primary)
                 16 Remote busy timeout (primary)

Because the trace excerpt has UPTYPE = 3 and UPCNTR = 7, the observer of the trace could conclude that this is an FCS (Frame Check Sequence) error detected by the link service.

NOTE: The SNADIS guide can be found on the SNA Server cd in Help file format. To find the Open(Link) Request format, do the following:

  1. Run SNA.HLP.

  2. Select SNA Device Interface Specification.

  3. Select "Chapter 4 SNA Device Interface Specification Message formats."

  4. Select 4.1 Open(Link).

  5. Select 4.1.1 Open(Link) Request.


Additional query words: prodsna
Keywords : kbinterop kbnetwork kbsetup ntprotocol
Version : 2.0 2.1 2.11 3.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 17, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.