This must be a good tool based on the postings, but it crashes when I launched it on x64 Windows.
This is a common programming defect. If your application binds on 32-bit specific things, you must compile the .NET project with x86 switch so it runs in 32 bit mode on Windows x64. Otherwise, it will crash without a hint to ordinary people.
I am seeing more and more comments on Windows x64 bug, so I had to fix it
J I have released a new version of Log Parser Lizard v1.9 that should fix this bug. Please test it for me. There are
also some new UI features like advanced grid, OLE DB input format… that anybody can find them useful. You can download new version from
www.lizardl.com. Backup your old Queries.xml and Constants.xml (they are located in installation folder) before installation of new version.Best
regards from the author of Log Parser Lizard.
Many thanks to all you lot out there for using Log Parser Lizard. Thanks also to everybody who somehow contributed and every donator and registered user (you know who you are, don’t you? :) I want to express my appreciation for your generosity in support
of Log Parser Lizard. Your assistance means so much to me but even more to all users of Log Parser Lizard. There’s still a lot of work to be done, but we’re hopefully getting through all the requested features, bug fixes and grammar errors (ok, that last one
isn’t entirely true).
A few more upgrades are made to Log Parser Lizard in latest release 1.9.4 (download is available from
www.lizard-labs.net):
<div mce_keep="true">Edit Mode. Now you can edit results from a query: make changes to values, remove rows, etc. Some users needed this for removing unwanted values for their graphs and reports.</div>
<div mce_keep="true">Swap rows and columns in charts and grid. Sometimes this is useful for better visualization of results.</div>
<div mce_keep="true">Print results</div>
<div mce_keep="true">Option to compress NULL values. Sometimes we need to lineup results in one row for producing better graphs and data presentation. For instance:</div>
I did what you stated and it worked for Applications and System, BUT did not work to retrieve the Security Log I am using the stand alone log parser, so I was wondering if you or anybody could help me, here is what I typed in my test enviroment:
select
*
from\\skibohp-vf4b5cn.Tekworld.Tekworldusa\Security
where
EventType=1
if i replace the Security with Application or System it works like a charm, but once I type Security to get the Logs nothing happens, so i checked the server and there are entries,
I have tried that and it won't pull the security logs, It will pull the other but security it will fail, and i do have the permission to access the logs. that the only glitch i have come accross ... has anybody had this problem?
thelightkeep...
1 Post
Re: New GUI tool for MS Log Parser, Log Parser Lizard
Oct 27, 2009 02:08 AM|LINK
You can try to install LogParser engine first (from www.logparser.com) . For me, it helps to fix this problem.
lextm
4502 Posts
Re: New GUI tool for MS Log Parser, Log Parser Lizard
Oct 27, 2009 03:44 AM|LINK
This must be a good tool based on the postings, but it crashes when I launched it on x64 Windows.
This is a common programming defect. If your application binds on 32-bit specific things, you must compile the .NET project with x86 switch so it runs in 32 bit mode on Windows x64. Otherwise, it will crash without a hint to ordinary people.
Right now I am using this hack
http://stackoverflow.com/questions/256287/how-do-i-run-partcover-in-x64-windows
but hope the author of this tool can pay attention to this and release a new version.
Regards,
http://lextm.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
xyvyx
2 Posts
Re: New GUI tool for MS Log Parser, Log Parser Lizard
Oct 27, 2009 04:36 PM|LINK
sadly, I get a similar error... haven't tried this app yet to force it to 32-bit..
Problem signature:
Problem Event Name: APPCRASH
Application Name: Log Parser Lizard.exe
Application Version: 1.0.0.0
Application Timestamp: 4978449c
Fault Module Name: KERNEL32.dll
Fault Module Version: 6.0.6002.18005
Fault Module Timestamp: 49e041d1
Exception Code: e0434f4d
Exception Offset: 00000000000176fd
OS Version: 6.0.6002.2.2.0.274.10
Locale ID: 1033
lizardlabs
40 Posts
Re: New GUI tool for MS Log Parser, Log Parser Lizard
Nov 14, 2009 01:40 AM|LINK
Hi,
I am seeing more and more comments on Windows x64 bug, so I had to fix it J I have released a new version of Log Parser Lizard v1.9 that should fix this bug. Please test it for me. There are also some new UI features like advanced grid, OLE DB input format… that anybody can find them useful. You can download new version from www.lizardl.com. Backup your old Queries.xml and Constants.xml (they are located in installation folder) before installation of new version.Best regards from the author of Log Parser Lizard.rina5392
1 Post
Re: New GUI tool for MS Log Parser, Log Parser Lizard
Dec 08, 2009 05:31 PM|LINK
Hi
I have been testing out log parser lizard and it works great.
Just one question. Is there a way to have the results of more than one remote machine logs
for example
select * from \\pcname\security ;
select * from \\pcname2\security;
I have to collect and analyze the logs of a number of machines
Thanks.
Edgar the Pa...
13 Posts
Re: New GUI tool for MS Log Parser, Log Parser Lizard
Dec 08, 2009 05:45 PM|LINK
Just separate the logs paths with comas:
select * from \\pcname\security, \\pcname2\security
lizardlabs
40 Posts
Re: New GUI tool for MS Log Parser, Log Parser Lizard
Feb 20, 2010 02:26 PM|LINK
Hi
I would like to announce that Log Parser Lizard (free GUI for Log Parser) is updated with some new features in v1.9.1:
You can download this version from here: www.lizard-labs.net.
Many thanks to all you lot out there for using Log Parser Lizard. Thanks also to everybody who somehow contributed and every donator and registered user (you know who you are, don’t you? :) I want to express my appreciation for your generosity in support of Log Parser Lizard. Your assistance means so much to me but even more to all users of Log Parser Lizard. There’s still a lot of work to be done, but we’re hopefully getting through all the requested features, bug fixes and grammar errors (ok, that last one isn’t entirely true).
Thank you from all of us at Lizard Labs.
lizardlabs
40 Posts
Re: New GUI tool for MS Log Parser, Log Parser Lizard
Apr 11, 2010 02:04 PM|LINK
A few more upgrades are made to Log Parser Lizard in latest release 1.9.4 (download is available from www.lizard-labs.net):
Greeting to all are users of MS Logparser and Log Parser Lizard.
skibo
7 Posts
Re: New GUI tool for MS Log Parser, Log Parser Lizard
Jul 08, 2010 08:32 AM|LINK
Hello,
I did what you stated and it worked for Applications and System, BUT did not work to retrieve the Security Log I am using the stand alone log parser, so I was wondering if you or anybody could help me, here is what I typed in my test enviroment:select
* from\\skibohp-vf4b5cn.Tekworld.Tekworldusa\Security where EventType=1if i replace the Security with Application or System it works like a charm, but once I type Security to get the Logs nothing happens, so i checked the server and there are entries,
thanks in advance...
LogParser Open Source logparser remote troubleshooting logparser logparser exti code logparser timestamp Log Parser log parser 2.2 logs Log Parserarser Log Parseer logparserser 2.2 Lizard Gui Administrator ILogParserInputContext Logparser 2.2
skibo
7 Posts
Re: New GUI tool for MS Log Parser, Log Parser Lizard
Jul 12, 2010 09:22 PM|LINK
I have tried that and it won't pull the security logs, It will pull the other but security it will fail, and i do have the permission to access the logs. that the only glitch i have come accross ... has anybody had this problem?