1.1 Server Values

These are the server return values (0x8901 to 0x89FF) that are defined in the NWERROR.H file:

0x8901

ERR_INSUFFICIENT_SPACE

0x8901

NWE_INSUFFICIENT_SPACE

0x890A

NLM_INVALID_CONNECTION

0x8914

ERR_NO_MORE_ENTRY

0x8977

ERR_BUFFER_TOO_SMALL

0x8977

NWE_BUFFER_TOO_SMALL

0x8978

ERR_VOLUME_FLAG_NOT_SET: The service requested is not available on the selected volume.

0x8978

NWE_VOL_FLAG_NOT_SET: The service requested is not available on the selected volume.

0x8979

ERR_NO_ITEMS_FOUND

0x8979

NWE_NO_ITEMS_FOUND

0x897A

ERR_CONN_ALREADY_TEMP

0x897A

NWE_CONN_ALREADY_TEMP

0x897B

ERR_CONN_ALREADY_LOGGED_IN

0x897B

NWE_CONN_ALREADY_LOGGED_IN

0x897C

ERR_CONN_NOT_AUTHENTICATED

0x897C

NWE_CONN_NOT_AUTHENTICATED

0x897D

ERR_CONN_NOT_LOGGED_IN

0x897D

NWE_CONN_NOT_LOGGED_IN

0x897E

NCP_BOUNDARY_CHECK_FAILED

0x897E

NWE_NCP_BOUNDARY_CHECK_FAILED

0x897F

ERR_LOCK_WAITING

0x897F

NWE_LOCK_WAITING

0x8980

ERR_LOCK_FAIL

0x8980

NWE_LOCK_FAIL

0x8980

FILE_IN_USE_ERROR: Attempted to open or create an already open file.

0x8980

NWE_FILE_IN_USE: Attempted to open or create an already open file.

0x8981

NO_MORE_FILE_HANDLES: No more file handles available; the network file handle table is full.

0x8981

NWE_FILE_NO_HANDLES: No more file handles available; the network file handle table is full.

0x8982

NO_OPEN_PRIVILEGES: Attempted to open a file without the open privilege.

0x8982

NWE_FILE_NO_OPEN_PRIV: Attempted to open a file without the open privilege.

0x8983

IO_ERROR_NETWORK_DISK: Hard disk input/output error on a NetWare volume; a bad sector has been encountered and could be fatal.

0x8983

NWE_DISK_IO_ERROR: Hard disk input/output error on a NetWare volume; a bad sector has been encountered and could be fatal.

0x8983

ERR_AUDITING_HARD_IO_ERROR

0x8983

NWE_AUDITING_HARD_IO_ERROR

0x8984

NO_CREATE_PRIVILEGES: Attempted to create a file without the create privilege.

0x8984

NWE_FILE_NO_CREATE_PRIV: Attempted to create a file without the create privilege.

0x8984

ERR_AUDITING_NOT_SUPV

0x8984

NWE_AUDITING_NOT_SUPV

0x8985

NO_CREATE_DELETE_PRIVILEGES: Attempted to create an already existing file without create/delete privileges.

0x8985

NWE_FILE_NO_CREATE_DEL_PRIV: Attempted to create an already existing file without create/delete privileges.

0x8986

CREATE_FILE_EXISTS_READ_ONLY: Attempted to create a file with the same name as an already existing file with read-only status.

0x8986

NWE_FILE_EXISTS_READ_ONLY: Attempted to create a file with the same name as an already existing file with read-only status.

0x8987

WILD_CARDS_IN_CREATE_FILE_NAME: Attempted to create a file using an ambiguous filename.

0x8987

NWE_FILE_WILD_CARDS_IN_NAME: Attempted to create a file using an ambiguous filename.

0x8987

CREATE_FILENAME_ERROR

0x8988

INVALID_FILE_HANDLE: Attempted to close or perform an I/O on a file with an invalid file handle (i.e. trying to read from a file that has been closed).

0x8988

NWE_FILE_INVALID_HANDLE: Attempted to close or perform an I/O on a file with an invalid file handle (i.e. trying to read from a file that has been closed).

0x8989

NO_SEARCH_PRIVILEGES: Attempted to search a directory without search privileges in that directory.

0x8989

NWE_FILE_NO_SRCH_PRIV: Attempted to search a directory without search privileges in that directory.

0x898A

NO_DELETE_PRIVILEGES: Attempted to delete a file without file deletion privileges in that file’s directory.

0x898A

NWE_FILE_NO_DEL_PRIV: Attempted to delete a file without file deletion privileges in that file’s directory.

0x898B

NO_RENAME_PRIVILEGES: Attempted to rename a file without renaming privileges in that file’s directory.

0x898B

NWE_FILE_NO_RENAME_PRIV: Attempted to rename a file without renaming privileges in that file’s directory.

0x898C

NO_MODIFY_PRIVILEGES: Attempted to modify a file without attribute modification privileges in that file’s directory.

0x898C

NWE_FILE_NO_MOD_PRIV: Attempted to modify a file without attribute modification privileges in that file’s directory.

0x898D

SOME_FILES_AFFECTED_IN_USE: Attempted to delete, rename, or set file attributes using an ambiguous filename while some of the files specified by the filename are in use by another workstation.

0x898D

NWE_FILE_SOME_IN_USE: Attempted to delete, rename, or set file attributes using an ambiguous filename while some of the files specified by the filename are in use by another workstation.

0x898E

NO_FILES_AFFECTED_IN_USE: Attempted to delete, rename, or set file attributes using an ambiguous filename while some of the files specified by the filename are in use by another workstation.

0x898E

NWE_FILE_NONE_IN_USE: Attempted to delete, rename, or set file attributes using an ambiguous filename while some of the files specified by the filename are in use by another workstation.

0x898F

SOME_FILES_AFFECTED_READ_ONLY: Attempted to delete, rename, or set file attributes using a filename when some of the files specified have read-only status.

0x898F

NWE_FILE_SOME_READ_ONLY: Attempted to delete, rename, or set file attributes using a filename when some of the files specified have read-only status.

0x8990

NO_FILES_AFFECTED_READ_ONLY: Attempted to delete, rename, or set file attributes using a filename when all of the files specified have read-only status.

0x8990

NWE_FILE_NONE_READ_ONLY: Attempted to delete, rename, or set file attributes using a filename when all of the files specified have read-only status.

0x8991

SOME_FILES_RENAMED_NAME_EXISTS: Attempted to rename files using an ambiguous filename, when one or more files matching the new filename specification already exist.

0x8991

NWE_FILE_SOME_RENAMED_EXIST: Attempted to rename files using an ambiguous filename, when one or more files matching the new filename specification already exist.

0x8992

NO_FILES_RENAMED_NAME_EXISTS: Attempted to rename a file using a filename, when all of the files matching the new filename specification already exist.

0x8992

NWE_FILE_NONE_RENAMED_EXIST: Attempted to rename a file using a filename, when all of the files matching the new filename specification already exist.

0x8993

NO_READ_PRIVILEGES: Attempted to read a file without read privileges to that file.

0x8993

NWE_FILE_NO_READ_PRIV: Attempted to read a file without read privileges to that file.

0x8994

NO_WRITE_PRIVILEGES_OR_READONLY: Attempted to write to a file without write privileges to that file, or the specified file has read-only status.

0x8994

NWE_FILE_NO_WRITE_PRIV: Attempted to write to a file without write privileges to that file.

0x8994

NWE_FILE_READ_ONLY: the specified file has read-only status.

0x8995

FILE_DETACHED: Attempted to read or write to a detached file.

0x8995

NWE_FILE_DETACHED: Attempted to read or write to a detached file.

0x8996

SERVER_OUT_OF_MEMORY: Attempted to write to a server that does not currently have enough free DRAM to process this request.

0x8996

NWE_SERVER_OUT_OF_MEMORY: Attempted to write to a server that does not currently have enough free DRAM to process this request.

0x8996

ERR_TARGET_NOT_A_SUBDIRECTORY

0x8996

NWE_DIR_TARGET_INVALID

0x8997

NO_DISK_SPACE_FOR_SPOOL_FILE: The network operating system has determined that the network disk doesn’t have enough space left for spool files.

0x8997

NWE_DISK_NO_SPOOL_SPACE: The network operating system has determined that the network disk doesn’t have enough space left for spool files.

0x8997

ERR_AUDITING_NOT_ENABLED

0x8997

NWE_AUDITING_NOT_ENABLED

0x8998

VOLUME_DOES_NOT_EXIST: The network operating system has tried to access a volume but cannot find the volume in the system definition files.

0x8998

NWE_VOL_INVALID: The network operating system has tried to access a volume but cannot find the volume in the system definition files.

0x8999

DIRECTORY_FULL

0x8999

NWE_DIR_FULL

0x899A

RENAMING_ACROSS_VOLUMES: Attempted to rename a file and move the renamed file from its current volume into another volume. The rename command may move the file between directories on the same volume; however, using rename to move a file between volumes is not allowed.

0x899A

NWE_VOL_RENAMING_ACROSS: Attempted to rename a file and move the renamed file from its current volume into another volume. The rename command may move the file between directories on the same volume; however, using rename to move a file between volumes is not allowed.

0x899B

BAD_DIRECTORY_HANDLE: Attempted to use an invalid directory handle. This occurs if the network has been brought down and brought back up without rebooting the workstation.

0x899B

NWE_DIRHANDLE_INVALID: Attempted to use an invalid directory handle. This occurs if the network has been brought down and brought back up without rebooting the workstation.

0x899C

INVALID_PATH

0x899C

NWE_PATH_INVALID

0x899C

NO_MORE_TRUSTEES: No more trustees are listed in the directory.

0x899C

NWE_TRUSTEES_NO_MORE: No more trustees are listed in the directory.

0x899D

NO_MORE_DIRECTORY_HANDLES: No more directory handles available; the directory handle table is full. Each user may have up to 255 directory handles.

0x899D

NWE_DIRHANDLE_NO_MORE: No more directory handles available; the directory handle table is full. Each user may have up to 255 directory handles.

0x899E

INVALID_FILENAME: Attempted to create a file using invalid characters in the file name.

0x899E

NWE_FILE_NAME_INVALID: Attempted to create a file using invalid characters in the file name.

0x899F

DIRECTORY_ACTIVE: Attempted to delete a directory that is being used by another workstation.

0x899F

NWE_DIR_ACTIVE: Attempted to delete a directory that is being used by another workstation.

0x89A0

DIRECTORY_NOT_EMPTY

0x89A0

NWE_DIR_NOT_EMPTY

0x89A1

DIRECTORY_IO_ERROR: A nonrecoverable I/O error has occurred on the disk in the directory area. This error has occurred in both copies of the directory and is fatal.

0x89A1

NWE_DIR_IO_ERROR: A nonrecoverable I/O error has occurred on the disk in the directory area. This error has occurred in both copies of the directory and is fatal.

0x89A2

READ_FILE_WITH_RECORD_LOCKED: Attempted to read a file where data is physically locked.

0x89A2

NWE_FILE_IO_LOCKED: Attempted to read a file where data is physically locked.

0x89A3

ERR_TRANSACTION_RESTARTED

0x89A3

NWE_TTS_RANSACTION_RESTARTED

0x89A3

NWE_TTS_TRANSACTION_RESTARTED

0x89A4

ERR_RENAME_DIR_INVALID

0x89A4

NWE_DIR_RENAME_INVALID

0x89A5

ERR_INVALID_OPENCREATE_MODE

0x89A5

NWE_FILE_OPENCREAT_MODE_INVALID

0x89A6

ERR_ALREADY_IN_USE

0x89A6

NWE_ALREADY_IN_USE

0x89A6

ERR_AUDITING_ACTIVE

0x89A6

NWE_AUDITING_ACTIVE

0x89A7

ERR_AUDITING_VERSION

0x89A7

ERR_INVALID_RESOURCE_TAG

0x89A7

NWE_RESOURCE_TAG_INVALID

0x89A8

ERR_ACCESS_DENIED

0x89A8

NWE_ACCESS_DENIED

0x89A8

ERR_AUDITING_NO_RIGHTS

0x89A8

NWE_AUDITING_NO_RIGHTS

0x89BE

INVALID_DATA_STREAM

0x89BE

NWE_DATA_STREAM_INVALID

0x89BF

INVALID_NAME_SPACE

0x89BF

NWE_NAME_SPACE_INVALID

0x89C0

NO_ACCOUNTING_PRIVILEGES

0x89C0

NWE_ACCTING_NO_PRIV

0x89C1

LOGIN_DENIED_NO_ACCOUNT_ BALANCE: Attempted to log in by a bindery object without an accounting balance, and accounting is enabled.

0x89C1

NWE_ACCTING_NO_ BALANCE: Attempted to log in by a bindery object without an accounting balance, and accounting is enabled.

0x89C2

LOGIN_DENIED_NO_CREDIT: Attempted to log in to account with no credit available.

0x89C2

NWE_ACCTING_NO_CREDIT: Attempted to log in to account with no credit available.

0x89C2

ERR_AUDITING_RECORD_SIZE

0x89C2

NWE_AUDITING_RECORD_SIZE

0x89C3

ERR_TOO_MANY_HOLDS

0x89C3

NWE_ACCTING_TOO_MANY_HOLDS

0x89C4

ACCOUNTING_DISABLED

0x89C4

NWE_ACCTING_DISABLED

0x89C5

INTRUDER_DETECTION_LOCK: Attempt to log in after the system had locked the account because of intruder detection.

0x89C5

NWE_LOGIN_LOCKOUT: Attempt to log in after the system had locked the account because of intruder detection.

0x89C6

NO_CONSOLE_OPERATOR: Attempt to use console without operator privileges.

0x89C6

NWE_CONSOLE_NO_PRIV: Attempt to use console without operator privileges.

0x89C6

NO_CONSOLE_PRIVILEGES

0x89D0

ERR_Q_IO_FAILURE

0x89D0

NWE_Q_IO_FAILURE

0x89D1

ERR_NO_QUEUE

0x89D1

NWE_Q_NONE

0x89D2

ERR_NO_Q_SERVER

0x89D2

NWE_Q_NO_SERVER

0x89D3

ERR_NO_Q_RIGHTS

0x89D3

NWE_Q_NO_RIGHTS

0x89D4

ERR_Q_FULL

0x89D4

NWE_Q_FULL

0x89D5

ERR_NO_Q_JOB

0x89D5

NWE_Q_NO_JOB

0x89D6

ERR_NO_Q_JOB_RIGHTS

0x89D6

NWE_Q_NO_JOB_RIGHTS

0x89D6

NWE_PASSWORD_UNENCRYPTED

0x89D7

ERR_Q_IN_SERVICE

0x89D7

NWE_Q_IN_SERVICE

0x89D7

PASSWORD_NOT_UNIQUE: Attempt to change password to a previously used password when the unique requirement is specified for the account.

0x89D7

NWE_PASSWORD_NOT_UNIQUE: Attempt to change password to a previously used password when the unique requirement is specified for the account.

0x89D8

ERR_Q_NOT_ACTIVE

0x89D8

NWE_Q_NOT_ACTIVE

0x89D8

PASSWORD_TOO_SHORT: Attempt to change password to a password with fewer characters than the required minimum specified for the account.

0x89D8

NWE_PASSWORD_TOO_SHORT: Attempt to change password to a password with fewer characters than the required minimum specified for the account.

0x89D9

ERR_Q_STN_NOT_SERVER

0x89D9

NWE_Q_STN_NOT_SERVER

0x89D9

LOGIN_DENIED_NO_CONNECTION

0x89D9

NWE_LOGIN_NO_CONN

0x89D9

NWE_LOGIN_MAX_EXCEEDED

0x89D9

ERR_MAXIMUM_LOGINS_EXCEEDED: Attempt to log in using an account which has limits on the number of concurrent connections and that number has been reached.

0x89DA

ERR_Q_HALTED

0x89DA

NWE_Q_HALTED

0x89DA

UNAUTHORIZED_LOGIN_TIME

0x89DA

NWE_LOGIN_UNAUTHORIZED_TIME

0x89DB

UNAUTHORIZED_LOGIN_STATION: Attempt to log in from an unauthorized station using an account with limits to a specific network and/or station.

0x89DB

NWE_LOGIN_UNAUTHORIZED_STATION: Attempt to log in from an unauthorized station using an account with limits to a specific network and/or station.

0x89DB

ERR_Q_MAX_SERVERS

0x89DB

NWE_Q_MAX_SERVERS

0x89DC

ACCOUNT_DISABLED: Attempt to log in using an account which has expired or has been disabled by the Supervisor.

0x89DC

NWE_ACCT_DISABLED: Attempt to log in using an account which has expired or has been disabled by the Supervisor.

0x89DE

PASSWORD_HAS_EXPIRED_NO_GRACE: Attempt to log in using an account password which has expired and all grace logins have also expired.

0x89DE

NWE_PASSWORD_INVALID: Attempt to log in using an account password which has expired and all grace logins have also expired.

0x89DF

PASSWORD_HAS_EXPIRED: Attempt to log in using an expired account password but the login was allowed because the account had a grace login.

0x89DF

NWE_PASSWORD_EXPIRED: Attempt to log in using an expired account password but the login was allowed because the account had a grace login.

0x89E0

NWE_LOGIN_NO_CONN_AVAIL

0x89E7

E_NO_MORE_USERS

0x89E7

NWE_E_NO_MORE_USERS

0x89E8

NOT_ITEM_PROPERTY: Attempt to use an item not associated with this property group or an item which has been deleted from this group.

0x89E8

NWE_BIND_NOT_ITEM_PROP: Attempt to use an item not associated with this property group or an item which has been deleted from this group.

0x89E8

WRITE_PROPERTY_TO_GROUP: Attempt to write a data segment to a group property using the call to write a property value.

0x89E8

NWE_BIND_WRITE_TO_GROUP_PROP: Attempt to write a data segment to a group property using the call to write a property value.

0x89E9

MEMBER_ALREADY_EXISTS: Attempt to redundantly add an object to a group property.

0x89E9

NWE_BIND_MEMBER_ALREADY_EXISTS: Attempt to redundantly add an object to a group property.

0x89EA

NO_SUCH_MEMBER

0x89EA

NWE_BIND_NO_SUCH_MEMBER

0x89EB

NOT_GROUP_PROPERTY: Attempt to use a non-group property.

0x89EB

NWE_BIND_NOT_GROUP_PROP: Attempt to use a non-group property.

0x89EC

NO_SUCH_SEGMENT: Attempt to use a nonexistent segment. Note that segments must be written sequentially when a property is first created, but may be read and written in any order after they already exist.

0x89EC

NWE_BIND_NO_SUCH_SEGMENT: Attempt to use a nonexistent segment. Note that segments must be written sequentially when a property is first created, but may be read and written in any order after they already exist.

0x89ED

PROPERTY_ALREADY_EXISTS

0x89ED

NWE_BIND_PROP_ALREADY_EXISTS

0x89EE

OBJECT_ALREADY_EXISTS

0x89EE

NWE_BIND_OBJ_ALREADY_EXISTS

0x89EF

INVALID_NAME: Request made with an object or property name containing illegal characters. Illegal characters in names are control characters, the comma, colon, semicolon, slash, backslash, question mark, asterisk, and tilde.

0x89EF

NWE_BIND_NAME_INVALID: Request made with an object or property name containing illegal characters. Illegal characters in names are control characters, the comma, colon, semicolon, slash, backslash, question mark, asterisk, and tilde.

0x89F0

WILD_CARD_NOT_ALLOWED: Attempt to use a wildcard character or wild object type in a call where wildcards are not allowed.

0x89F0

NWE_BIND_WILDCARD_INVALID: Attempt to use a wildcard character or wild object type in a call where wildcards are not allowed.

0x89F1

INVALID_BINDERY_SECURITY: Attempt to assign a security level of a bindery object or property to be higher than the user’s security level. This would make the object or property inaccessible to the user.

0x89F1

NWE_BIND_SECURITY_INVALID: Attempt to assign a security level of a bindery object or property to be higher than the user’s security level. This would make the object or property inaccessible to the user.

0x89F2

NO_OBJECT_READ_PRIVILEGE: Attempt to access object information or scan the object’s properties by a station without the necessary security to access this information.

0x89F2

NWE_BIND_OBJ_NO_READ_PRIV: Attempt to access object information or scan the object’s properties by a station without the necessary security to access this information.

0x89F3

NO_OBJECT_RENAME_PRIVILEGE: Attempt to rename an object without the necessary security. Only the Supervisor can rename objects. Note that if the station does not have the proper security to see that the object exists, then NCP_NO_SUCH_OBJECT is returned.

0x89F3

NWE_BIND_OBJ_NO_RENAME_PRIV: Attempt to rename an object without the necessary security. Only the Supervisor can rename objects. Note that if the station does not have the proper security to see that the object exists, then NCP_NO_SUCH_OBJECT is returned.

0x89F4

NO_OBJECT_DELETE_PRIVILEGE: Attempt to delete an object by a station without the necessary security to delete the object. Only the Supervisor can delete objects. Note that if the station does not even have the proper security to see that the object exists, then NCP_NO_SUCH_OBJECT is returned.

0x89F4

NWE_BIND_OBJ_NO_DELETE_PRIV: Attempt to delete an object by a station without the necessary security to delete the object. Only the Supervisor can delete objects. Note that if the station does not even have the proper security to see that the object exists, then NCP_NO_SUCH_OBJECT is returned.

0x89F5

NO_OBJECT_CREATE_PRIVILEGE: Attempt to create an object by a station without the necessary security to create or change an object. Only Supervisors are allowed to create objects.

0x89F5

NWE_BIND_OBJ_NO_CREATE_PRIV: Attempt to create an object by a station without the necessary security to create or change an object. Only Supervisors are allowed to create objects.

0x89F6

NO_PROPERTY_DELETE_PRIVILEGE: Attempt to delete a property by a station without the necessary security privilege to delete a property from the give object. Note that if the station does not have the proper security to see that the property exists, then NCP_NO_SUCH_PROPERTY is returned.

0x89F6

NWE_BIND_PROP_NO_DELETE_PRIV: Attempt to delete a property by a station without the necessary security privilege to delete a property from the give object. Note that if the station does not have the proper security to see that the property exists, then NCP_NO_SUCH_PROPERTY is returned.

0x89F6

NOT_SAME_LOCAL_DRIVE

0x89F7

NO_PROPERTY_CREATE_PRIVILEGE: Attempt to create a property by a station without the necessary security to create or change a property for the object.

0x89F7

NWE_BIND_PROP_NO_CREATE_PRIV: Attempt to create a property by a station without the necessary security to create or change a property for the object.

0x89F7

TARGET_DRIVE_NOT_LOCAL

0x89F8

NO_PROPERTY_WRITE_PRIVILEGE: Attempt to write by a station without the necessary write security to change the property data.

0x89F8

NWE_BIND_PROP_NO_WRITE_PRIV: Attempt to write by a station without the necessary write security to change the property data.

0x89F8

ALREADY_ATTACHED_TO_SERVER

0x89F8

NOT_ATTACHED_TO_SERVER

0x89F9

NO_FREE_CONNECTION_SLOTS

0x89F9

NWE_NO_FREE_CONN_SLOTS

0x89F9

NO_PROPERTY_READ_PRIVILEGE: Attempt to read by a station without the necessary read security to access the property data.

0x89F9

NWE_BIND_PROP_NO_READ_PRIV: Attempt to read by a station without the necessary read security to access the property data.

0x89FA

NO_MORE_SERVER_SLOTS

0x89FA

NWE_NO_MORE_SERVER_SLOTS

0x89FA

TEMP_REMAP_ERROR: Attempt to use an unknown path.

0x89FA

NWE_TEMP_REMAP_ERROR: Attempt to use an unknown path.

0x89FB

INVALID_PARAMETERS: Attempt to use an invalid parameter (drive number, path, or flag value) during a set drive path call.

0x89FB

NWE_PARAMETERS_INVALID: Attempt to use an invalid parameter (drive number, path, or flag value) during a set drive path call.

0x89FB

NO_SUCH_PROPERTY

0x89FB

NWE_BIND_NO_SUCH_PROP

0x89FB

ERR_NCP_NOT_SUPPORTED

0x89FB

NWE_NCP_NOT_SUPPORTED

0x89FC

INTERNET_PACKET_REQT_CANCELED

0x89FC

NWE_INET_PACKET_REQ_CANCELED

0x89FC

UNKNOWN_FILE_SERVER: Attempt to attach to a server using an invalid server name.

0x89FC

NWE_SERVER_UNKNOWN: Attempt to attach to a server using an invalid server name.

0x89FC

MESSAGE_QUEUE_FULL

0x89FC

NWE_MSG_Q_FULL

0x89FC

NO_SUCH_OBJECT: Attempt to use an object which doesn’t exist, or the calling station doesn’t have the proper security to access the object. Note that the object name and type must both match for the object to be found.

0x89FC

NWE_BIND_NO_SUCH_OBJ: Attempt to use an object which doesn’t exist, or the calling station doesn’t have the proper security to access the object. Note that the object name and type must both match for the object to be found.

0x89FD

LOCK_COLLISION

0x89FD

NWE_LOCK_COLLISION

0x89FD

BAD_STATION_NUMBER: Attempt to use a bad (undefined, unavailable, etc.) station number.

0x89FD

NWE_CONN_NUM_INVALID: Attempt to use a bad (undefined, unavailable, etc.) station number.

0x89FD

INVALID_PACKET_LENGTH: The requesting packet did not have a 30 byte packet header as the first fragment, or its total length exceeded 576 characters.

0x89FD

NWE_PACKET_LEN_INVALID: The requesting packet did not have a 30 byte packet header as the first fragment, or its total length exceeded 576 characters.

0x89FD

UNKNOWN_REQUEST

0x89FD

NWE_UNKNOWN_REQ

0x89FE

BINDERY_LOCKED

0x89FE

NWE_BIND_LOCKED

0x89FE

TRUSTEE_NOT_FOUND

0x89FE

NWE_TRUSTEE_NOT_FOUND

0x89FE

DIRECTORY_LOCKED

0x89FE

NWE_DIR_LOCKED

0x89FE

INVALID_SEMAPHORE_NAME_LENGTH

0x89FE

NWE_SEM_INVALID_NAME_LEN

0x89FE

PACKET_NOT_DELIVERABLE

0x89FE

NWE_PACKET_NOT_DELIVERABLE

0x89FE

SERVER_BINDERY_LOCKED

0x89FE

SOCKET_TABLE_FULL

0x89FE

NWE_SOCKET_TABLE_FULL

0x89FE

SPOOL_DIRECTORY_ERROR

0x89FE

NWE_SPOOL_DIR_ERROR

0x89FE

SUPERVISOR_HAS_DISABLED_LOGIN

0x89FE

NWE_LOGIN_DISABLED_BY_SUPER

0x89FE

TIMEOUT_FAILURE

0x89FE

NWE_TIMEOUT_FAILURE

0x89FF

BAD_PRINTER_ERROR

0x89FF

NWE_BAD_SPOOL_PRINTER

0x89FF

BAD_RECORD_OFFSET

0x89FF

NWE_BAD_RECORD_OFFSET

0x89FF

CLOSE_FCB_ERROR

0x89FF

NWE_FCB_CLOSE

0x89FF

FILE_EXTENSION_ERROR

0x89FF

NWE_FILE_EXT

0x89FF

FILE_NAME_ERROR

0x89FF

NWE_FILE_NAME

0x89FF

HARDWARE_FAILURE

0x89FF

NWE_HARD_FAILURE

0x89FF

INVALID_DRIVE_NUMBER

0x89FF

NWE_DRIVE_INVALID_NUM

0x89FF

DOS_INVALID_DRIVE

0x89FF

INVALID_INITIAL_SEMAPHORE_VALUE

0x89FF

NWE_SEM_INVALID_INIT_VAL

0x89FF

INVALID_SEMAPHORE_HANDLE

0x89FF

NWE_SEM_INVALID_HANDLE

0x89FF

IO_BOUND_ERROR

0x89FF

NWE_IO_BOUND

0x89FF

NO_FILES_FOUND_ERROR

0x89FF

NWE_NO_FILES_FOUND_ERROR

0x89FF

NO_RESPONSE_FROM_SERVER

0x89FF

NWE_NO_RESPONSE_FROM_SERVER

0x89FF

NO_SUCH_OBJECT_OR_BAD_PASSWORD

0x89FF

NWE_NO_OBJ_OR_BAD_PASSWORD

0x89FF

PATH_NOT_LOCATABLE

0x89FF

NWE_PATH_NOT_LOCATABLE

0x89FF

QUEUE_FULL_ERROR

0x89FF

NWE_Q_FULL_ERROR

0x89FF

REQUEST_NOT_OUTSTANDING

0x89FF

NWE_REQ_NOT_OUTSTANDING

0x89FF

SOCKET_ALREADY_OPEN

0x89FF

NWE_SOCKET_ALREADY_OPEN

0x89FF

LOCK_ERROR

0x89FF

NWE_LOCK_ERROR

0x89FF

FAILURE: Generic Failure

0x89FF

NWE_FAILURE: Generic Failure

0x0203

VOLUME_ALREADY_MOUNTED: Unable to mount specified volume.

NOTE:The decimal (Dec) value is 32768 lower than actual.