All Tags > IISW3C input format (RSS)
Sorry, but there are no more tags available to filter with.
  • RE: Input Format FROM bug?

    Cheers for the reply, but can it really be corrupt log files? I mean with a FROM of "FROM C:\LogParser\109\ex99*.log" it should only be looking at logfiles that have names that begin with ex99, there are none of these in the specific folder in question which is why it's strange it's bringing back results...
    Posted to Forum by LogParser User : philD on 05-18-2007, 9:47 AM
  • RE: Input Format FROM bug?

    I would suspect corrupt log files. You could try a quick test like this to start with: "logparser -i:IISW3C -e 1000 "SELECT DISTINCT LogFilename FROM C:\LogParser\109\ex99*.log" And then if that looks correct, you could try adding the LogFilename and LogRow fields to your normal output and see where...
    Posted to Forum by LogParser User : DEinspanjer on 05-18-2007, 7:21 AM
  • Input Format FROM bug?

    Hi. I've been writing a few scripts to consolidate IIS logfiles from some sites running on a webfarm in to single IIS files that are to be migrated to a single server setup. I'm doing this in a few steps as I had performance problems and crashes if I tried to process a few years of data in one go Step...
    Posted to Forum by LogParser User : philD on 05-17-2007, 6:09 AM
  • RE: Custom field to IIS input

    I don't think this is something you could easily do straight from LP. If you can't re-import the data, you probably need to look at using a different tool to update the table. As I just mentioned to someone else, an ETL tool like Kettle (http://kettle.pentaho.org) might help.
    Posted to Forum by LogParser User : DEinspanjer on 04-29-2007, 10:21 AM
  • RE: Custom field to IIS input

    I've been doing more reading but still cannot find if there is a way to do this. Is this possible?
    Posted to Forum by LogParser User : Nexemis on 04-27-2007, 9:45 AM
  • Custom field to IIS input

    Hello, I have been using a SELECT * statement before to put all the IIS log info into a SQL table and it works fine. I want to add 1 extra column to the SQL table though (a primary key). It wont let me use the select * statement anymore because the fields do not match. I even tried specifying the fields...
    Posted to Forum by LogParser User : Nexemis on 04-25-2007, 4:35 PM
  • RE: smtp access logged

    have a sample log entry from your smtp log that you can match against? SELECT TOP 20 QUANTIZE(time, 3600) AS SERVER(Hour), Count(*) as Hits FROM \\server\*.log TO c:\output.txt WHERE TO_LOWERCASE(cs-uri-stem) LIKE 'sample unauth log entry' GROUP BY SERVER(Hour) ORDER BY SERVER(Hour) ASC
    Posted to Forum by LogParser User : boom! on 04-02-2007, 12:01 PM
  • smtp access logged

    I'm trying to run logparser to check for unauth smtp access on one of my bridgehead servers. we are decomminssioning this server and i want to be proactive about making sure no one's app breaks and that they are still not pointing to this server. i want to do this by running logparser against the smtp...
    Posted to Forum by LogParser User : tkern on 03-26-2007, 10:55 AM
  • iis logs into access database

    hi, i need to parse a large amount of IIS log files into an access database - i am currently using the output SQL to access using a shell script from my VB app but on a large amount of log data (in my case current around 650MB) it is taking forever - has anyone got any alternative suggestions? thanks...
    Posted to Forum by LogParser User : craigw on 03-12-2007, 5:34 AM
  • First time Log parser

    I'm new to the sharepoint process. I have downloaded the log parser. Followed the DEP config setup but I can't get the process to parse the IIS log files. I don't see any additional instructions. What i'm I missing?
    Posted to Forum by LogParser User : Slo on 02-27-2007, 8:04 AM
Page 2 of 23 (228 items) < Previous 1 2 3 4 5 Next > ... Last ยป
Microsoft Communities