Tagged Questions

0
votes
1answer
37 views

LogParser failing in WebApp

Hello, I've developed a WinForms app that I've that shows the bandwidth a single IIS site using LogParser. This worked quite well. I've now written the exact same thing in ASP.net, but then the …
0
votes
1answer
64 views

Logparser 2.2 on Sysevent.evt using strings

004 2008-11-23 02:18:49 0 …
0
votes
1answer
28 views

Log Parser 2.2 skipping today’s IIS logs

I'm trying to count the number of hits for a particular URL on our web site by parsing our IIS logs using Log Parser 2.2. Everything seems to be working fine, except that its handling of timestamps is …
1
vote
6answers
176 views

Designing a poker parser in Ruby

I'm writing a small program in Ruby to parse a hand history log from a poker site. The log is split over several lines and looks a bit like this: Table 123456 NL Hold'em $1/$2 5 Players Seat 3 is the …
0
votes
3answers
349 views

Query IIS logs with extra fields using LogParser

I have IIS log with extra field 'foo'. #Fields: foo date s-sitename ... foo1 2009-02-15 W3SVC1 ... foo2 2009-02-15 W3SVC1 ... As result all LogParser queries are broken: logparser -i:IISW3C …
1
vote
4answers
58 views

What is the Best Way to Debug a Windows Service program in Visual Studio 2008

I am using the Microsoft Log Parser in a Windows Service. The program works in a regular web page but when I put the code in a windows service it does not work. I put Breakponts in the windows service …
1
vote
1answer
43 views

Why is Microsoft’s Log Parser still at version 2.2 (from 2005)

Is there a new or different product that people are using? Are there no new features people can think of? Is it not being used by many people? Or, has Microsoft just decided not to invest any more …
4
votes
6answers
3k views

A good IIS Log Viewer for large log files?

Hi, I'm looking for a simple IIS Log Viewer that can open large (e.g. 100 meg) IIS Log files and give me simple filtering and searching tools. (IIS = Microsoft Internet Information Server, obviously) …
17
votes
1answer
840 views

How do I use LogParser to find out the LENGTH of a field in an IIS Log?

I'm trying to find LONG UserAgent strings with LogParser.exe in my IIS logs. This example searches for entries with the string 'poo' in them. LogParser.exe -i:IISW3C "SELECT COUNT(cs(User-Agent)) AS …
0
votes
2answers
107 views

Log Parser Early Binding

Is it possible to use early binding with LogParser.dll on VB6/VBA? When I try to set a reference to it, it just disappears with no error.
3
votes
2answers
394 views

What LogParser UI do you use?

I just started using Log Parser Lizard to examine my IIS and Event logs. What UI tool do you use on top of LogParser 2.2 to view your log files on production?
1
vote
1answer
132 views

Trying to write a program / library like LogParser - How does it work internally?

LogParser isn't open source and I need this functionality for an open source project I'm working on. I'd like to write a library that allows me to query huge (mostly IIS) log files, preferably with …
3
votes
2answers
385 views

Powershell and logparser arguments

Hi Guys, Im trying to run some logparser commands from powershell but Im having issues with passing the arguments across correctly, heres the excert from my script; …
0
votes
0answers
174 views

Logparser iTsFormat

Hi Guys, This is a weird one, Im using logparser to work through some log files and present some output. The input to logparser is being created by some powershell scripts that Ive written to replace …
1
vote
3answers
99 views

LogParser dropping log entries

I'm importing IIS logfiles into a SQL database but for some reason not every entry makes it into the database. For instance if the logfile has 1,000,000 entries logparser does say that it processed …

1 2 next
15 30 50 per page