All Tags >
W3C input format (
RSS)
Sorry, but there are no more tags available to filter with.
-
I think I remember that Exchange Tracking log files use tab as a separator between the fields. Try the following command, and see if you get all the fields: logparser -h -i:W3C myfile.log -separator:tab ------------------------------ This posting is provided "AS IS" with no warranties, and confers no...
-
I am trying to parse an Exchange 5.5 tracking log file with the parameters logparser -i:W3C. When analyzing the field formats using logparser -h -i:W3C I get the following response: Fields: LogFilename (S) RowNumber (I) TECHOPSLIV@XXX.COM (S) Given that this log has 13 distinct fields how can I reconstuct...