All Tags > COM programming (RSS)
  • RE: Opening ISA 2004 W3C logs

    You might also just try the command line version and see what it gets.
    Posted to Forum by LogParser User : Jeff on 04-18-2007, 1:29 PM
  • RE: Opening ISA 2004 W3C logs

    I ran into this error myself and I found that my recordset was empty. In your case it is more likely that the file is simply not being processed. Possibly filename or input type issues. Try adding in your input format: Dim objW3CInputFormat as MSUtil.LogQuery.IISW3CInputFormat Set rs = objparser.Execute...
    Posted to Forum by LogParser User : Daniel_JT on 04-18-2007, 11:00 AM
  • RE: LogQuery - RecordSet and Memory Usage

    I don't see how the RecordSet could be stored on remote machines unless the code is running on them. If you are referencing the log files remotely (ala UNC path) then there is no doubt that the RecordSet is only available on the local machine. BTW: if you are seeing large memory usage 10 to 1 it is an...
    Posted to Forum by LogParser User : Daniel_JT on 04-18-2007, 10:52 AM
  • Opening ISA 2004 W3C logs

    Hi, I need to open and analyze ISA 2004 W3C web logs from vb6 application and i want to make some charts from this log files. I found some vb6 codes and build. It give an error like that, "Recordset can not be used at this time.[Unknown Error]" Which thing is wrong? Could you help me, please? ------...
    Posted to Forum by LogParser User : erkan102 on 03-27-2007, 1:36 AM
  • RE: iCheckpoint use with LogQuery Object

    It will behave the same way as if invoked from the command line. The help file has pretty good documentation of how the checkpoint file gets written and updated. Take a look there.
    Posted to Forum by LogParser User : DEinspanjer on 03-21-2007, 11:19 AM
  • iCheckpoint use with LogQuery Object

    Is it possible to use the iCheckpoint feature with the LogQuery Object? I run several queries on a schedule that would be much more efficient using iCheckpoint. A VBScript example would be appreciated. Thanks. I found a few examples similar to this: objInputFormat.iCheckPoint = "CheckpointFile.lpc" Will...
    Posted to Forum by LogParser User : CatfishJohn on 03-20-2007, 9:31 PM
  • RE: C# ASP.net Reference Error

    i realize i'm a little late on this one but... i just removed the Interop Namespace and it compiles and runs fine. using LogQuery = MSUtil.LogQueryClassClass; using EventLogInputFormat = MSUtil.COMEventLogInputContextClassClass; using LogRecordSet = MSUtil.ILogRecordset;
    Posted to Forum by LogParser User : S1nF0ny on 03-13-2007, 11:45 AM
  • problem in processing Performance Log

    Hello, I'm using VB to analyse Windows Performance logs and here is my code: strLPQuery = " SELECT TOP 10 TO_STRING(TO_TIMESTAMP([(PDH-CSV 4.0) (GMT Standard Time)(0)], 'MM/dd/yyyy hh:mm:ss.ll'), 'yyyy-MM-dd hh:mm') AS Hour, " & _ " SUM(TO_REAL([\\" & strServerName & "\Active Server Pages...
    Posted to Forum by LogParser User : hoom on 02-26-2007, 9:30 AM
  • LogQuery - RecordSet and Memory Usage

    I'm not extremely familar with Windows programming so this may be a basic "DUH" question for regular Windows developer. I'm using LogParser to collect 300+ REMOTE log files from various windows systems. Is RecordSet that gets returned from the LogQuery.execute() method stored on the system actually running...
    Posted to Forum by LogParser User : Adam on 01-31-2007, 10:28 AM
  • Last accesses of ip address or machine from iis logs

    Last accesses of ip address or machine from iis logs Hi, I am new to log parser so please any help with the following would be greatly appreciated! I need the SQL that will report back the last times that a machine showed up in the logs by either URI-STEM or IP-ADDRESS within a date range (e.g. 23/01...
    Posted to Forum by LogParser User : kitquo2 on 01-26-2007, 9:34 AM
Page 4 of 42 (417 items) « First ... < Previous 2 3 4 5 6 Next > ... Last »
Microsoft Communities