home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / rnet109u.zip / MESSAGES.DOC < prev    next >
Text File  |  1993-01-26  |  2KB  |  57 lines

  1.  
  2.  
  3. ┌─────────────────────────────────────────────────────────────────────────────┐
  4. │            RNET.EXE  -  Information, Warning, and Error messages            │
  5. └─────────────────────────────────────────────────────────────────────────────┘
  6.  
  7.   RNET is very verbose in reporting what it is doing, where it finds things,
  8.   what problems are present, and other such information.
  9.  
  10.   Most warnings and errors are logged to the file ERROR.LOG in the default
  11.   directory during RNET operations.  RNET will continue to append to this
  12.   file until it is deleted.
  13.  
  14.   Below is a listing of error codes which may or may not be fully described
  15.   by RNET when they occur.  If you get an error code xx message, refer to the
  16.   following:
  17.  
  18.      7 - Out of memory.  Malloc failed to allocate the message buffers.
  19.  
  20.     14 - Out of string heap space (means a message is larger than 30K!)
  21.  
  22.  24-25 - Device timeout/fault.
  23.  
  24.     52 - Bad file number.  Usually the result of a missing or corrupted file.
  25.            Check your CFG and PTR files for faults.  Check that all your
  26.            messagebases exist and have been packed (to create the NDX file).
  27.  
  28.     54 - Bad file mode.  You have likely ATTRIB'd or LOCKED a file which
  29.            RNET needs to read (such as the HOST_ID.CFG file).
  30.  
  31.     57 - Device I/O error.
  32.  
  33.     61 - Disk Full!
  34.  
  35.     63 - Bad record number.  This is likely caused by a corrupt NDX
  36.            file.  Repack the messagebase in question to rebuild the NDX.
  37.  
  38.     64 - Bad file name.  Check your .CFG and CNAMES/CONFINFO carefully.
  39.  
  40.     67 - Too many files.  Increase the value of FILES= in CONFIG.SYS
  41.  
  42.     68 - Device unavailable.  Network server fault or misdirected
  43.            filename (trying to access a non-existent drive).
  44.  
  45.     70 - Disk write protected or DOS3 Lock.  This error will only be
  46.            reported after 60 retries.
  47.  
  48.     71 - Drive not ready.
  49.  
  50.     72 - Disk media error.
  51.  
  52.     75 - Path/file access error.  Check your .CFG, CNAMES/CONFINFO, and
  53.            all other drive/path file specifications.
  54.  
  55.     76 - Path not found.  Check WORKDIR=, QWKDIR=, REPDIR=, etc
  56.  
  57.