All Tags >
XML output target (
RSS)
Sorry, but there are no more tags available to filter with.
-
I was searching the forums for this option and came across a previous post dated 4/12/2005 where Gabriele states that a switch to turn this on an off will be added in the next version. Has this switch been added in recent versions? I've scoured the User Guide and these forums, but have only come across...
-
Yes. look at the documentation for the XML Input Format. By default, installed to C:\Program Files\Log Parser 2.2\LogParser.chm
-
Hello I have 1500 xml files I have to search trough to find some interesting values. What I also would like to find is the filename of each occuranse. There should only be on in each file if it exists at all in the file. This is my query right now: select datum, medlemsnr, fakturanr, artikelnr, artikelnamn...
-
Sir, SQL SERVER is generated trc extention "sdc.trc" i m writing query is mentioned below LogParser "SELECT * INTO Report.HTML FROM AdmnActvty_20060608_223750.trc" -i:TEXTWORD –o:TPL –tpl:Template.txt But its not wotking plz send me right script. Thx for you cooperation.
-
I do not know what the format of a trace file is, but my first suggestion would be to read through the help file documentation and look at the included sample scripts in the examples directory of your installation.
-
Yeah thx its working..plz tell me Please help me out of what is the query of to create html page from sql server log tace file which extension is .trc".Please tell me full steps to find out reports. Please direct email to at imtiaz.hussain@citigroup.com
-
I just tried with both -o:NAT and with -o:XML and didn't see that error in either case. Are you sure you want to be using -o:NAT if you are populating an XML file?
-
I am being retrieved an error when run the mentioned below script. LogParser -i:EVT -o:NAT "SELECT TimeGenerated, EventTypeName, SourceName AS Account INTO Report.xml FROM System" Error : Invalid at the top level of the document. Error processing resource 'file:///C:/Program Files/Log Parser 2.2/Report...
-
Updated vbs to enable correct handling where file name included a comma (,) or single quote ('). The link in the previous posting now points to an updated zip file with the corrected script. David.
-
Neat. This might come in handy at my work too.