Ref: 11020019
Title: Cause of 3+Open PRO0025 Error
Date: 7/1/90

Copyright 3Com Corporation, 1991.  All rights reserved.

The error message "PRO0025: Failed to bind xnsnetbios to tokenlink"
appeared on a 3Server running NBP/XNS.  The PROTOCOL.INI file showed that
the Bindings= statement for both XNS and NBP was set to TOKENLINK.  In the
CONFIG.SYS file, there were drivers for e3s386.os2, xnsnb.os2, and nbp.os2,
but none for tlnk.os2.  After a device=tlnk.os2 driver statement was added
to the CONFIG.SYS file, the server booted successfully.

There must be a BINDINGS= statement in the PROTOCOL.INI file for each
protocol being used.  Also, the adapter name in the BINDINGS= statement
must agree with a driver name in the CONFIG.SYS file.  For example, for
the server running NBP/XNS over token ring, the following values are
correct:

PROTOCOL.INI:                   CONFIG.SYS:
[NBP]                               DEVICE=tlnk.os2
    BINDINGS=tokenlink              DEVICE=nbp.os2
                                    DEVICE=XNSNB.OS2
[XNS]
    BINDINGS=tokenlink

