>OK, let's see if we can track the logic on this one.  If I am in DOS mode 
>on the NT server, and I type "analog" the report is generated, without any 
>problems.  The configuration file is therefore, presumably, set up 
>correctly.

Assuming Analog can find it.

>If I type "anlgform.pl qv=1" in DOS mode, I get the following lines 
>returned:
>"Content-Type text/plain
>
>CGI ON
>DNS NONE
>WARNINGS FL
>OUTFILE stdout"

These are hardcoded into the anlgform.pl, and if you copy anlfgorm.pl to 
a machine that has never seen analog.exe, it'll generate the same 
output.

>Now, according to the FAQ, the errors mean: 
>F: Files missing or corrupt
>L: Apparent problems in logfiles
>This suggests, to me, that the logfile is not in a format expected 
>by anlgform.pl, as analog.exe runs through without so much as a 
>whimper.

anlgform.pl doesn't know or care about your logfile - it's only job 
is to call analog.exe and pass it the parameters you specify. The 
WARNINGS FL  entry is one of the parameters it passes to analog.exe, 
telling analog.exe to report any files it can't find, or logfiles it 
doesn't like. But when you specify qv=1, it doesn't actually call 
analog.exe

>In both instances, a response is returned within a matter of a couple of 
>seconds, though, in the second case, report.html is not updated.

Because   "anlgform.pl qv=1"  doesn't do anything, except report the 
settings it would use if it were doing something.

>When I run anlgform.pl through anlgform.html, 40% of the way across the 
>progress bar, everything halts, though the throbber in the corner 
>continues to move, suggesting that either the browser is waiting for 
>something, or is hung on itself.  I'm a little confused here.  Can anybody 
>tell me what detail I am missing in this?  Thanks!

The progress bar in IE is meaningless. Have you verified that .pl 
scripts work on your server? (Sorry, but they never seem to work at 
first for me). If you add 
  <input type=hidden name="qv" value=1>
to your form, then the perlscript should run and just return the config 
lines you saw when you ran it at the DOS prompt, plus any other values 
set in the form. If it doesn't run, then there's a problem with your web 
server running perl scripts.

Has anyone compiled anlgform.exe for version 4.03?

Aengus
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to