Microsoft KB Archive/180703

From BetaArchive Wiki
Knowledge Base


Article ID: 180703

Article Last Modified on 5/11/2005



APPLIES TO

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



This article was previously published under Q180703

SYMPTOMS

If a Win32 SLI application is running on an SNA Server computer and the SNA Server service is stopped, any outstanding SLI_BID requests are returned with the following error:

primary_rc = 0x0021 (LUA_CANCELLED)
secondary_rc = 0x00000080 (LUA_TERMINATED)

The SLI application may not be expecting this particular error code and may not recognize that the SNA Server is no longer available.

Instead, the SLI interface should return:

primary_rc = 0xF003 (LUA_COMM_SUBSYSTEM_ABENDED)


CAUSE

The SNA Server SLI interface is not returning an informative return code.

STATUS

Microsoft has confirmed this to be a problem in SNA Server version 3.0, 3.0 Service Pack 1 (SP1), 3.0 SP2 and 4.0.

This problem was corrected in the latest SNA Server versions 3.0 and 4.0 U.S. Service Packs. For information on obtaining these Service Packs, query on the following word in the Microsoft Knowledge Base (without the spaces):

S E R V P A C K


MORE INFORMATION

With this update applied, the SLI interface now returns the following error to the SLI_BID function in this instance:

primary_rc = 0xF003 (LUA_COMM_SUBSYSTEM_ABENDED)

Keywords: kbbug kbfix KB180703