how can I query against exchange 2003 message tracking log? I tried with log type W3CLOG with no luck (I get an error, see this screenshot: dl.dropboxusercontent.com/.../logParser.png)
thank you
how can I query against exchange 2003 message tracking log? I tried with log type W3CLOG with no luck (I get an error, see this screenshot: dl.dropboxusercontent.com/.../logParser.png)
thank you
Did you try IISW3CLOG instead of W3CLOG? If that doesn't work I will get you a method for 2k3 message tracking logs. I remember there could be special steps for 2003 Message Tracking logs and will test for you and reply as soon as I can.
Hi Kary,
Thanks for a great tool! Is there a way to access parsing errors through the GUI? Since all rows appear in the output whether they parsed or not, maybe you could add an error column with information about what the error is. Even just dumping it to a text file would be helpful.
Hello Sunshine,
My apologies... Can you elaborate as I'm afraid I don't quite understand the question. :)
Hi. I think Sunshine is asking where can we review the errors if LPS fails to read the log file.
Do I need to do a find and replace for exchange perflogs headers? I'm getting a blank result.
Hi Wyatt, which perflogs?
exchange CAS and Mailbox server performance logs. it's a binary log that convert to csv. headers are still intact.
Due to the way performance monitor logs are laid out, I don't know of a great way to query them usefully. I'll check something in a few when I get free and reply back. There are certainly ways to query them with CSV and/or TEXTWORD log types but need to see how useful it is.
CSV works. It just requires knowing what you want and how you want it. Choose CSVLOG as the log type then just run the default "new query" to see the basic results:
/* New Query */
SELECT TOP 10 * FROM '[LOGFILEPATH]'
The query ran but came back blank. I've feeling the default headers need to be change.
Possibly in the perfmon. I ran the query as-is with the out of the box CSV settings and the results came back but I just grabbed a random performance log I had lying around. Have you tried resetting the default CVSLOG settings in LPS just to be sure?
Kary, I wanted to thank you for taking the time to help me.
I'm getting Log row too long error when choosing CSVLOG type. The registry edit of CSVInMaxRowSize has already been done.