home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / 4DOS / 4TEXTE / ERRORNUM.TXT < prev    next >
Text File  |  1993-12-01  |  5KB  |  129 lines

  1.  
  2.  
  3.                      DOS 4 and 5 Error Message Numbers
  4.  
  5.  
  6.    (Copyright 1991, JP Software Inc., All Rights Reserved. Published by JP
  7.    Software Inc., P.O. Box 1470, E. Arlington, MA 02174 USA, (617) 646-3975.
  8.    Released June 11, 1991.)
  9.  
  10.  
  11.    MS-DOS versions 4 and 5 include an unusual mechanism for displaying
  12.    errors from external DOS commands like XCOPY, FORMAT, or DISKCOPY.
  13.    These commands use the command processor to retrieve their error
  14.    messages; if the messages aren't found they display cryptic messages
  15.    like "Parse error 3" or "Extended error 7".  4DOS does not currently
  16.    support this mechanism, but will support it in the next release, due
  17.    out later this summer.  In most cases these errors are generated by
  18.    simple typographical errors which are almost immediately obvious.
  19.    If you see error messages like this while using MS-DOS 4 or 5 with
  20.    4DOS, and the cause isn't obvious, check the list of error codes below
  21.    to interpret the message.  
  22.  
  23.    The codes listed here apply only to MS-DOS 4 and 5 external programs
  24.    like FORMAT, DEBUG, and DISKCOPY.  You aren't likely to see them
  25.    elsewhere.  Also, only common error messages are handled using this
  26.    mechanism; other messages which are specific to the program in
  27.    question (for example, the message "Insert source disk in drive A:",
  28.    used by DISKCOPY) are embedded within the program and will be
  29.    displayed correctly even if COMMAND.COM is not present.
  30.  
  31.    DOS 4 and 5 external programs can report either "Extended" errors or
  32.    "Parse" errors.
  33.  
  34.    Parse errors represent problems in parsing (analyzing) the command
  35.    line.  The possible parse errors are:
  36.  
  37.              1    Too many parameters
  38.              2    Required parameter missing
  39.              3    Invalid switch
  40.              4    Invalid keyword
  41.              6    Parameter value not in allowed range
  42.              7    Parameter value not allowed
  43.              8    Parameter value not allowed
  44.              9    Parameter format not correct
  45.             10    Invalid parameter
  46.             11    Invalid parameter combination
  47.  
  48.    (Parse error 5 is not used; parse errors 7 and 8 are the same.)
  49.  
  50.    Extended errors represent file, disk, or device access problems.
  51.    These include the familiar errors like "access denied" or "file not
  52.    found".  The extended error codes are:
  53.  
  54.          Standard DOS errors:
  55.  
  56.              1    Bad function
  57.              2    File not found
  58.              3    Invalid path
  59.              4    Too many open files
  60.              5    Access denied
  61.              6    Invalid handle
  62.              7    Memory destroyed
  63.              8    Out of memory
  64.              9    Bad memory block
  65.             10    Bad environment
  66.             11    Bad format
  67.             12    Invalid access code
  68.             13    Invalid data
  69.             14    Internal DOS error
  70.             15    Invalid drive
  71.             16    Can't remove current directory
  72.             17    Not same device
  73.             18    File not found
  74.             19    Disk is write protected
  75.             20    Bad disk unit
  76.             21    Drive not ready--close door
  77.             22    Bad disk command
  78.             23    Data error
  79.             24    Bad call format
  80.             25    Seek error
  81.             26    Non-DOS disk
  82.             27    Sector not found
  83.             28    Out of paper
  84.             29    Write error
  85.             30    Read error
  86.             31    General failure
  87.  
  88.          Network and other errors:
  89.  
  90.             32    Sharing violation
  91.             33    Lock violation
  92.             34    Invalid disk change
  93.             35    FCB unavailable
  94.             36    Sharing buffer overflow
  95.             40    Not ready
  96.             41    File allocation table bad
  97.             50    Invalid net request
  98.             51    Remote computer not listening
  99.             52    Duplicate name on net
  100.             53    Net name not found
  101.             54    Net busy
  102.             55    Net device no longer exists
  103.             56    NetBIOS command limit exceeded
  104.             57    Net adapter hardware error
  105.             58    Bad response from net
  106.             59    Unexpected net error
  107.             60    Incompatible remote adapter
  108.             61    Print queue full
  109.             62    Queue not full
  110.             63    No room for print file
  111.             64    Net name was deleted
  112.             65    Access denied
  113.             66    Net device type incorrect
  114.             67    Net name not found
  115.             68    Net name limit exceeded
  116.             69    NetBIOS session limit exceeded
  117.             70    Temporarily paused
  118.             71    Net request not accepted
  119.             72    Redirection is paused
  120.             80    File exists
  121.             82    Can't make directory entry
  122.             83    Fail on INT 24
  123.             84    Too many redirections
  124.             85    Duplicate redirection
  125.             86    Invalid password
  126.             87    Invalid parameter
  127.             88    Net device fault
  128.  
  129.