log Parser conversion error

  • Thread starter Thread starter David Dlouhy
  • Start date Start date
D

David Dlouhy

When trying to convert IIS 5.0 logs from W3C format into IIS format, I used
following syntax and expected LogParser to use internal SQL to perform the
conversion.

logparser.exe -c -i:W3C -o:IIS ex040120.log in040120.log

I got the message:
ERROR: Syntax Error: <from-clause>: expecting FROM keyword instead of token
'c-ip'.

Can anybody help me, please? Thanks. David
 
You probably want to ask: microsoft.public.inetserver.iis
Someone has apparently started a LogParser support site as well:
http://www.logparser.com

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
When trying to convert IIS 5.0 logs from W3C format into IIS format, I used
following syntax and expected LogParser to use internal SQL to perform the
conversion.

logparser.exe -c -i:W3C -o:IIS ex040120.log in040120.log

I got the message:
ERROR: Syntax Error: <from-clause>: expecting FROM keyword instead of token
'c-ip'.

Can anybody help me, please? Thanks. David
 
Back
Top