From: "Jonathan Brock" <[EMAIL PROTECTED]> > I have a Win2000 Server running IIS5 and I'm trying to get the anlgform > to work but it doesn't seem to reading the actual logfile.
> Analog itself works fine and creates the report.html without any problems. > If I run the anlgform.pl from the command line, I can see that it is > creating the proper html document, however when the anlgform fowards me to > the results page, there is no information from my site present. It has > only the General Summary with 0 successful requests and the standard > header and footer. > > It seems to me the problem lies somewhere after the anlgform.pl makes the > page, it's almost like it has a problem passing it on to the results page. If you're getting a results page at all, then anlgform.pl is working perfectly - the problem is that it's not finding the logfile that you specified. The most usual cause of this problem is that you a specifying a relative path for the logfile, and it's relative to your Analog directory, whereas anlgform is actually running from somewhere else (The "working directory" isn't necessarily the place where the script is stored. Specify the full lcoation of the logfile, including drive letter. Try setting qv=1 in your form, to see what settings anlgform is actually passing to Analog. Aengus +------------------------------------------------------------------------ | 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/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
