From: "Mark Groen" <[EMAIL PROTECTED]>
> I think I see why I'm getting Successful Requests=0 from the error (it's > ignoring the logfile), but now what do I do to fix it? > > The error I get when running the program is: > C:\Program Files\analog 5.03\analog.exe: Warning F: Can't auto-detect > format > of logfile C:\Program Files\analog 5.03\logfile.log: ignoring it It's not simply ignoring it - the important bit of the message is "Can't auto-detect format" (which, to be fair, is where you started). The sample lines you provided have one field that can't be immediately identified, the "-" after the request. It could be the referrer, it could be the browser, or it could be something else. Until you know what that field is, you can just ignore it with this logformat: LOGFORMAT (%S - %u [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" "%j" %c %b) Aengus > There is also a small list of errors saying variations of: > C:\Program Files\analog 5.03\analog.exe: Warning R: Turning off empty > Organisation Report They're warnings, not errors (as is the first). Analog runs, but it's warning you that you won't see some of the output that you asked for (the Organization report is turned on by default, but it won't be displayed if you don't have any organization information to display). In the case where Analog can't detect your log, you get a warning, not an error, because Analog still generates an empty report. 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 +------------------------------------------------------------------------
