README.TXT: Patch 13 for SNA Server 2.0

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

SUMMARY

The following is the readme file that accompanies SNA Server 2.0 patch 13 (sna20.p13):

Note that this article reflects the text of a static document. Therefore, some of the information in this article may be outdated. For example, as of May 20, 1996, Microsoft no longer maintains support forums on CompuServe.

MORE INFORMATION

******************* Beginning of Readme ***************************

Product: Microsoft SNA Server for Windows NT v2.0 Update: Patch #13 Status: Confirmed

Module updated:

   SYSTEM\SNADLC.DLL  12/10/93  01:09a  74240  (2.0.0.133)
   SYSTEM\HWSETUP\SNADLC\SNADLC.DLL (same file as above)

Date: December 10, 1993

Bugs fixed:

1773 SNA Server DLC link service performance improvements

The SNA Server DLC link service currently uses inefficient DLC timers leading to slower performance. Also, SNA Server DLC connection timer settings in the configuration file were being ignored. Changes include:

  1. The dynamic window increment value is now set to 2. This value
is the MAXOUT_INCR value mentioned below.

  1. The DLC timer values are now correctly picked up from the
configuration file (ie: t1, t2, ti - recommend leaving at Default).

  1. The maximum retry count is now picked up correctly from the
configuration file.

Using SNA Server Admin, the SNA Server 802.2 connection setup dialog should be configured as follows:

Receive ACK Threshold:          8  (MAXIN  below)
Unacknowledged Send Limit:      16 (MAXOUT below)

The actual values can be changed, but the ratio of 1:2 should be maintained. Existing defaults are 2 and 1, which are incorrectly set. Also, the existing dynamic window size is 0 and maximum is 1.

The IBM LAN technical reference manual says:

The dynamic window increment value is used to reduce bridge congestion. If the two end points are on different rings, and the adapter detects an error condition requiring retransmission, the MAXOUT parameter is set to 1. It is then incremented by 1 each time MAXOUT_INCR frames are acknowledged by the remote station, until it reaches the value requested by the application program.

Using the configuration values above, after congestion, every time two frames are acknowledged, the MAXOUT value is increased by 1 back to a maximum of 16.

Update Procedure:

- Stop the SNABASE service at the server by entering "NET STOP SNABASE". Warning: This will stop all SNA Server services on the server.

- Copy updated SNADLC.DLL to the SNA Server SYSTEM and SYSTEM\HWSETUP\SNADLC directories.

- Restart SNABASE and the SNA Server service.

*********************** End of Readme *******************************

SNA Server 2.0 patches are located on:

  1. Library #2 of the MSSNA Compuserve forum.

  2. The Internet server under BUSSYS\SNASRVR\SUP-ED\FIXES\ (supported patches) OR on BUSSYS\SNASRVR\UNSUP-ED\FIXES\ (unsupported patches).


Additional query words: prodsna
Keywords : kbnetwork ntdistrib
Version : 2.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.