All TagsEVT input format (RSS)
  • RE: finding access to particular file

    probe this: LogParser "SELECT TimeGenerated, EventId,EventTypeName, EventCategoryName, extract_token(strings,10,'|') as UserName, extract_token(strings,2,'|') as File INTO security.txt FROM \\remoteserver\Security WHERE extract_token(string,1,'|') like 'File' and File = 'D:\data\Public\apps\Research...
    Posted to Forum by LogParser User : José Gisbert on 06-07-2007, 7:28 AM
  • No LogParser backward compatibility with Vista and Win2003 but Eventvwr is

    I'm developing an application that loads event logs into SQL Server 2005 using the LogParser 2.2 COM interface - this all works fine. However, I am supplied with binary EVT files from a large number of servers / clients running Win2003, WinXP and Vista and depending upon which platform the files are...
    Posted to Forum by LogParser User : markt on 06-07-2007, 4:25 AM
  • RE: Querying for a date

    Must Be: WHERE TimeGenerated BETWEEN TO_TIMESTAMP('2007-05-22 00:00:01', 'yyyy-MM-dd hh:mm:ss') AND TO_TIMESTAMP('2007-05-24 23:59:59', 'yyyy-MM-dd hh:mm:ss') Probe!
    Posted to Forum by LogParser User : José Gisbert on 05-31-2007, 7:43 PM
  • Querying for a date

    I'm struggling with querying for all events on a certain date. I've tried to use "between" on the timegenerated fields, but it's difficult. I actually just need a count of all events on a single day. Here's what I've got so far: logparser -i:evt -o nat "select count(*) from system where timegenerated...
    Posted to Forum by LogParser User : Steve Hilchey on 05-30-2007, 10:47 AM
  • Log Parser execute method hangs on remote query

    I have two issues here to address, both related to the hanging of remote queries. For starters I'm using C++ to communicate to the COM API of log parser. I'm able to create a LogQuery object, collect event log data both locally and remotely for a large list of hosts. My first problem is that even though...
    Posted to Forum by LogParser User : Adam on 05-04-2007, 10:18 AM
  • RE: Logparser crashes - i:evt o:datagrid

    I have discovered something but have not found an answer for it. It appears that when I run the job to collect the data on Monday logparser crashes. I have found that if I remove the CheckPoint file the job will then run. I then looked in the event log of the machine it was running against and found...
    Posted to Forum by LogParser User : JD on 04-23-2007, 12:59 PM
  • finding access to particular file

    Hello, I am auditing a particular file for successful access. I can use the follwoing to get all 560 events, but I would like to narrow the search to just the particular file I am auditing: LogParser "SELECT TimeGenerated, SourceName, EventCategoryName, EventType, Message INTO security.txt FROM \\remoteserver...
    Posted to Forum by LogParser User : BenT on 04-19-2007, 3:30 PM
  • RE: Parsing an entire workgroup/domain

    It is the only way I know of. You can use an AD query tool (or even LP itself) to query for a list of computers and feed that list in to LP.
    Posted to Forum by LogParser User : DEinspanjer on 04-17-2007, 4:06 AM
  • Parsing an entire workgroup/domain

    Is it possible to parse an entire workgroup or domain? I know you can use UNC notation i.e. \\systemname\security but what if I want to scan the entire network? Is having a list of computer to feed into Log Parser the only way? Thanks!!
    Posted to Forum by LogParser User : needloghelp on 04-16-2007, 6:32 PM
  • RE: Event Log to MDB "Message" field size

    Hi, Why not use SQL (Express)? If the front-end has to be Access, you might get lucky with linked tables. HTH
    Posted to Forum by LogParser User : Lecky on 04-12-2007, 10:48 PM
Page 2 of 65 (642 items) < Previous 1 2 3 4 5 Next > ... Last »
Microsoft Communities