All TagsCOM input format (RSS)
Sorry, but there are no more tags available to filter with.
  • RE: Invalid parameter

    Yeah, the fact that it works with -h is because when in -h mode, LP passes everything it doesn't recognize as an argument on to the input format. In the built in input formats, they expect the argument to be the name of a file that they parse to display the column names. I mention that in this thread...
    Posted to Forum by LogParser User : DEinspanjer on 09-06-2006, 5:27 PM
  • Invalid parameter

    Hi Everyone, I wrote an input format plugin. Since I couldn't get my custom properties to be set, I created additional command line options. If I use the additional command line options with the -h option, they work correctly. However, when using the additional command line options with a query, I get...
    Posted to Forum by LogParser User : Vijai Kalyan on 09-06-2006, 8:30 AM
  • Input Plugin Works, but can't get custom properties to work

    Hello, I have been writing a Log4cxx input format plugin. In order to work properly, I need to pass in two additional pieces of information a. The XML configuration file which was used to configure Log4cxx. b. The Appender whose layout should be used to read the log file lines. I can pass in the log...
    Posted to Forum by LogParser User : Vijai Kalyan on 09-04-2006, 3:31 PM
  • RE: How to create chart programmatically in vb.net

    Hi All, I am using following VC# code to create Chart output - Type outputFormatType = Type.GetTypeFromProgID("MSUtil.LogQuery.ChartOutputFormat", true); object outputFormatObject = Activator.CreateInstance(outputFormatType); outputFormatObject.chartType = "Column3D"; While compiling using VC # I get...
    Posted to Forum by LogParser User : Manoj on 08-11-2006, 9:42 AM
  • RE: How to create a new COM input format?

    Thanks for all. Your are the machine
    Posted to Forum by LogParser User : Pabloski on 02-22-2006, 5:08 AM
  • RE: How to create a new COM input format?

    There is a fundamental challenge to parsing this type of data with LP. LP has a concept of static fields. When it initializes the input format, it queries the format for all fields. The only way to write a COM input format for this type of data would be to parse the entire file on init to build a list...
    Posted to Forum by LogParser User : DEinspanjer on 02-21-2006, 12:20 PM
  • How to create a new COM input format?

    Hello, I need to read a coma separated log that seems this way field1=value1, field2=value2, field3=value3,....=....,.... field1=valueX, field2=valueY,.....=....,..... field1=valueT, field5=valueK Not all the lines have de same fields. Thanks for all Pablo Burguete.
    Posted to Forum by LogParser User : Pabloski on 02-21-2006, 11:47 AM
  • RE: How to Write my Own INPUT Format

    Hi Daniel , I am very much thankful to your prompt replies and suggestions, Yes Actually I too was thinking the same that why not to use TSV or CSV format, and finally I have decided to go with TSV format. I'll bug you again if I encounter any problem, if possible can you let me know one thing how fast...
    Posted to Forum by LogParser User : Ruchir on 01-31-2006, 10:52 PM
  • RE: How to Write my Own INPUT Format

    ReadRecord should parse an entire row of data on each call so that GetField(index) can be called for each field the LP query calls for. It sounds like your file format is quite simple however, why can you not just use the CSV or TSV input formats?
    Posted to Forum by LogParser User : DEinspanjer on 01-31-2006, 9:23 AM
  • RE: How to Write my Own INPUT Format

    Hi, Thanks for the reply, I am still having some doubt if you can help me out I'll be very much thankful. I have a log file which contains three columns one for date second one for ThreadName and third for the message, Log will be stored in a .txt file (field seperator will be a comma or tab) Now I have...
    Posted to Forum by LogParser User : Ruchir on 01-31-2006, 4:08 AM
Page 2 of 5 (42 items) < Previous 1 2 3 4 5 Next >
Microsoft Communities