Ref: 10860007
Title: List of BACKUP "File Access Error (x,x,x)" messages
Date:  7/28/88

Copyright 3Com Corporation, 1991.  All rights reserved.

Here is the definitive list of possible error messages generated
from backup as "File Access Error (x,x,x)".  They are still a
little cryptic; therefore here are also errors and their
translations first.

File Access Error (1,1,4)
   From rsearch, DOS generated error, not enough file handles

File Access Error (4,1,1)
   From rread, DOS generated error, invalid function

File Access Error (8,1,5)
.br;   From rcreate, DOS generated error, access denied
(usually because the DOS attrib has been run on files; this
occurs on restores)


.br;FIRST NUMBER

.br;1   RSEARCH
.br;2   ROPEN
.br;3   RCLOSE
.br;4   RREAD
.br;5   RCHMOD
.br;6   RPATH
.br;7   RMKDIR
.br;8   RCREATE
.br;9   RWRITE
.br;
.br;SECOND NUMBER
.br;
.br;0   SUCCESS  (should never get this)
.br;1   DOS GENERATED ERROR
.br;2   SERVER GENERATED ERROR
.br;3   HARDWARE GENERATED ERROR

THIRD NUMBER

IF SECOND NUMBER IS 1:

    1  INVALID FUNCTION
    2  FILE NOT FOUND
    3  DIRECTORY NOT FOUND
    4  NOT ENOUGH FILE HANDLES
    5  ACCESS DENIED
    6  BAD FILE HANDLE
    7  BAD MEMORY CONTROL BLOCK
    8  NOT ENOUGH MEMORY FOR FUNCTION
    9  INVALID MEMORY BLOCK ADDRESS
   10  INVALID ENVIRONMENT
   11  INVALID FORMAT
   12  INVALID ACCESS CODE
   13  INVALID DATA
   14  RESERVED
   15  INVALID DRIVE
   16  RMDIR ON CURRENT DIRECTORY
   17  DIFFERENT DEVICE
   18  NO (MORE) MATCHING FILES
   19  RESERVED
   20  FILE EXISTS
   21  OPEN SHARING MODE CONFLICT
   22  LOCK/UNLOCK CONFLICT
   23  RESERVED
   24  NOT ENOUGH RESOURCES


 IF SECOND NUMBER IS 2:

    1  SERVER INTERNAL ERROR
    2  BAD PASSWORD
    3  RESERVED
    4  INVALID ACCESS
    5  INVALID TREE ID
    6  INVALID NAME WITH TREE CONNECT
    7  INVALID DEVICE


IF SECOND NUMBER IS 3:

    0  DEVICE IS WRITE PROTECTED
    1  UNKNOWN UNIT
    2  DEVICE NOT READY
    3  UNKNOWN COMMAND
    4  DATA ERROR
    5  BAD REQUEST STRUCTURE
    6  SEEK ERROR
    7  UNKNOWN MEDIA TYPE
    8  SECTOR NOT FOUND
    9  PRINTER OUT OF PAPER
   10  WRITE FAULT
   11  READ FAULT
   12  GENERAL FAILURE

11/13/86
