<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using &amp;quot;lmutil lmstat&amp;quot; to check License Mgr v10  status on a remote machine (solut in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442076#M2530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rich,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have replaced the lmutil.exe file in the "Where Have All the Licenses Gone" folder with one from the C:\Program Files\ArcGIS\License10.0\bin folder.&amp;nbsp; I have checked the version and it is as you suggested.&amp;nbsp; I have also changed the name of my server in the LicenseInfo.txt file, but the tool still doesn't run.&amp;nbsp; I tried some of the things that others suggested, but I'm not a programmer.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error message I get suggests the ESRILicenseUse.txt file is being used by another process.&amp;nbsp; However, I'm not sure how that could be the case.&amp;nbsp; The file is closed and I'm not using it anywhere else.&amp;nbsp; Sometimes I can run the lmstat.bat, lmutil.exe and/or the rtnhung.bat files individually, then the ESRILicenseUse.txt file will report the licenses in use.&amp;nbsp; However, this information never shows up in the handy WHATLG window.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide any other suggestions?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Nov 2010 22:38:56 GMT</pubDate>
    <dc:creator>AdrianneBlack</dc:creator>
    <dc:date>2010-11-17T22:38:56Z</dc:date>
    <item>
      <title>Using "lmutil lmstat" to check License Mgr v10.+  status on a remote machine (solution)</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442070#M2524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;updated Feb 20, 2018&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is to help anyone that may use the "lmutil" command line utility to check the status of concurrent license usage on a remote machine (i.e. from a local, non license manager (LM) machine).&amp;nbsp; Several things have changed from the 9.3.1 LM to the v10 LM and minor changes are needed to get this to work (at least with the LM release with the beta/release candidate).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Syntax we used in 9.3.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;lmutil lmstat -a -c&amp;nbsp;&amp;nbsp; "\\&amp;lt;IP to out LM server&amp;gt;\Program Files\ESRI\License\arcgis9x\ArcINFO9.lic"&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or "....\viewer9.lic".&amp;nbsp;&amp;nbsp;&amp;nbsp; This command would list all the licenses available and in use for that particular LM server. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Syntax we need to use in version 10&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;lmutil lmstat -a -c&amp;nbsp;&amp;nbsp; "\\&amp;lt;IP to out LM server&amp;gt;\Program Files\ArcGIS\License10.0\bin\service.txt"&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Beside the path/location and file name, the file format has also changed for the ArcGIS 10 license manager.&amp;nbsp; They replaced the multiple &amp;lt;product&amp;gt;.lic files with the service.txt which makes it much easier when you have to lock the LM to a port (for firewall issues) --- one file to deal with instead of multiple.&amp;nbsp;&amp;nbsp;&amp;nbsp; However, the one problem I ran into is that the default/generic "this_host" prevented the lmutil command from looking at the remote LM machine.&amp;nbsp; Instead, it responded that the license manager was not running on my &amp;lt;current machine name&amp;gt;. The quick fix is to change "this_host" to your LM server's name or IP address in the services.txt file.&amp;nbsp; At least that fixed it for me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BTW - the command line syntax above assumes you are in a directory that can run lmutil, i.e.,either beacuse 1) it's in your path, 2) you have the lmutil.exe copied to your current directory, or 3) you are in the "C:\Program Files\ArcGIS\License10.0\bin" directory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;This was logged as a "bug" with this work around as the solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[#NIM058540&amp;nbsp; The command "lmutil lmstat" does not function properly for remote systems in License Manager 10 ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;Edit the service.txt file as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Old - "SERVER this_host ANY"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;New - "SERVER &amp;lt;hostname&amp;gt; ANY"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hopefully this will save someone else using the lmutil a little time when making the switch.&amp;nbsp; -b&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;----&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;UPDATE (works with 10.4.x license manager too), now I just use:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;lmutil lmstat -a -c @&amp;lt;servername&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;with the @ sign, but&amp;nbsp; &amp;lt;server&amp;gt; will be the location of your license manager.&amp;nbsp;&amp;nbsp; I have a copy of the lmutil,exe in the same folder as I create a&amp;nbsp; chk_lic.bat file with the line above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;EDIT: February 2018&lt;/STRONG&gt;.&amp;nbsp; Someone was looking for the WhereDidAllTheLicensesGo by&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #000000;"&gt;Julie Skuba (whose profile does not look active) on the ideas page &lt;/SPAN&gt;&lt;A href="https://community.esri.com/ideas/1041"&gt;Add new functionality to License Manager - Usage &amp;amp;amp; Analysis Tools&lt;/A&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;.&amp;nbsp; It seems all the links for download of this tool are broken right now.&amp;nbsp; I found a version from 2004 that I zipped, but didn't see a way to upload it to the ideas page, so I will add to this post for others.&amp;nbsp; I am not the author of this script, and there may be other posts on the tweaks that are needed for newer LM versions...just posting here as a courtesy.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 17:17:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442070#M2524</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2010-06-24T17:17:58Z</dc:date>
    </item>
    <item>
      <title>Where Have All The Licenses Gone?</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442071#M2525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is also a free download from the old arcscripts site that gives you the application WhereHaveAllTheLicensesGone (&lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=14222"&gt;http://arcscripts.esri.com/details.asp?dbid=14222&lt;/A&gt;&lt;SPAN&gt;). This still works for obtaining license status information, but to update it to v10 you must replace the lmutil.exe provided in the download with a fresh one from C:\Program Files\ArcGIS\License10.0\bin (i.e., you need to update lmutil.exe to version 11.6.1.0).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rich Daniels, GISP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 21:56:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442071#M2525</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2010-07-02T21:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442072#M2526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much, Rich!&amp;nbsp; I was beating my head in on this.&amp;nbsp; I'm not using the arcScript that you mentioned... but I do have my own scripts that use lmutil, and all of them were failing after the update.&amp;nbsp; Replacing lmutil on the remote machine solved all my problems and I am very grateful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 12:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442072#M2526</guid>
      <dc:creator>MattCharton</dc:creator>
      <dc:date>2010-07-08T12:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442073#M2527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure that including the path to the license file is necessary or even desirable when querying a remote FLEXlm service using the lmutil lmstat -a -c command.&amp;nbsp; The -c "license file path" seems a local system convention.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Macrovision/Flexera's FLEXnet administration guide is pretty clear that for remote systems all you need is the @hostname, @FQDN, or @IPaddress; if you want a specific port, e.g. 27004 for ArcGIS 9.x license manager just prepend it.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, 27004@&amp;lt;IP to out LM server&amp;gt; should return the status for the ARCGIS vendor service. Without the 27004 and you'll get status on all FLEXnet license service running on that system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Beleive the 27004@&amp;lt;IP or FQDN&amp;gt; convention should work in your scripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, the FLEXnet release at ArcGIS 10 is version 11.6.1, so you'll want to use that version or later of the lmutil as was indicated.&amp;nbsp; And for those managing multiple product license servers, there are no problems with using the latest release, version 11.8,&amp;nbsp; of the Flexera lmgrd with the ArcGIS 10 License Manager--in fact Flexera recommends that you always run the latest version of lmgrd.&amp;nbsp;&amp;nbsp;&amp;nbsp; Download the appropriate version of the latest release from the Flexera support site &lt;/SPAN&gt;&lt;A href="http://www.globes.com/support/fnp_utilities_download.htm"&gt;http://www.globes.com/support/fnp_utilities_download.htm&lt;/A&gt;&lt;SPAN&gt; and replace the ESRI deployed version. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, I've had some issues with changing the "this_host" value in the "service.txt" file over to hostname or MAC, it seems more stable to just leave it as is while perhaps locking the LM and vendor services to specific ports with edits of the "service.txt" file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is probably worthwhile to have a read of the FLEXnet Publisher License Administration guide that is also available from that site.&amp;nbsp; There is some discussion of the "new" TrustedStorage encrypted storage that ESRI has used as an alternative to text based license files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To reiterate--give a try to dropping the "path to license file" from the lmutil lmstat -a -c in favor of just the port@IP, or port@hostname, or port@FQDN;&amp;nbsp; do update to the latest lmutil, v 11.8, from Flexera; and compare functionality between the new ArcGIS 10 ESRI LSAdmin.exe tool and the still valid lmtools, lmutils and lmgrd provided and maintained by Flexera. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stuart Foote&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UT San Antonio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 22:20:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442073#M2527</guid>
      <dc:creator>V_StuartFoote</dc:creator>
      <dc:date>2010-07-13T22:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442074#M2528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Stuart!&amp;nbsp; I tried the @&amp;lt;host&amp;gt; or in my case @&amp;lt;IP&amp;gt; and it worked.&amp;nbsp; Sure beats the full path name.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 13:59:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442074#M2528</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2010-07-14T13:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442075#M2529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks to everybody! It helped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The program works now, sort of... Most of the time it shows all used licenses correctly, except the Maplex extension, which it shows as all (we have 3 of them total) unused. Go figure...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only program I was using was ArcInfo plus a few extensions. Sometimes the WHATLG shows me that I'm using them plus one ArcView. I had to completely log off from my computer to have the WHATLG reset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, I think you missed "c$\" in the string "...LM server&amp;gt;\Program Files...". When I changed it to "...LM server&amp;gt;\c$\Program Files..." it started working for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex Zhuk,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;San Francisco, CA&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 17:35:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442075#M2529</guid>
      <dc:creator>AlexZhuk</dc:creator>
      <dc:date>2010-09-02T17:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442076#M2530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rich,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have replaced the lmutil.exe file in the "Where Have All the Licenses Gone" folder with one from the C:\Program Files\ArcGIS\License10.0\bin folder.&amp;nbsp; I have checked the version and it is as you suggested.&amp;nbsp; I have also changed the name of my server in the LicenseInfo.txt file, but the tool still doesn't run.&amp;nbsp; I tried some of the things that others suggested, but I'm not a programmer.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error message I get suggests the ESRILicenseUse.txt file is being used by another process.&amp;nbsp; However, I'm not sure how that could be the case.&amp;nbsp; The file is closed and I'm not using it anywhere else.&amp;nbsp; Sometimes I can run the lmstat.bat, lmutil.exe and/or the rtnhung.bat files individually, then the ESRILicenseUse.txt file will report the licenses in use.&amp;nbsp; However, this information never shows up in the handy WHATLG window.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide any other suggestions?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 22:38:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442076#M2530</guid>
      <dc:creator>AdrianneBlack</dc:creator>
      <dc:date>2010-11-17T22:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442077#M2531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Adrianne,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sounds like a permissions problem when running the script. Does your user account have ownership, or at least modify permission for the ESRILicenseUse.txt file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stuart&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 01:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442077#M2531</guid>
      <dc:creator>V_StuartFoote</dc:creator>
      <dc:date>2010-11-18T01:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442078#M2532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the file is on my computer (laptop) and I have "admin" privileges.&amp;nbsp; And when I go to Properties and the Security tab for that file all boxes, except for "Special Permissions" are checked for both the Administrator account as well as my account.&amp;nbsp; - To confirm what you are referring to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the license manager is on another computer (a server) administered by our IT staff.&amp;nbsp; Do you think I could have something to do with permissions on files on that computer?&amp;nbsp; We used to be able to run this tool with no issues at 9.3 and 9.3.1.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 14:39:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442078#M2532</guid>
      <dc:creator>AdrianneBlack</dc:creator>
      <dc:date>2010-11-19T14:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442079#M2533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Adrianne,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, the other possibility is that you have a latency issue in capturing the result of the lmstat.bat back to the ESRILicenseUse.txt file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Functionally the WHATLG applet runs a simple FlexLM query of the license server, pipes the result to the ESRILicenseUse.txt file, and then parses that file to populate the .NET 1.1 based WHATLG GUI&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The lmutil.exe used needs to be a current version that is compatible with the lmgrd.exe and ARCGIS.exe FlexNet Publisher components in use on the license server. You've done that so that probably isn't the problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an example command from the lmstat.bat batch file setup with WHATLG install. &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;lmutil lmstat -a -c &lt;SPAN style="color:&amp;quot;Blue&amp;quot;;"&gt;@&lt;STRONG&gt;'your-license-server'&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="color:&amp;quot;Red&amp;quot;;"&gt;&amp;gt;&lt;/SPAN&gt;&amp;nbsp; ESRILicenseUse.txt&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The greater than "&lt;/SPAN&gt;&lt;SPAN style="color:&amp;quot;Red&amp;quot;;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;" symbol simply redirects the output of the &lt;/SPAN&gt;&lt;STRONG&gt;lmutil lmstat -a&lt;/STRONG&gt;&lt;SPAN&gt; command into the&lt;/SPAN&gt;&lt;STRONG&gt; ESRILicenseUse.txt&lt;/STRONG&gt;&lt;SPAN&gt; file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When the batch is run by &lt;/SPAN&gt;&lt;STRONG&gt;WhereHaveAllTheLicensesGone.exe&lt;/STRONG&gt;&lt;SPAN&gt;, the ESRILicenseUse.txt file handle is locked for redirect writing (showing as busy for any other access), and after some time elapses the .NET GUI is launched and populated by parsing the now released license use text file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Think about &lt;/SPAN&gt;&lt;STRONG&gt;what happens if there is a delay&lt;/STRONG&gt;&lt;SPAN&gt; and the license use text file has not been closed yet, e.g. the lmutil lmstat -a is still writing to it? The WHATLG GUI will get nothing to work with, or you'll get an error that the file is in use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that is what is occurring.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So how to fix it? First a test. Open a cmd.exe window and change directory to where you have a copy of the lmutil.exe.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Enter, and time how long it takes to complete...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;lmutil lmstat -a -c &lt;SPAN style="color:&amp;quot;Blue&amp;quot;;"&gt;@&lt;STRONG&gt;'your-license-server'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]Check with your server admin as to which port the ArcGIS 10 LM is using, default would be first available in range of 27000 - 27009, or may have been set with an edit of the &lt;/SPAN&gt;&lt;STRONG&gt;service.txt&lt;/STRONG&gt;&lt;SPAN&gt; configuration file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/install_guides/License_Manager_Guide/index.html#/Lock_the_ArcGIS_daemon_to_one_port/00790000000w000000/" rel="nofollow"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/install_guides/License_Manager_Guide/index.html#/Lock_the_ArcGIS_daemon_to_one_port/00790000000w000000/&lt;/A&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;now enter, and again time how long it takes to write to the screen...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;lmutil lmstat -a -c &lt;SPAN style="color:&amp;quot;Blue&amp;quot;;"&gt;&lt;STRONG&gt;'2700x port used'&lt;/STRONG&gt;@&lt;STRONG&gt;'your-license-server'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If there are no firewalls interfering it should be a shorter delay. If so, go ahead and make the same change in the lmstat.bat file. And run WHATLG again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To explain, if there is no port prepending the -c @'your-license-server' the querry starts at 27000 and works its way up the range to 27009. Each port takes a moment for the lmgrd.exe service to respond and can take 10's of seconds total to complete the query. Specifying the port in use shortens the delay. The addition of a firewall can also impose serious delays, without open firewall ports on the server, when you send the lmutil lmstat -a query, the same 27000 - 27009 range is polled, but this time the firewall blocks the query which must timeout for each port before the next -- much longer for each and can total 100's of seconds. For just that reason I &lt;/SPAN&gt;&lt;STRONG&gt;open ports 27000 - 27009&lt;/STRONG&gt;&lt;SPAN&gt; on my FlexNet license servers to clients on our network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI used port 27004 for ArcGIS 9.x LM, port 27005 for ArcGIS 8.x LM. At ArcGIS 10.x LM they no longer assign a port, but allow the lmgrd.exe launch configured by the service.txt file to float to the first available port in the range 27000 -27009. Edits in the service.txt configuration can bind the port for performance and firewall control.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See if making an adjustment to the lmstat.bat file fixes things. And perhaps ask your server admin about the firewall settings if any. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stuart&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. if your laptop is coming in via a routed wireless, or worse a VPN--you'll have additional traffic routing/firewall issues&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 15:58:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442079#M2533</guid>
      <dc:creator>V_StuartFoote</dc:creator>
      <dc:date>2010-11-19T15:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442080#M2534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, our IT department upgraded the server that does our DNS hostname lookup and put us on a faster network, now every thing is SLOWER and I'm seeing the same issue reported regarding delays in updating the ESRILicense.txt file when lmstat is run. I've tried adding the port number, 27000, and this does not appear to speed anything up. I just tried using the IP address vs. the server name and this does not appear to resolve the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This behavior began about a month ago on two different XP SP 3 computers. One other source of delay is McAfee and your viras scanning software.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other change is we applied SP 1 for ArcGIS License Server 10, I wonder if that has an impact?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 15:01:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442080#M2534</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2010-12-21T15:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442081#M2535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having the same issue.&amp;nbsp; My error message reads:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Microsoft .NET Framework&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;X Unhandled exception has occurred in your application.&amp;nbsp; ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The process cannot access the file ' C:\Users\kastorb\Desktop\ESRILicenseUse\ESRILicenseUse.txt' because it is being used by another process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried all of the steps previously listed.&amp;nbsp; Did you end up finding a solution?&amp;nbsp; I found it interesting that the "ESRILicenseUse.txt" file gets populated with the license use data, it is just a matter of the WHATLG GUI reading the .txt file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My PC is Windows 7 64-bit (could that be an issue?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Well, our IT department upgraded the server that does our DNS hostname lookup and put us on a faster network, now every thing is SLOWER and I'm seeing the same issue reported regarding delays in updating the ESRILicense.txt file when lmstat is run. I've tried adding the port number, 27000, and this does not appear to speed anything up. I just tried using the IP address vs. the server name and this does not appear to resolve the issue.&lt;BR /&gt;&lt;BR /&gt;This behavior began about a month ago on two different XP SP 3 computers. One other source of delay is McAfee and your viras scanning software.&lt;BR /&gt;&lt;BR /&gt;Other change is we applied SP 1 for ArcGIS License Server 10, I wonder if that has an impact?&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 14:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442081#M2535</guid>
      <dc:creator>BrentKastor</dc:creator>
      <dc:date>2011-01-26T14:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442082#M2536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brent,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Suspect that is still going to be a manifestation of delay in closing the ESRILicenseUse.txt during lmstat lmutil read of your license server.&amp;nbsp; The lmstat.bat file does need to be edited and new versions of lmutil.exe placed in the programs folder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See my earlier 19 Nov 2010 post in this thread for details and work around. Try the command line examples and time the exchanges with and without firewall, and with exceptions in place.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Post back if you still have questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stuart&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 17:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442082#M2536</guid>
      <dc:creator>V_StuartFoote</dc:creator>
      <dc:date>2011-01-26T17:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442083#M2537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick response - it is certainly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed the instructions to a "T".&amp;nbsp; I changed my .bat to port 27000.&amp;nbsp; I tested it from a cmd prompt, and when I did not include the port, it took 10 seconds to return the license information.&amp;nbsp; When I tested again from the command prompt using the port number, it was almost an instant response with the license information.&amp;nbsp; I then tried to run the application from the license server pc and received the error - "Windows cannot access the specified device, path, or file.&amp;nbsp; You my not have the appropriate permissions to access the item."&amp;nbsp; I still find it perplexing that I can run the executable from my pc, and it will return the license data to the .txt file, but the WHATLG app will not scroll through the results.&amp;nbsp; Do you still think it is a latency/delay issue in reading the file?&amp;nbsp; Thanks for your assistance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brent&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Brent,&lt;BR /&gt;&lt;BR /&gt;Suspect that is still going to be a manifestation of delay in closing the ESRILicenseUse.txt during lmstat lmutil read of your license server.&amp;nbsp; The lmstat.bat file does need to be edited and new versions of lmutil.exe placed in the programs folder. &lt;BR /&gt;&lt;BR /&gt;See my earlier 19 Nov 2010 post in this thread for details and work around. Try the command line examples and time the exchanges with and without firewall, and with exceptions in place.&lt;BR /&gt;&lt;BR /&gt;Post back if you still have questions.&lt;BR /&gt;&lt;BR /&gt;Stuart&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 20:22:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442083#M2537</guid>
      <dc:creator>BrentKastor</dc:creator>
      <dc:date>2011-01-26T20:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442084#M2538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brent,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you set up the app on the license server, you may need to identify the host as 27000@localhost in the lmstat.bat file. Check to see if the ESRILicenseUse.txt file is being created by the batch, and that you are able to access it with your account. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is also conceivable that the .NET 1.1 framework components needed for the WHATLG GUI are not present on the license server. Or that there is a file permission issue as installed such that when run--either the app faults, or the ESRILicenseUse.txt file is unreadable. You might try installing to All Users\Shared Documents, or Program Files\Common to work around that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Same issues with .NET and file access on your PC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stuart&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 21:43:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442084#M2538</guid>
      <dc:creator>V_StuartFoote</dc:creator>
      <dc:date>2011-01-26T21:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442085#M2539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We use this syntax (the server supplies all the detail I guess):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]lmutil.exe lmstat -a -c 27000@&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&amp;lt;hostname&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; [/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(The "27000" is optional but in your situation it sounds like it will may run faster that way.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and in the license file, the (valid) IP name &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;localhost&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]SERVER localhost ANY 27000[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using these settings, we can query both 9.x and 10.x license servers, (as long as we are using the 10.x version of lmutil.exe)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&amp;gt; lmutil -v&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Copyright (c) 1989-2008 Acresso Software Inc. All Rights Reserved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lmutil v11.6.1.0 build 66138 i86_n3[/INDENT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 22:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442085#M2539</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2011-01-26T22:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Where Have All The Licenses Gone?</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442086#M2540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This still applies, substitute the new 10.2 FlexLM lmutil.exe to the one provided by the download and you are in business.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 21:21:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442086#M2540</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2013-08-19T21:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442087#M2541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is this new version 1.2 of Where Have All The Licenses Gone at &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/gallery/file/arcobjects-net-api/details?entryID=033BCCBB-1422-2418-3414-60E4D063DF05"&gt;http://resources.arcgis.com/gallery/file/arcobjects-net-api/details?entryID=033BCCBB-1422-2418-3414-60E4D063DF05&lt;/A&gt;&lt;SPAN&gt; - and isn't it possible to unzip it as a normal user on some normal folder on C (rather than program files), therefore no hassle with administrator account and rights for that folder.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 11:54:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442087#M2541</guid>
      <dc:creator>ArtoVuorela</dc:creator>
      <dc:date>2013-11-18T11:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10  status on a remote machine (solut</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442088#M2542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Arto,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There is this new version 1.2 of Where Have All The Licenses Gone&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well not really, the 1.2 version of WHATLG was posted by Julie Skuba March 2011, so coincident with 10.0 -- the GUI is still .NET version 1.1 dependent. And you'd need to swap in the current FlexNet Publisher lmgrd.exe (v 11.12) executable downloaded here: &lt;/SPAN&gt;&lt;A href="http://www.globes.com/support/fnp_utilities_download.htm"&gt;http://www.globes.com/support/fnp_utilities_download.htm&lt;/A&gt;&lt;SPAN&gt; -- and also make the adjustments noted by &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/6972-Using-quot-lmutil-lmstat-quot-to-check-License-Mgr-v10-status-on-a-remote-machine-(solution)?p=72184&amp;amp;viewfull=1#post72184"&gt;Curtis P.&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/6972-Using-quot-lmutil-lmstat-quot-to-check-License-Mgr-v10-status-on-a-remote-machine-(solution)?p=322332&amp;amp;viewfull=1#post322332"&gt;Rich D. &lt;/A&gt;&lt;SPAN&gt;in posts , but within that context the utility is still reasonably functional.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stuart&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 12:55:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442088#M2542</guid>
      <dc:creator>V_StuartFoote</dc:creator>
      <dc:date>2013-11-18T12:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using "lmutil lmstat" to check License Mgr v10.+  status on a remote machine (solution)</title>
      <link>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442089#M2543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for posting this! I got it working with our 10.6 license manager. It doesn't show all of the licenses in the GUI, but they're there in the .txt, so I'm happy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 20:03:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/using-quot-lmutil-lmstat-quot-to-check-license-mgr/m-p/442089#M2543</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2018-05-17T20:03:46Z</dc:date>
    </item>
  </channel>
</rss>

