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

  1. <html>
  2. <head>
  3. <title>Error</title>
  4. </head>
  5. <body text=#000000 bgcolor=#ffffff>
  6. Error<br>
  7. <br>
  8. <pre>
  9. <%SYS.error0%>
  10. 0    - Reserved
  11.  
  12. <%SYS.ERROR1%>
  13. 1    - CONTENT_LENGTH variable is not passed.
  14.     When HTTP server executes an CGI program it is supposed to
  15.     pass CONTENT_LENGTH environment variable to program.
  16.     This error may occur due to server error.
  17.     On this error CGIMailer always responses with internal error
  18.     message.
  19.  
  20. <%SYS.error2%>
  21. 2    - Error reading STDIN.
  22.     This error is generated if CGIMailer can't read number of
  23.     bytes specified in CONTENT_LENGTH variable.
  24.     On this error CGIMailer always responses with internal error
  25.     message.
  26.  
  27. <%sys.error3%>
  28. 3    - Not enough memory.
  29.     This error occurs if CGIMailer fails to allocate memory
  30.     required to operate properly.
  31.  
  32. <%sys.error4%>
  33. 4    - Name of configuration file is not passed.
  34.     CGIMailer expects name of configuration file to be passed as
  35.     command line parameter or in SYS.CONFIGFILE variable.
  36.     If this is not case it generates error with this code.
  37.     If this error occurs check calling HTML code to see if the
  38.     name of configuration file is correctly passed, also be sure
  39.     to use POST method for calling CGIMailer.
  40.     On this error CGIMailer always responses with internal error
  41.     message.
  42.  
  43. <%sys.error5%>
  44. 5    - Syntax error in configuration file.
  45.     This error is generated when CGIMailer finds unexpected line
  46.     in configuration file.
  47.     Also check if all variable names in configuration file are
  48.     written correctly.
  49.  
  50.  
  51. <%sys.error6%>
  52. 6    - Error reading attachment file.
  53.  
  54. <%sys.error7%>
  55. 7    - Error reading configuration file.
  56.  
  57. <%sys.error8%>
  58. 8    - Error reading response template.
  59.     This error is generated when response template is successfully
  60.     opened but CGIMailer can't read complete file.
  61.  
  62. <%sys.error9%>
  63. 9    - Error reading error template.
  64.     This error is generated when error template is successfully
  65.     opened but CGIMailer can't read complete file.
  66.     On this error CGIMailer always responses with internal error
  67.     message.
  68.  
  69. <%sys.error10%>
  70. 10    - Error reading message template.
  71.     This error is generated when message template is successfully
  72.     opened but CGIMailer can't read complete file.
  73.  
  74. <%sys.error11%>
  75. 11    - Error opening attachment file.
  76.     This error is generated by CGIMailer when it fails to open one
  77.     of files which should be attached to document.
  78.     If this error occurs check if all ATTACH lines in configuration
  79.     file points to existing files. Also, check if access rights for
  80.     files allow reading.
  81.  
  82. <%sys.error12%>
  83. 12    - Error opening response template.
  84.     This error is generated when CGIMailer fails to open response
  85.     template.
  86.     If this error occurs check if TEMPLATE variable points to an
  87.     existing file, also check access permissions for that file.
  88.     All variables pointing to files are expected to contain path
  89.     relative to cgimail.exe or an absolute path.
  90.  
  91. <%sys.error13%>
  92. 13    - Error opening message template.
  93.     This error is generated when CGIMailer fails to open input
  94.     template.
  95.     If this error occurs check if MSGTEMPLATE variable points
  96.     to an existing file, also check access permissions for
  97.     that file.
  98.     All variables pointing to files are expected to contain path
  99.     relative to cgimail.exe or an absolute path.
  100.  
  101. <%sys.error14%>
  102. 14    - Error opening error template.
  103.     This error is generated when CGIMailer fails to open error
  104.     template.
  105.     If this error occurs check if ERRTEMPLATE variable points to
  106.     an existing file, also check access permissions for that file.
  107.     All variables pointing to files are expected to contain path
  108.     relative to cgimail.exe or an absolute path.
  109.  
  110. <%sys.error15%>
  111. 15    - Error opening configuration file.
  112.     This error is generated when CGIMailer fails to open
  113.     configuration file.
  114.     If this error occurs check if name of configuration file passed to
  115.     CGIMaier points to an existing file.
  116.     All variables pointing to files are expected to contain path
  117.     relative to cgimail.exe or an absolute path.
  118.     On this error CGIMailer always responses with internal error
  119.     message.
  120.  
  121. <%sys.error16%>
  122. 16    - Reserved
  123.  
  124. <%sys.error17%>
  125. 17    - Reserved
  126.  
  127. <%sys.error18%>
  128. 18    - Reserved
  129.  
  130. <%sys.error19%>
  131. 19    - Failed to sent mail.
  132.     This error is generated when CGIMailer can't send mail for an
  133.     unknown reason.
  134.  
  135. <%sys.error20%>
  136. 20    - Reserved
  137.  
  138. <%sys.error21%>
  139. 21    - Reserved
  140.  
  141. <%sys.error22%>
  142. 22    - Sender not acceptable.
  143.     SMTP does not accepts address stated in FROM variable as valid.
  144.  
  145. <%sys.error23%>
  146. 23    - Recipient not acceptable.
  147.     SMTP server refuses one(or more) address(es) listed in TO, CC or BCC.
  148.  
  149. <%sys.error24%>
  150. 24    - Required variable is not set.
  151.     This error will be generated if CGIMailer finds required
  152.     variable with value which is not set.
  153.  
  154. <%sys.error25%>
  155. 25    - Reserved
  156.  
  157. <%sys.error26%>
  158. 26    - Reserved
  159.  
  160. <%sys.error27%>
  161. 27    - Reserved
  162.  
  163. <%sys.error28%>
  164. 28    - Reserved
  165.  
  166. <%sys.error29%>
  167. 29    - TEMPLATE variable is not set.
  168.     At least one of variables - TEMPLATE or LOCATION must
  169.     be present in configuration file.
  170.  
  171. <%sys.error30%>
  172. 30    - Reserved
  173.  
  174. <%sys.error31%>
  175. 31    - TO variable is not set.
  176.     CGIMailer generates tihs error when TO variable in
  177.     configuration file can not be found.
  178.  
  179. <%sys.error32%>
  180. 32    - Reserved
  181.  
  182. <%sys.error33%>
  183. 33    - Reserved
  184.  
  185. <%sys.error34%>
  186. 34    - Reserved
  187.  
  188. <%sys.error35%>
  189. 35    - Reserved
  190.  
  191. <%sys.error36%>
  192. 36    - Connection timed out.
  193.     There was no response from server whithin TIMEOUT seconds.
  194.     See TIMEOUT variable in configuration file.
  195.  
  196. <%sys.error37%>
  197. 37    - Connection reset by SMTP server.
  198.  
  199. <%sys.error38%>
  200. 38    - Invalid TIMEOUT value.
  201.  
  202. <%sys.error39%>
  203. 39    - Failed to initialise Windows socket subsystem.
  204.  
  205. <%sys.error40%>
  206. 40    - Network is down.
  207.  
  208. <%sys.error41%>
  209. 41    - Host is unreachable.
  210.     This means that CGIMailer cant't reach SMTP server specified
  211.     in GATEWAY variable in configuration file.
  212.  
  213. <%sys.error42%>
  214. 42    - Connection is refused.
  215.     SMTP server specified in GATEWAY variable in configuration
  216.     file refuses conections on specified port (PORT variable).
  217.  
  218. <%sys.error43%>
  219. 43    - Network is unreachable.
  220.  
  221. <%sys.error44%>
  222. 44    - SMTP server can not be found.
  223.     CGIMailer can not find SMTP server's IP address.
  224.  
  225. <%sys.error45%>
  226. 45    - SMTP connection failed.
  227.     CGIMailer generates this error when is connected to
  228.     server but SMTP conversation failes.
  229.  
  230. <%sys.error46%>
  231. 46    - Unknown network error.
  232.     An network error occured while sending mail.
  233.  
  234. <%sys.error47%>
  235. 47    - Reserved
  236.  
  237. <%sys.error48%>
  238. 48    - Reserved
  239.  
  240. <%sys.error49%>
  241. 49    - Reserved
  242.  
  243. <%sys.error50%>
  244. 50    - Failed to open output file.
  245.     CGIMailer failed to open file for writing specified by
  246.     SAVETOFILE variable in configuration file. This is probablly
  247.     because of WRITE access is not allowed for specified file.
  248.  
  249.  
  250. </pre>
  251. </body>
  252. </html>