Browse by Tags

All TagsFS input format (RSS)
Sorry, but there are no more tags available to filter with.
  • RE: Directory Tree

    More Easy: C:\>Tree /A > My_C_Tree.txt ;o)
    Posted to Forum by LogParser User : José Gisbert on 06-22-2007, 1:44 PM
  • LASTACCESSTIME showing wrong date

    Hello guys: Using logparser to generate a report so I can clean up my file server. For some reason logparser is giving me a year of 1969 on some files. running my query on a windows 2003 server against a share on windows 2000 if that helps. Thanks vizo
    Posted to Forum by LogParser User : Vizo on 06-06-2007, 12:01 PM
  • RE: Supress error when no matching files?

    Thanks Daniel. Your reply got me thinking along a suitable track. I was averse to having a "token" file that is known to exist on the basis that one day there may be a need to include the given token file in the results but a variation on your suggestion works for me. Namely, to include within the "from...
    Posted to Forum by LogParser User : David Manley on 05-18-2007, 8:12 PM
  • RE: Supress error when no matching files?

    Hrm. Only thing I can think of off the top of my head is to have a dummy file that is always there. Something like this worked for me: "C:\Program Files\Log Parser 2.2\LogParser.exe" -i:FS "SELECT path FROM C:\tmp\scores.txt, 'C:\tmp\*.xyz' WHERE Path <> 'C:\tmp\scores.txt'" Statistics: ----------- Elements...
    Posted to Forum by LogParser User : DEinspanjer on 05-18-2007, 7:16 AM
  • Supress error when no matching files?

    When the input format is file system, if no files match the pattern, LogParser considers this an error. This is demonstable by the following: "C:\Program Files\Log Parser 2.2\LogParser.exe" -i:FS "SELECT path FROM '%WINDIR%\*.xyz'" Task aborted. Cannot open <from-entity>: Cannot find any file or...
    Posted to Forum by LogParser User : David Manley on 05-18-2007, 4:29 AM
  • RE: Compare fs listing against IIS listing

    by "documented" I mean I made a post where I gave an example of using the TPL output format to create a SQL query file that is then run by LP. It's in the General Discussion forums
    Posted to Forum by LogParser User : DEinspanjer on 01-26-2007, 12:30 PM
  • RE: Compare fs listing against IIS listing

    [QUOTE User="LogParser User : justSteve"]Quote: I can't say as there is actually a drop dead easy way. Let me see if I understand exactly what you want. You want to run an LP query against the IIS log files to find out "active" pages, then you wa...[/QUOTE] Thanks for the quick reply...given this is...
    Posted to Forum by LogParser User : justSteve on 01-26-2007, 8:12 AM
  • RE: Compare fs listing against IIS listing

    I can't say as there is actually a drop dead easy way. Let me see if I understand exactly what you want. You want to run an LP query against the IIS log files to find out "active" pages, then you want to run another LP query against the FS input format to find files that are not in that "active" pages...
    Posted to Forum by LogParser User : DEinspanjer on 01-26-2007, 8:01 AM
  • Compare fs listing against IIS listing

    I'm inheriting a very old IIS box...it's been thru a number of different masters and has lots of files no longer in use intermixed with active files. I can produce a listing of pages served by IIS and files found via FS...I bet there's a drop dead easy way to do something like 'select name where [FSFiles...
    Posted to Forum by LogParser User : justSteve on 01-26-2007, 7:29 AM
  • RE: View the size,name and Path of a directory

    My implementation is slightly different: select extract_token(path,add(1,strcnt('%CD%','\\')),'\\') as dir, sum(size) as sumsize from '%CD%\*' where Name not in ('.';'..') group by dir order by sumsize desc Note, if you save it as a file you have to call it like: logparser -i:fs file:getdiskspace.sql...
    Posted to Forum by LogParser User : Jeff on 01-19-2007, 11:26 AM
Page 1 of 9 (85 items) 1 2 3 4 5 Next > ... Last »
Page view counter