home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (CDV) / cdv_internet_tools.iso / KATALOG / ARCHIV / CGI / W21365.ZIP / ERRCODES.TXT < prev    next >
Encoding:
Text File  |  1999-05-30  |  5.7 KB  |  191 lines

  1. THIS FILE CONTAINS LIST OF ERROR CODES FOR CGIMailer v2.10.
  2.  
  3. 0    - Reserved
  4.  
  5. 1    - CONTENT_LENGTH variable is not passed.
  6.     When HTTP server executes an CGI program it is supposed to
  7.     pass CONTENT_LENGTH environment variable to program.
  8.     This error may occur due to server error.
  9.     On this error CGIMailer always responses with internal error
  10.     message.
  11.  
  12. 2    - Error reading STDIN.
  13.     This error is generated if CGIMailer can't read number of
  14.     bytes specified in CONTENT_LENGTH variable.
  15.     On this error CGIMailer always responses with internal error
  16.     message.
  17.  
  18. 3    - Not enough memory.
  19.     This error occurs if CGIMailer fails to allocate memory
  20.     required to operate properly.
  21.  
  22. 4    - Name of configuration file is not passed.
  23.     CGIMailer expects name of configuration file to be passed as
  24.     command line parameter or in SYS.CONFIGFILE variable.
  25.     If this is not case it generates error with this code.
  26.     If this error occurs check calling HTML code to see if the
  27.     name of configuration file is correctly passed, also be sure
  28.     to use POST method for calling CGIMailer.
  29.     On this error CGIMailer always responses with internal error
  30.     message.
  31.  
  32. 5    - Syntax error in configuration file.
  33.     This error is generated when CGIMailer finds unexpected line
  34.     in configuration file.
  35.     Also check if all variable names in configuration file are
  36.     written correctly.
  37.  
  38.  
  39. 6    - Error reading attachment file.
  40.  
  41. 7    - Error reading configuration file.
  42.  
  43. 8    - Error reading response template.
  44.     This error is generated when response template is successfully
  45.     opened but CGIMailer can't read complete file.
  46.  
  47. 9    - Error reading error template.
  48.     This error is generated when error template is successfully
  49.     opened but CGIMailer can't read complete file.
  50.     On this error CGIMailer always responses with internal error
  51.     message.
  52.  
  53. 10    - Error reading message template.
  54.     This error is generated when message template is successfully
  55.     opened but CGIMailer can't read complete file.
  56.  
  57. 11    - Error opening attachment file.
  58.     This error is generated by CGIMailer when it fails to open one
  59.     of files which should be attached to document.
  60.     If this error occurs check if all ATTACH lines in configuration
  61.     file points to existing files. Also, check if access rights for
  62.     files allow reading.
  63.  
  64. 12    - Error opening response template.
  65.     This error is generated when CGIMailer fails to open response
  66.     template.
  67.     If this error occurs check if TEMPLATE variable points to an
  68.     existing file, also check access permissions for that file.
  69.     All variables pointing to files are expected to contain path
  70.     relative to cgimail.exe or an absolute path.
  71.  
  72. 13    - Error opening message template.
  73.     This error is generated when CGIMailer fails to open input
  74.     template.
  75.     If this error occurs check if MSGTEMPLATE variable points
  76.     to an existing file, also check access permissions for
  77.     that file.
  78.     All variables pointing to files are expected to contain path
  79.     relative to cgimail.exe or an absolute path.
  80.  
  81. 14    - Error opening error template.
  82.     This error is generated when CGIMailer fails to open error
  83.     template.
  84.     If this error occurs check if ERRTEMPLATE variable points to
  85.     an existing file, also check access permissions for that file.
  86.     All variables pointing to files are expected to contain path
  87.     relative to cgimail.exe or an absolute path.
  88.  
  89. 15    - Error opening configuration file.
  90.     This error is generated when CGIMailer fails to open
  91.     configuration file.
  92.     If this error occurs check if name of configuration file passed to
  93.     CGIMaier points to an existing file.
  94.     All variables pointing to files are expected to contain path
  95.     relative to cgimail.exe or an absolute path.
  96.     On this error CGIMailer always responses with internal error
  97.     message.
  98.  
  99. 16    - Reserved
  100.  
  101. 17    - Reserved
  102.  
  103. 18    - Reserved
  104.  
  105. 19    - Failed to sent mail.
  106.     This error is generated when CGIMailer can't send mail for an
  107.     unknown reason.
  108.  
  109. 20    - Reserved
  110.  
  111. 21    - Reserved
  112.  
  113. 22    - Sender not acceptable.
  114.     SMTP does not accepts address stated in FROM variable as valid.
  115.  
  116. 23    - Recipient not acceptable.
  117.     SMTP server refuses one(or more) address(es) listed in TO, CC or BCC.
  118.  
  119. 24    - Required variable is not set.
  120.     This error will be generated if CGIMailer finds required
  121.     variable with value which is not set.
  122.  
  123. 25    - Reserved
  124.  
  125. 26    - Reserved
  126.  
  127. 27    - Reserved
  128.  
  129. 28    - Reserved
  130.  
  131. 29    - TEMPLATE variable is not set.
  132.     At least one of variables - TEMPLATE or LOCATION must
  133.     be present in configuration file.
  134.  
  135. 30    - Reserved
  136.  
  137. 31    - TO variable is not set.
  138.     CGIMailer generates tihs error when TO variable in
  139.     configuration file can not be found.
  140.  
  141. 32    - Reserved
  142.  
  143. 33    - Reserved
  144.  
  145. 34    - Reserved
  146.  
  147. 35    - Reserved
  148.  
  149. 36    - Connection timed out.
  150.     There was no response from server whithin TIMEOUT seconds.
  151.     See TIMEOUT variable in configuration file.
  152.  
  153. 37    - Connection reset by SMTP server.
  154.  
  155. 38    - Invalid TIMEOUT value.
  156.  
  157. 39    - Failed to initialise Windows socket subsystem.
  158.  
  159. 40    - Network is down.
  160.  
  161. 41    - Host is unreachable.
  162.     This means that CGIMailer cant't reach SMTP server specified
  163.     in GATEWAY variable in configuration file.
  164.  
  165. 42    - Connection is refused.
  166.     SMTP server specified in GATEWAY variable in configuration
  167.     file refuses conections on specified port (PORT variable).
  168.  
  169. 43    - Network is unreachable.
  170.  
  171. 44    - SMTP server can not be found.
  172.     CGIMailer can not find SMTP server's IP address.
  173.  
  174. 45    - SMTP connection failed.
  175.     CGIMailer generates this error when is connected to
  176.     server but SMTP conversation failes.
  177.  
  178. 46    - Unknown network error.
  179.     An network error occured while sending mail.
  180.  
  181. 47    - Reserved
  182.  
  183. 48    - Reserved
  184.  
  185. 49    - Reserved
  186.  
  187. 50    - Failed to open output file.
  188.     CGIMailer failed to open file for writing specified by
  189.     SAVETOFILE variable in configuration file. This is probablly
  190.     because of WRITE access is not allowed for specified file.
  191.