Aimee Mandeville <[EMAIL PROTECTED]> wrote: > I have been trying to use Analog 6.0 to analyze our ISA log files. > Analog seems to be recognizing the format as a W3 extended format > because I get the following in my errors.txt file > > F: Opening e:\stattest\ISALOG_20070318_WEB_000.w3c as logfile > > F: Detect that it's in W3 extended format > > However I am having no luck generating statistics for these logfiles. > I am attaching a partial txt file generated by analog. I also get the > following message at the beginning when I first run analog. > > analog: Warning C: Too many arguments for configuration command: > ignoring end > > of line starting: > > OUTFILE e:\analog 6.0\stats\Report.html
OUTFILE only takes one argument but you've given it two - e:\analog and 6.0\stats\Report.html. Put quotes around arguments that contain spaces. > (For help on all errors and warnings, see docs/errors.html) > > F: Opening errors.txt as new ERRFILE > > analog: Warning E: Redirecting future diagnostic messages to > errors.txt Analog uses the # lines at the start of a logfile with an "Extended" format to parse the log. If you post the first few lines of your logfile, (all the # and 2 actual lines of data), someone will suggest what's going on. The errors.txt file that you attached shows that Analog doesn't like you're User-Agent strings, but there's something wrong with that interpretation because the * doesn't occur at the same location each time. Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

