Skip to content

Lizard Labs

Lizard Labs is the home of award-winning software for Microsoft Windows operating systems. Log Parser Lizard is a GUI for Microsoft Logparser and uses a SQL-like query language to work with data in many formats. Ultimate Maps Downloader can download both satellite imagery and topographic maps from Google, Yahoo, Microsoft Bing, OpenStreet and ArcGIS.

Please help us improve our software to better meet your needs.

5 results found

  1. Stop it running out of memory when plenty of RAM free

    Stop it running out of memory when plenty of RAM free

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    LPL tries to store all the data in the memory before displaying it bit also LPL runs in 32 bit mode (even on 64 bit systems) so it has limited available memory.

    But the common use case for LPL is not to store entire logs in memory and display the log lines. Browsing trough thousands of files is not very practical. You can narrow your output using WHERE and/or GROUP BY and browse this small dataset. The queries are also much faster when the output is smaller. For instance, try to see if LPL works by writing some query like:

    SELECT TOP 1000 * FROM ‘c:\log\*.log’

    This will limit the output to 1000 records and start from there.

    or

    SELECT Count() FROM ’c:\log\.log’

    This will go trough all files (the size is not important) and will count the lines.

    I hope this was helpful, and you will find …

  2. Fix Here / Yahoo provider links

    When using Here map or any other of the Yahoo map provider, no data is shown. Server return a 503 error.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. The demo works on Mac OS under wine. Unfortunately the licensing does not.

    I have purchased a license unfortunately I cannot currently use it, please make the license work under wine.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. -iSeparator entry not availalbe in Query Properties

    I missed the -iSeparator entry in the Query Properties for the CSV format query.

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. add geoportail.fr to ultimate map downloader

    geoportail has great maps for france, whould be a great addition to your app.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Lizard Labs

Categories

Feedback and Knowledge Base