Andrew Gaskell ([EMAIL PROTECTED]):

> If I put the LOGFILE command in the configuration file instead of the form I
> get the IE Error "The page cannot be displayed".

You really need to (a) change your IE advanced settings to turn off
"friendly error messages" so you can see the (useful!) messages that
Analog sends out. Either that you look at your server logs, but I'm
pretty sure that IIS still sends STDERR to the browser.

My guess is then you will get a message that give you much more useful
information about why Analog has failed to run (or whatever is
happening).


> If I run from the command prompt on the server it seems to work and I get a
> report output to the DOS window.


How long does it take? Is there still a possible time-out problem on
the server or is this with the smaller logs?


> Now If I run it from the browser, I get an empty report with no stats. This
> doesn't seem to be consistent.
> My html page has these commands:

> <form action="/scripts/anlgform.exe" method="POST">
> <input type=hidden name="LOGFILE"
> value="C:/Winnt/system32/LogFiles/MSFTPSVC1/in011008.log">

Did you try it with Windows-style slashes:

<input type=hidden name="LOGFILE"
value="C:\Winnt\system32\LogFiles\MSFTPSVC1\in011008.log">


> HOSTURL http://myserver/@[EMAIL PROTECTED]

HOSTURL should end just be a server, usually, but at least should be a
directory (as it's prepended to relative URLs to provide linking):

HOSTURL http://myserver


> LOGFORMAT (%s, %u, %m/%d/%y, %h:%n%j, %j, %v, %j, %j, %j, %j, %b, %j,
> [%j]%j, abcuser, %j,)

If the LOGFILE is specified in another configuration file (including
FORM input) you need to use the DEFAULTLOGFILE command.

> ERRFILE c:\InetPub\wwwroot\@bc\analog5.03\errorfile

This file should contain some useful information (like "LOGFORMAT
command with no subsequent LOGFILE in analog.cfg"!)


-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/analog-help@lists.isite.net/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------

Reply via email to