Installation & Licensing
Welcome to Autodesk’s Installation and Licensing Forums. Share your knowledge, ask questions, and explore popular Download, Installation, and Licensing topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Autodesk Vault File Server taking mulitple license per client

1 REPLY 1
SOLVED
Reply
Message 1 of 2
alex.williams
1050 Views, 1 Reply

Autodesk Vault File Server taking mulitple license per client

Hello,

 

I am having an issue with license being issued. All versions are 2014 with SP 1.

 

We have two license servers. One runs ADMS the other uses AVFS. When users open Vault & Inventor (Vault plugin inside Inventor) I am seeing double license allocation. License log shows license issued to local AVFS and to remote ADMS.

 

Is this an issue with licensing? When No clients are even connected to the AVFS I still see 1 license issued to the ADMS.

 

Thanks,

Alex

Tags (1)
1 REPLY 1
Message 2 of 2
r.smith1
in reply to: alex.williams

Hi Alex,

 

We resolved the issue, by changing the AutodeskFSAppPool from 2.0 to 4.0 and by creating an environment variable to the localhost IP rather than the server name.  

 

It appears when the original environment variable was set to distributed, the server was throwing a failed to acquire a license, so the environment variable told ADMS to pull from the other server.  Thsi is why your other server was pulling too many licenses.  Once we set the apppools to use .Net 4.0, this failed to acquire a license issue was resolved.  Once we set the envvar to use th elocalhost IP, it pulled a license from the proper license server.

For 2014, the web.config file for license issue can be found in C:\Program Files\Autodesk\ADMS Professional 2014\Server\Web\Services\Filestore.  This file can be modified to reflect the highlighted in Red secion below, if yours is missing this string due to installing ADMS as Distributed originally.  

If you look at the file you should see the following line.  If not, you can add it, and add a licpath.lic file back and point it to your locahost IP.  Please forgive the poor formatting.  

WEB.CONFIG:

C:\Program Files\Autodesk\ADMS Professional 2014\Server\Web\Services\Filestore

 

  <section name="externalFileUploaders" type="Connectivity.Filestore.ExternalFileUploadersConfigHandler, Connectivity.Filestore"/>

    </sectionGroup>

                </configSections>

 

    <!-- Logging -->

    <enterpriseLibrary.ConfigurationSource selectedSource="Logging Configuration Source">

        <sources>

            <clear/>

            <add name="Logging Configuration Source" filePath="..\Logging_ADMS.config" type="Microsoft.Practices.EnterpriseLibrary.Common.Configuration.FileConfigurationSource,  Microsoft.Practices.EnterpriseLibrary.Common,  Version=4.0.0.0,  Culture=neutral,  PublicKeyToken=31bf3856ad364e35"/>

        </sources>

    </enterpriseLibrary.ConfigurationSource>

 

    <system.web>

        <compilation defaultLanguage="c#" debug="true"/>

    </system.web>

 

                <connectivity.filestore>

                                <licensing resourcePath="C:\Program Files\Autodesk\ADMS Professional 2014\Server\VaultScripts\en-US" errorLog="C:\ProgramData\Autodesk\VaultServer\FileStore\licensingLog.txt" locale="en-US" lmConfigFile="C:\Program Files\Autodesk\ADMS Professional 2014\LICPATH.LIC"/>

    <externalFileUploaders>

      <externalFileUploader name="RevitServerExternalFileUploader" type="Connectivity.Filestore.Uploaders.RevitServer.RevitServerExternalFileUploader, Connectivity.Filestore.Uploaders.RevitServer"/>

    </externalFileUploaders>

  </connectivity.filestore>

 

    <connectivity.server.common>

        <logging>

            <add key="basefilename" value="C:\ProgramData\Autodesk\VaultServer\FileStore\AVFS-log"/>

            <add key="logfileextension" value=".txt"/>

            <add key="dateformat" value="-yyyyMMdd"/>

            <add key="keepnumberdays" value="-1"/>

        </logging>

       

        <!--<systemFileStore value="\\127.0.0.1\vaultFileStore"/>-->

                </connectivity.server.common>

               

    <appSettings>

        <!-- Logging System Setting -->

        <add key="DataManagement.Common.Logging.ApplicationName" value="AVFS"/>

        <add key="DataManagement.Common.Logging.Enabled" value="False"/>

    </appSettings>

    <system.webServer>

        <directoryBrowse enabled="true"/>

    </system.webServer>

</configuration>

 



Ron Smith
New Product Introduction Manager
Autodesk, Inc.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Administrator Productivity


Autodesk Design & Make Report