How to Enable SNA Server IPX/SPX Clients to Use SPXII

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

SUMMARY

One of the protocols that the SNA Server client server interface uses is native IPX/SPX. SNA Server can be configured to talk over the improved SPXII protocol.

MORE INFORMATION

An improved version of SPX is SPXII. SPXII has the following advantages:

  • SPXII can use the maximum packet size allowable by the network type. On an Ethernet LAN, for example, an SPX II packet can be a full 1518 bytes. Standard SPX is only capable of sending 576 byte packets.
  • SPXII can use "windowing" where multiple packets can be outstanding at one time. It uses negative acknowledgments (NAKs) to indicate that some packets were not received. Standard SPX allows only one packet to be outstanding at any time.

To enable the newer SPXII protocol to work with SNA Server, add the following subkey to the registry:

   \Hkey_Local_machine
     \System
       \CurrentControlSet
         \Services
           \SnaBase
             \Parameters
                \SnaSpx

Then, add the following value:

   SPXII:REG_SZ:yes

SPXII has been supported since SNA Server 2.1 with the addition of the registry entry, but only on Windows NT 3.5/3.51, not on Windows NT 3.1.

Client support is as follows:

  • Windows 95: Enable the same registry entry as above.
  • Windows NT: Enable the same registry entry as above.
  • Windows 3.x and MS-DOS: SPX-II is not Supported on these platforms.

RESOLUTION

Microsoft has updated the file <SNAROOT>\SYSTEM\SNANW.DLL to correct this problem.

STATUS

This feature is included in the latest U.S. Service Pack for SNA Server for Windows NT, version 2.11. For information on obtaining the Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces):

   S E R V P A C K


Additional query words: prodsna
Keywords : kbbug2.11 kbfix2.11.sp1 kbnetwork kbprg ntnetserv
Version : 2.11
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.