home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / O_QWK11.ZIP / ERRCODES.DOC < prev    next >
Text File  |  1993-12-31  |  3KB  |  86 lines

  1.   ===========================================================
  2.    O_QWKer - QWK Mail Door for Opus 1.7x
  3.    (C) 92,93,94 Bernardo Cardoso / Fausto Carvalho (2:361/1)
  4.   ===========================================================
  5.  
  6.  
  7.                               Version 1.1
  8.                                31-Dec-93
  9.                      Sysop Reference Manual Addendum
  10.  
  11.  
  12.  
  13.  
  14.   Debugging Error Codes
  15.   ---------------------
  16.  
  17.   There is a number of errors that shouldn't happen at all, with a proper
  18.   configuration  and installation of O_QWKer.  Nevertheless, the code has
  19.   several traps that will help on the tracing of abnormal operation.
  20.  
  21.   Following there is a list of those error messages and their meaning.
  22.   The second value is here represented as one symbol (-  +  or  *) giving
  23.   context to the error message.
  24.  
  25.         - Second value indicates a run-time Turbo Pascal error code
  26.  
  27.         + Second value indicates a DOS error code
  28.  
  29.         * Undefined second value
  30.  
  31.   When  reporting  a problem  please don't forget to include Id  and both
  32.   error codes, as well as the door version number.
  33.  
  34.   Id 'UTI'
  35.   --------
  36.     #1 - Error opening LASTUS##.DAT
  37.     #2 * Error reading LASTUS##.DAT
  38.     #3 - Error creating Log file
  39.  
  40.   Id 'DOO'
  41.   --------
  42.     #1 - Error in the contents of O_QWKER.CFG (configuration file)
  43.     #2 - Error in Opus parameter file (*.PRM)
  44.     #3 - Error in Opus system file SYSFILE.DAT
  45.     #4 - Error in Opus system file SYSMSG.DAT
  46.  
  47.   Id 'USE'
  48.   --------
  49.     #1 - Error in Opus system file SYSMSG.DAT
  50.     #2 - Error in O_QWKER.DAT (user settings file)
  51.  
  52.   Id 'UPP'
  53.   --------
  54.     #1 - Error opening .MSG file after decompressed
  55.     #2 - Error opening .REP file after receiving it
  56.     #3 + Error returned by DOS from file Transfer program
  57.  
  58.   Id 'DOW'
  59.   --------
  60.     #1 - Error reading O_QWKER$.PTR (while updating msg. pointers)
  61.     #2 - Error creating MESSAGES.DAT
  62.     #3 - Error creating O_QWKER$.PTR
  63.     #4 - Error opening SYSMSG.DAT
  64.     #5 * Error reading SYSMSG.DAT
  65.     #6 - Error opening *.PRM
  66.     #7 - Error creating CONTROL.DAT
  67.     #8 - Error opening SYSMSG.DAT
  68.     #9 * Error opening SYSMSG.DAT
  69.    #10 * Error reading SYSMSG.DAT
  70.    #11 - Error creating DOOR.ID
  71.    #12 + Error returned by DOS from Compressor execution
  72.    #13 - Error opening .QWK file after compressed
  73.  
  74.   Id 'OQW'
  75.   --------
  76.     #1 - Error opening source file (Copy routine)
  77.     #2 - Error opening target file (Copy routine)
  78.     #3 - Error reading from source file (Copy routine)
  79.     #4 - Error writing on target file (Copy routine)
  80.     #5 - Error creating LASTREAD (SysOp msg area pointer)
  81.     #6 - Error initializing temporary directory (defined in TEMPDIR)
  82.     #7 - Error initializing swap directory (TEMPDIR\O_QWKER$.SWP)
  83.     #8 - Error closing temporary directory (defined in TEMPDIR)
  84.     #9 - Error deleting O_QWKER$.PTR (temporary msg. pointers file)
  85.  
  86.