Protocol Does Not Bind to Token Ring Network Card

Last reviewed: May 27, 1997
Article ID: Q149878
The information in this article applies to:
  • Microsoft Windows NT Workstation version 4.0
  • Microsoft Windows NT Server version 4.0

SUMMARY

Token Ring congestion and/or error messages may prevent network protocols from binding correctly to a Token Ring network card. There have been situations where TCP/IP failed to bind and NetBEUI succeeded to bind.

This article explains why one or more protocols do not bind to the network card.

MORE INFORMATION

After initializing, the adapter is opened for ring communication by a DIR.OPEN.ADAPTER command. This command is issued by every protocol. If a 0x00 return code (success) is received, the adapter is in automatic receive mode and frames may be transmitted and received using the direct interface.

However, under certain circumstances DIR.OPEN.ADAPTER (NdisOpenAdapter in NDIS source code) returns NDIS_STATUS_OPEN_FAILED with Adapter Open Error 59 which means the adapter detected that a ring parameter server is present on the ring, but that the required response has not been received in the allotted time. This indicates that the ring might be congested, experiencing a high bit-error rate, or losing an abnormally high number of tokens or frames (IBM LAN Technical Reference, page B-57.)

Because an error is returned, the protocol does not bind to the network card. The physical network should be investigated.


Additional query words: 4.00 prodnt ipconfig
Keywords : kbnetwork NTPROTOCOL NTSrvWkst nttcp
Version : 4.0
Platform : winnt


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