<?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: FlexLM server reports running but doesn't hand out licenses in Installation &amp; Licensing Forum</title>
    <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623081#M10310</link>
    <description>&lt;P&gt;Okay, in that case I would start by creating two system environment variables on the clients.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first one would be the ADSKFLEX_LICENSE_FILE variable with the value of&amp;nbsp;&lt;EM&gt;@servername&lt;/EM&gt;&amp;nbsp;which I believe in your case is &lt;EM&gt;@Anonymous&amp;nbsp;&lt;/EM&gt;as that is your NLM servername.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find steps on how to do this &lt;A title="ADSKFLEX_LICENSE_FILE system environment variable" href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-specify-license-servers-using-the-ADSKFLEX-LICENSE-FILE-environment-variable-s.html" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-specify-license-servers-using-the-ADSKFLEX-LICENSE-FILE-environment-variable-s.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-specify-license-servers-using-the-ADSKFLEX-LICENSE-FILE-environment-variable-s.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just make sure you make it a system variable and not a user variable.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ADSKFLEX_LICENSE_FILE.JPG" style="width: 347px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/16166i8EDA7BE534435D05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ADSKFLEX_LICENSE_FILE.JPG" alt="ADSKFLEX_LICENSE_FILE.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also recommend making &lt;A title="FLEXLM_TIMEOUT system environment variable" href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-create-a-FLEXLM-TIMEOUT-environment-variable.html" target="_blank" rel="noopener"&gt;another system environment variable&lt;/A&gt; as well called FLEXLM_TIMEOUT.&amp;nbsp; This variable will increase the default connection timeout to help alleviate any latency in the connection.&amp;nbsp; I usually recommend starting with a value of 1000000 (one-million) which is equal to one-second.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-create-a-FLEXLM-TIMEOUT-environment-variable.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-create-a-FLEXLM-TIMEOUT-environment-variable.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SystemVariable.png" style="width: 357px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/20751i6A02372B64FD9EED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SystemVariable.png" alt="SystemVariable.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These settings will (should) override any of the configured settings in the application.&amp;nbsp; It is a good start.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Keep me posted.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Dec 2022 17:19:15 GMT</pubDate>
    <dc:creator>TravisNave</dc:creator>
    <dc:date>2022-12-15T17:19:15Z</dc:date>
    <item>
      <title>FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620016#M10300</link>
      <description>&lt;P&gt;I installed the License Manager on RHEL 8, with the following commands:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;curl -o /tmp/nlm.tgz https://download.autodesk.com/us/support/files/network_license_manager/linux/nlm11.18.0.0_ipv4_ipv6_linux64.tar.gz

cd /tmp

tar zxvf nlm.tgz

rpm -i nlm11.18.0.0_ipv4_ipv6_linux64.rpm

vim /opt/flexnetserver/licenses/autodesk_2022-12-14.lic
[Pasted the license file in here]

/opt/flexnetserver/lmgrd -c /opt/flexnetserver/licenses/autodesk_2022-12-14.lic -l /opt/flexnetserver/server_log.log

/opt/flexnetserver/lmutil lmstat -a
[reports all the licensed products, with 0 out of X licenses in use]
&lt;/LI-CODE&gt;&lt;P&gt;Now, when someone requests a license, nothing changes.&lt;BR /&gt;When I stop the server (lmutil lmstop), the requests show up in server_log.log, which they did not while the server was running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any info?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Another test:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;/opt/flexnetserver/lmutil lmlicvalidator -licfile /opt/flexnetserver/licenses/autodesk_2022-12-14.lic -licserv 27000@localhost
lmutil - Copyright (c) 1989-2021 Flexera. All Rights Reserved.

Starting to validate &amp;lt; -licfile /opt/flexnetserver/licenses/autodesk_2022-12-14.lic &amp;gt; against &amp;lt; -licserv 27000@localhost &amp;gt;
=================================================================
Performing client side validations for /opt/flexnetserver/licenses/autodesk_2022-12-14.lic
, has invalid keyword.: 
, has invalid keyword.: 	COMPONENTS="87674INVPROSA_2023_0F 87537INVPROSA_2022_0F \
, has invalid keyword.: 	87385INVPROSA_2021_0F 87235INVPROSA_2020_0F \
, has invalid keyword.: 	87068INVPROSA_2019_0F 86825INVPROSA_2018_0F" OPTIONS=SUITE \
, has invalid keyword.: 	SUPERSEDE ISSUED=14-Dec-2022 SIGN="1B73 D6F0 F410 6F87 4AF7 \
[redacted 5 lines]
, has invalid keyword.: 	VENDOR_STRING=educational:extendable SUPERSEDE DUP_GROUP=UH \
, has invalid keyword.: 	SUITE_DUP_GROUP=UHV ISSUED=14-Dec-2022 BORROW=4320 \
, has invalid keyword.: 	SN=xxx-xxxxxxxx SIGN="19EF A3C7 8FB9 63EE E826 BF29 0F62 1187 \
[redacted 5 lines]
, has invalid keyword.: 	87545ACD_2022_0F 87393ACD_2021_0F 87224ACD_2020_0F \
, has invalid keyword.: 	87084ACD_2019_0F 86830ACD_2018_0F" OPTIONS=SUITE SUPERSEDE \
, has invalid keyword.: 	ISSUED=14-Dec-2022 SIGN="03E5 2794 6222 F566 FBA4 28E8 8F83 \
[redacted 5 lines]
, has invalid keyword.: 	VENDOR_STRING=educational:extendable SUPERSEDE DUP_GROUP=UH \
, has invalid keyword.: 	SUITE_DUP_GROUP=UHV ISSUED=14-Dec-2022 BORROW=4320 \
, has invalid keyword.: 	SN=xxx-xxxxxxxx SIGN="10EE 432B BDC2 4EBE 1442 F266 DDEC 9FB0 \
[redacted more licensing details]
One of SERVER, VENDOR, DAEMON, FEATURE, INCREMENT, PACKAGE, UPGRADE or # are the keywords allowed.
=================================================================
End of License Validation Utility Processing &lt;/LI-CODE&gt;&lt;P&gt;This basically lists my whole license file as having an invalid keyword, line by line.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 14:44:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620016#M10300</guid>
      <dc:creator>r.koertje</dc:creator>
      <dc:date>2022-12-14T14:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620150#M10301</link>
      <description>&lt;P&gt;i'm not familiar with running Flex LM on Linux&lt;/P&gt;
&lt;P&gt;according to this: &lt;A href="https://knowledge.autodesk.com/support/maya/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-set-up-a-Network-License-Server-Manager-on-Linux.html" target="_blank"&gt;https://knowledge.autodesk.com/support/maya/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-set-up-a-Network-License-Server-Manager-on-Linux.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;it looks like you setup it correctly&lt;/P&gt;
&lt;P&gt;but i will tag &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/77228"&gt;@TravisNave&lt;/a&gt; or &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/85907"&gt;@mdavis22569&lt;/a&gt; to see if they have any input&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 15:30:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620150#M10301</guid>
      <dc:creator>DarrenP</dc:creator>
      <dc:date>2022-12-14T15:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620299#M10302</link>
      <description>&lt;P&gt;If you want to PM me your full server log for security reasons, you can.&amp;nbsp; I'll be happy to take a look at it for you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What error code does the client machine get?&amp;nbsp; -15?&amp;nbsp; -5?&amp;nbsp; Other?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 16:09:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620299#M10302</guid>
      <dc:creator>TravisNave</dc:creator>
      <dc:date>2022-12-14T16:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620493#M10303</link>
      <description>&lt;P&gt;There sadly is no error code. In our example, Inventor 2023, the windows for entering a license server adress closes after entering the ip, and re-opens shortly after. There also is a window reading "No license available: All licenses are in use, the server is shut down or your licenses have expired."&lt;BR /&gt;&lt;BR /&gt;I will send you the server log file via pm.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 17:20:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620493#M10303</guid>
      <dc:creator>r.koertje</dc:creator>
      <dc:date>2022-12-14T17:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620503#M10304</link>
      <description>&lt;P&gt;I assume that your client machines are running Windows?&amp;nbsp; Just the NLM is on a linux server?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 17:23:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620503#M10304</guid>
      <dc:creator>TravisNave</dc:creator>
      <dc:date>2022-12-14T17:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620520#M10305</link>
      <description>Yes, sorry for not mentioning that.&lt;BR /&gt;The license server is RHEL 8&lt;BR /&gt;The clients are Windows 10 / 11</description>
      <pubDate>Wed, 14 Dec 2022 17:28:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620520#M10305</guid>
      <dc:creator>r.koertje</dc:creator>
      <dc:date>2022-12-14T17:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620531#M10306</link>
      <description>&lt;P&gt;Alright, I replied to your PM with some things to try when you start the NLM service back up.&amp;nbsp; I am leaning towards a basic connectivity issue right now.&amp;nbsp; The server log definitely shows that it is starting and running correctly.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 17:31:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11620531#M10306</guid>
      <dc:creator>TravisNave</dc:creator>
      <dc:date>2022-12-14T17:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11622337#M10307</link>
      <description>&lt;P&gt;I just tested again.&lt;BR /&gt;From Win10 / 11, iexplore.exe opens Edge, which complains about invalid responses.&lt;BR /&gt;A WinXP-VM I setup for that shows "W@-60W@-60W@-60W@-60W@-60" on both ports of our license server.&lt;BR /&gt;Any more hints?&lt;BR /&gt;&lt;BR /&gt;Licenses still don't get handed out.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 12:37:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11622337#M10307</guid>
      <dc:creator>r.koertje</dc:creator>
      <dc:date>2022-12-15T12:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623027#M10308</link>
      <description>&lt;P&gt;The fact that you got the jargon page is good!&amp;nbsp; That at least means that connectivity can be made from a client to the server.&amp;nbsp; On the clients that had issues, were they previously connected to a different NLM?&amp;nbsp; I want to make sure that they are not still pointed to an old NLM.&amp;nbsp; And to be redundant, I am assuming when they PING the&amp;nbsp;&lt;EM&gt;Autodesk&lt;/EM&gt; server by NetBIOS name, that it comes back with the correct IP address?&amp;nbsp; I want to rule out any DNS issues as well.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 16:52:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623027#M10308</guid>
      <dc:creator>TravisNave</dc:creator>
      <dc:date>2022-12-15T16:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623036#M10309</link>
      <description>A ping returns the correct IP, yes.&lt;BR /&gt;The Clients were pointed to another NLM before, but ask for the new server's name on startup.</description>
      <pubDate>Thu, 15 Dec 2022 16:59:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623036#M10309</guid>
      <dc:creator>r.koertje</dc:creator>
      <dc:date>2022-12-15T16:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623081#M10310</link>
      <description>&lt;P&gt;Okay, in that case I would start by creating two system environment variables on the clients.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first one would be the ADSKFLEX_LICENSE_FILE variable with the value of&amp;nbsp;&lt;EM&gt;@servername&lt;/EM&gt;&amp;nbsp;which I believe in your case is &lt;EM&gt;@Anonymous&amp;nbsp;&lt;/EM&gt;as that is your NLM servername.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find steps on how to do this &lt;A title="ADSKFLEX_LICENSE_FILE system environment variable" href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-specify-license-servers-using-the-ADSKFLEX-LICENSE-FILE-environment-variable-s.html" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-specify-license-servers-using-the-ADSKFLEX-LICENSE-FILE-environment-variable-s.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-specify-license-servers-using-the-ADSKFLEX-LICENSE-FILE-environment-variable-s.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just make sure you make it a system variable and not a user variable.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ADSKFLEX_LICENSE_FILE.JPG" style="width: 347px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/16166i8EDA7BE534435D05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ADSKFLEX_LICENSE_FILE.JPG" alt="ADSKFLEX_LICENSE_FILE.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also recommend making &lt;A title="FLEXLM_TIMEOUT system environment variable" href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-create-a-FLEXLM-TIMEOUT-environment-variable.html" target="_blank" rel="noopener"&gt;another system environment variable&lt;/A&gt; as well called FLEXLM_TIMEOUT.&amp;nbsp; This variable will increase the default connection timeout to help alleviate any latency in the connection.&amp;nbsp; I usually recommend starting with a value of 1000000 (one-million) which is equal to one-second.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-create-a-FLEXLM-TIMEOUT-environment-variable.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-create-a-FLEXLM-TIMEOUT-environment-variable.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SystemVariable.png" style="width: 357px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/20751i6A02372B64FD9EED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SystemVariable.png" alt="SystemVariable.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These settings will (should) override any of the configured settings in the application.&amp;nbsp; It is a good start.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Keep me posted.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 17:19:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623081#M10310</guid>
      <dc:creator>TravisNave</dc:creator>
      <dc:date>2022-12-15T17:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623091#M10311</link>
      <description>&lt;P&gt;My licensing tool actually has options in it to help assist you in making these changes if you need it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/installation-licensing/how-to-reset-autodesk-2023-licensing-update/td-p/11068632" target="_blank"&gt;https://forums.autodesk.com/t5/installation-licensing/how-to-reset-autodesk-2023-licensing-update/td-p/11068632&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 17:23:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623091#M10311</guid>
      <dc:creator>TravisNave</dc:creator>
      <dc:date>2022-12-15T17:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623129#M10312</link>
      <description>Thanks for the detailed instructions! It worked on my test client.&lt;BR /&gt;&lt;BR /&gt;Do I have to do that on every Client now?&lt;BR /&gt;I don't really want to run around making those changes on all our clients...</description>
      <pubDate>Thu, 15 Dec 2022 17:34:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623129#M10312</guid>
      <dc:creator>r.koertje</dc:creator>
      <dc:date>2022-12-15T17:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623161#M10313</link>
      <description>&lt;P&gt;Good!&amp;nbsp; So your client was able to get a license?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that is the case, I mean... you have to distribute that to the rest of your machines.&amp;nbsp; However, there might be a way that you can push this.&amp;nbsp; Maybe with a login script or perhaps a Group Policy.&amp;nbsp; Basically, the settings can be found in the registry.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 17:47:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623161#M10313</guid>
      <dc:creator>TravisNave</dc:creator>
      <dc:date>2022-12-15T17:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: FlexLM server reports running but doesn't hand out licenses</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623192#M10314</link>
      <description>Okay, thanks. I'll look into distributing this via GPO then.&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your help!</description>
      <pubDate>Thu, 15 Dec 2022 17:54:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/flexlm-server-reports-running-but-doesn-t-hand-out-licenses/m-p/11623192#M10314</guid>
      <dc:creator>r.koertje</dc:creator>
      <dc:date>2022-12-15T17:54:29Z</dc:date>
    </item>
  </channel>
</rss>

