SNA Client Takes Longer to Connect Than Normal

Last reviewed: February 3, 1998
Article ID: Q177488
The information in this article applies to:
  • Microsoft SNA Server versions 3.0, 3.0 Service Pack 1 (SP1), and 3.0 Service Pack 2 (SP2)

SYMPTOMS

When you use the 5250 applet as well as some third-party 5250 emulators, the Windows NT SNA Client attempting to reconnect to the host may take an extra 20 seconds to restart the session. The first time the emulator connects, the delay may not be evident, but if disconnected, further attempts to reconnect may take about 20 seconds.

CAUSE

The Winmgt32.dll display verb initializes the DMOD with the client type "admin," and the wappc32.dll initializes the DMOD with the client type "TP." If the same application uses both DLLs, the DMOD creates two different semaphores, because the admin type is treated as a special case for no reason. In this case the I/O threads were signaling the second semaphore, but the "routing" thread was waiting on the first semaphore. This introduced a five-second delay in each incoming frame processing.

STATUS

With the fix applied, the special semaphore created for "admin" type client processes is removed.

Microsoft has confirmed this to be a problem in SNA Server versions 3.0, 3.0 SP1 and 3.0 SP2. A supported fix is now available, but has not been fully regression tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next Service Pack that contains this fix. Contact Microsoft Technical Support for more information.

Keywords          : kbbug3.00 kbbug3.00.sp1 snawinnt kbbug3.00.sp2 kbnetwork
Version           : WINDOWS:3.0,3.0SP1,3.0SP2
Platform          : WINDOWS
Issue type        : kbbug
Solution Type     : kbfix


================================================================================


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: February 3, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.