Microsoft KB Archive/170287

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


Multi-session SLI Program Stops Receiving Data on Some Sessions

Article ID: 170287

Article Last Modified on 10/30/2003



APPLIES TO

  • Microsoft SNA Server 3.0
  • Microsoft SNA Server 3.0 Service Pack 4



This article was previously published under Q170287


SYMPTOMS

If an SLI program opens multiple sessions, the application may fail to receive error notification on all sessions if a link failure occurs, causing the session to stop responding. This problem was observed in the following scenario:

  • A Win32-based SLI application (running on the SNA Server or a Windows NT client) opens 100 sessions, then calls SLI_RECEIVE on each session.
  • A connection failure occurs, causing all 100 sessions to fail. However, the SLI application fails to receive any error notification on most of the sessions. All SLI_RECEIVEs should return with the following error message when the connection fails:
          primary_rc   = 0x000F     (LUA_SESSION_FAILURE)
          secondary_rc = 0x08310000 (LUA_LU_COMPONENT_DISCONNECTED)
                            

The above scenario describes the common symptom for this problem. However, the problem could appear whenever the SLI library receives status or data messages on a large number of sessions at the same time.

CAUSE

The SNA Server SLI interface is queuing messages to the RUI interface incorrectly, which could cause outstanding SLI calls to fail to return to the SLI application.

STATUS

Microsoft has confirmed this to be a problem in SNA Server versions 2.11 SP2 and 3.0 SP1.

This problem was corrected in the latest SNA Server version 3.0 U.S. Service Pack. For information on obtaining this Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces):

S E R V P A C K


A supported fix is now available for 2.11 SP2, 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: kbbug kbfix kbnetwork kbprogramming KB170287