Login Script GOTO Command Finds Wrong Target LabelLast reviewed: August 21, 1995Article ID: Q135154 |
The information in this article applies to:
SYMPTOMSIf your Novell NetWare login script contains a GOTO command, processing may continue at the wrong label.
CAUSEThe labels are not being parsed correctly.
RESOLUTIONYour NetWare administrator should examine the login scripts and change the labels so that no label name is a subset of another.
MORE INFORMATIONThe parsing error occurs if one label is identical to the right-most characters of another. For example, the following will be parsed incorrectly:
WRONG_LABEL: GOTO LABEL LABEL:In this example, the GOTO command will cause processing to jump to the line above the GOTO command, rather than the line below.
|
KBCategory: kb3rdparty kbnetwork
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |