CSNW/GSNW Unable to Connect to NetWare ServerLast reviewed: October 8, 1997Article ID: Q165737 |
The information in this article applies to:
SYMPTOMSWhen a computer running Windows NT Workstation or Server 3.51 or 4.0 tries to connect to a NetWare server with IPX checksum-enabled through a NET USE command, the following error message is displayed:
System Error 86 - the specified network password is not correct.No connections can be made to the NetWare server.
CAUSEThe problem is caused when a NetWare server has the following setting in Startup.ncf :
SET ENABLE IPX CHECKSUMS=2Possible server settings:
0= checksums are disabled 1= checksums are used if enabled at the client (default) 2= checksums are requiredWith the checksums value set at 2, Windows NT will try to establish a session with a NetWare server. It is after the session is set up that the NetWare server parses the IPX header for the checksum. At this point, the NetWare server will reject packets from the Windows NT client because the checksum value set in the IPX header is FFFF. Currently, Windows NT does not use the checksum field.
WORKAROUNDTo work around this issue, make the following change in the Startup.ncf file on the NetWare server:
ENABLE CHECKSUMS=1 or 0It is important to note that "checksums only" does a check of the IPX header only, not the data or frame.
MORE INFORMATIONWindows NT does not implement the checksum feature as it adds unnecessary overhead and only checks the validity of the header. There are no plans for implementing this in the future. Keywords : kbbug3.51 kbbug4.00 NTINTEROP NTSrvWkst kbnetwork Version : WinNT:3.51,4.0 Platform : winnt Hardware : ALPHA x86 Issue type : kbbug |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |