On Fri, 3 Aug 2001, Stefano Antuofermo wrote:

> 
> 
> Hi,
> I have a problem with "my" analog 4.16 reading a logfile coming from
> how can I read this log format? :
> MICROSOFT IIS (I suppose it is a modified  MICROSOFT-NA format ).
> I show you this line of the log:
> 
> 213.140.14.138, -, 22/07/01, 0.00.02, W3SVC3, EBWWW, 195.130.244.7, 0, 384,
> 493, 200, 0, G
> ET, /epacc.asp, ext=Y&sponsor=RECICLAT&fromid=721&SUPER=1,
> 
> 
> With this instruction:
> 
> LOGFORMAT MICROSOFT-INT (%S, %j, %d/%m/%y, %h.%n.%j, W3SVC%j, %j, %v, %T,
> %j, %b, %c, %j, %j, %r, %q,)
> 
> 
> "my" analog is unable to read the logfile. I think the problem is the dot
> in:  %h.%n.%j.
> 
> 

You just got the syntax of the LOGFORMAT command wrong. (It must have warned
you about this). Just put
  LOGFORMAT (%S, .... rest of line ...
and all will be well.

-- 
Stephen Turner               http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, Wilberforce Road, Cambridge, CB3 0WB, England
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01

+------------------------------------------------------------------------
|  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