home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / win95_23.cab / logu.htr < prev    next >
Text File  |  1996-07-29  |  2KB  |  76 lines

  1. <html>
  2. <%onerror error%>
  3. <title>Internet Services Administrator - Logging</title>
  4. <body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>
  5. <%if reqparam RF "cancel"%>
  6. <%goto end%>
  7. <%endif%>
  8. <%if reqparam RF "bdir"%>
  9. <%redirect%>/HtmlaScripts/htmla.dll?dir/bdir+<%servname%>/log?logdir?<%msgbody.logdir%><%/redirect%>
  10. <%endif%>
  11. <%!Clear enablelog%>
  12. <%!Clear enablenewlog%>
  13.  
  14. <%if reqparam RF "enablelog"%>
  15.  <%if reqparam RF "enablenewlog"%>
  16.   <%if msgbody.enablelog EQ "1"%>
  17.    <%if msgbody.enablenewlog EQ "1"%>
  18.     <%if reqparam RF "logperiod"%>
  19.      <%goto ok%>
  20.     <%else%>
  21.      You must specify when to create a new log file.<p>
  22.      <%goto retm%>
  23.     <%endif%>
  24.    <%endif%>
  25.   <%endif%>
  26.  <%endif%>
  27. <%endif%>
  28.  
  29. <%if reqparam RF "enablelog"%>
  30.  <%if reqparam RF "logtype"%>
  31.   <%goto ok%>
  32.  <%else%>
  33.    You must specify a log destination.<p>
  34.    <%goto retm%>
  35.  <%endif%>
  36. <%endif%>
  37.  
  38. <%label ok%>
  39. <%!Update%>
  40. <%label end%>
  41. <%redirect%>/htmla/htmla.htm<%/redirect%>
  42. <%label error%>
  43. <%if reqstatus EQ 2500%>
  44.  <%if rpcstatus EQ 5%>
  45.  Access denied to this service.
  46.  <%elif rpcstatus EQ 3%>
  47.  Invalid ( or missing ) log file directory.
  48.  <%elif rpcstatus EQ 31%>
  49.  The specified log settings are incorrect.
  50.  <%elif rpcstatus EQ 1062%>
  51.  This service has been stopped.
  52.  <%elif rpcstatus EQ 2%>
  53.  The specified directory does not exist.
  54.  <%elif rpcstatus EQ 161%>
  55.  One of the entered parameters is incorrect. Please, fix and retry.
  56.  <%else%>                            
  57.  RPC error <%rpcstatus%>
  58.  <%endif%>
  59. <%elif reqstatus EQ 8000%>
  60. <%if invalidlogupdate EQ 1%>
  61. You cannot modify the file settings while logging to an ODBC source.
  62. <%elif invalidlogupdate EQ 2%>
  63. You cannot modify the ODBC settings while logging to a file.
  64. <%elif invalidlogupdate EQ 4%>
  65. Invalid modification to the log file settings.
  66. <%else%>
  67.  One or more of the parameters are incorrect.
  68. <%endif%>
  69. <%else%>
  70.  Error encountered : <%reqstatus%>
  71. <%endif%>
  72. <br>
  73. <%label retm%>
  74. <a href="/htmla/htmla.htm">Return to main menu</a>
  75. </html>
  76.