All Tags > TPL output target (RSS)
Sorry, but there are no more tags available to filter with.
  • RE: Error: detected extra argument helpppppppp

    [QUOTE User="LogParser User : Allan Pike"]Quote: I'm not familiar with an environment variable named %SYSTEM_TIMESTAMP%. Is that something you are setting yourself? Why not just use the %DATE% and %TIME% variables? They are always formatted in loca...[/QUOTE] The variable %SYSTEM_TIMESTAMP% is a valid...
    Posted to Forum by LogParser User : Allan Pike on 10-29-2006, 4:39 PM
  • RE: Error: detected extra argument helpppppppp

    I'm not familiar with an environment variable named %SYSTEM_TIMESTAMP%. Is that something you are setting yourself? Why not just use the %DATE% and %TIME% variables? They are always formatted in localtime.
    Posted to Forum by LogParser User : DEinspanjer on 10-27-2006, 9:00 AM
  • RE: Error: detected extra argument helpppppppp

    [QUOTE User="LogParser User : Allan Pike"]Quote: No, the FIELD_# variables can only be used in the body, they change from record to record whereas the LPHEADER section is only generated once per execution. What you could do though, is set the %1 ar...[/QUOTE] Hello I have a similar query regarding system...
    Posted to Forum by LogParser User : Allan Pike on 10-26-2006, 9:47 PM
  • RE: Column Width in Table

    Hmmm, thought I'd tried and tried that to no effect. But I'll give it another try. I did get it working with CSS stuff after some messing around. Appreciate the reply, Sir Supreme Being.
    Posted to Forum by LogParser User : pkdavidson on 04-26-2006, 9:11 AM
  • RE: Column Width in Table

    In this instance, yes you would just be using bog-standard html. In your TH tag, I added a width=, shown below <TH width=21>%FIELDNAME_2%</TH> Graham Header Line %FIELDNAME_1% %FIELDNAME_2% %FIELD_1% %FIELD_2%
    Posted to Forum by LogParser User : gpl on 04-26-2006, 4:38 AM
  • Column Width in Table

    I've been trying to set a fixed column width in a tpl file. Can't seem to get it right. Doesn't the template for html just use standard html code ? Could I see a simple example of how to fix the column width on the 2nd field of a two field template ? Title Line Header Line %FIELDNAME_1% %FIELDNAME_2...
    Posted to Forum by LogParser User : pkdavidson on 04-25-2006, 7:50 PM
  • RE: batch file format date

    I pieced it together from other queries I removed the where clause and still no luck. I wanted to find out if had some pages runnig longer than normal. We have some large PDF files and search pages. I wanted to know which ones where be taking the longest (time-taken)
    Posted to Forum by LogParser User : seriousRookie on 04-25-2006, 12:43 PM
  • RE: batch file format date

    Did you write this query yourself or did you get it from somewhere else? Are you sure that you want to have this part: EXTRACT_EXTENSION(TO_LOWERCASE(cs-uri-stem)) as page That means you wouldn't actually see the full page names but only their extensions...
    Posted to Forum by LogParser User : DEinspanjer on 04-24-2006, 5:34 PM
  • RE: batch file format date

    I wasnt sure where to post this but here is the entire project including asp.net 1.1 webinterface I was having a problem with longest running pages SELECT TOP 50 EXTRACT_EXTENSION(TO_LOWERCASE(cs-uri-stem)) as page, max(time-taken) INTO E:\LogFiles\LOG\%outputfilename% FROM S:\LogFiles\W3SVC1\%inputfilename...
    Posted to Forum by LogParser User : seriousRookie on 04-24-2006, 4:15 PM
Page 2 of 6 (56 items) < Previous 1 2 3 4 5 Next > ... Last »
Microsoft Communities