All TagsCOM programming (RSS)
  • RE: Problem with Date: W3C input to XML Output

    I find what was wrong. I was using reflection that's why the error message was not very helpful. I need to add the date in the group By and everything runs well. Thank you.
    Posted to Forum by LogParser User : nino on 06-07-2007, 2:50 AM
  • Problem with Date: W3C input to XML Output

    New to LogParser, I have a problem when this query in C# "SELECT TO_STRING(date,'yyyy-MM-dd') As LogDate, EXTRACT_TOKEN(FullUri, 0, '|') AS Uri, EXTRACT_TOKEN(cs-uri-query, -1, '|') AS ErrorMsg, EXTRACT_TOKEN(cs-uri-query, 1, '|') AS LineNo INTO AspErrors.xml FROM ex070418.log WHERE (sc-status = 500...
    Posted to Forum by LogParser User : nino on 06-06-2007, 10:45 AM
  • Running VB.Net As scheduled task

    All, Running LogParser in VB.Net program using: ExecuteBatch(strQuery, inFormat, outFormat) Program runs great, except as a schedule task (when the user is not logged in). If the user schedules the task and stays logged in it runs great. Any ideas? Thanks in advance, Greg C.
    Posted to Forum by LogParser User : gchanman on 05-18-2007, 11:39 AM
  • Running logparser as a service

    Hello, I been looking into the forum's posts and logparser's documentation but I haven't found information about how to, if it is possible, run logparser as a service. With this I mean I would like logparser to be running all the time and each moment a new event arrives, it will query over that new event...
    Posted to Forum by LogParser User : fpetrus on 05-14-2007, 9:31 AM
  • RE: ASP.Net and chart output using COM

    I found the answer: I had to replace all the spaces in sPath with "\u0020".
    Posted to Forum by LogParser User : JamesBaud on 05-10-2007, 6:10 PM
  • RE: multithreaded enviroinment

    Yes I already know that lines in the help, but I do not implemented any lock between thread It could be the solution...I'll try. Thanks
    Posted to Forum by LogParser User : Emanuele on 05-05-2007, 3:26 PM
  • RE: iCheckpoint use with LogQuery Object

    Note that if you intrrupt the query processing before the last record of the recordset is reached, the checkpoint will not be created. while( !oRecordSet.atEnd() ) { // if you break here the checkpoint is not created oRecordSet.moveNext(); } // checkpoint is created only here, when the end of the recordset...
    Posted to Forum by LogParser User : andru_nl on 05-03-2007, 4:53 AM
  • RE: multithreaded enviroinment

    Well, that is an interesting question. I wonder if anyone tried the logParser and multithreading before :o Actually the help file says: Can I use the Log Parser scriptable COM components from a multi-threaded application? The Log Parser scriptable COM components are registered to run within a single...
    Posted to Forum by LogParser User : andru_nl on 05-03-2007, 4:34 AM
  • ASP.Net and chart output using COM

    I'm trying to write an ASP.Net app that uses Log Parser 2.2's COM interface to read some Windows Media Server (W3C) log files and generate a chart (GIF file) on the web server. I'm getting an error when attempting to generate the chart using the ExecuteBatch method: Error executing query: Unexpected...
    Posted to Forum by LogParser User : JamesBaud on 04-19-2007, 4:36 PM
  • new to logparser

    Hi guys, I am new to logparser. I am using logparser 2.2. I am tryign to create a vbs file which would run daily in the night and query the Event Log (Application) and get all the errors generated by a particular application for that day only ordr by the latest. Can someone please help me with the query...
    Posted to Forum by LogParser User : hem12 on 04-19-2007, 9:51 AM
Page 3 of 42 (417 items) < Previous 1 2 3 4 5 Next > ... Last »
Microsoft Communities