Configuration Settings

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

Using the feature for regular online checks requires special configuration settings in the license file and for the Activation Server.

 

 

 

Necessary settings for the license file

 

To use this feature the license file needs special settings:

 

license Verification mode has to be set to Ongoing Verification
End of license Verification and Next Online Check should be empty (the definition is done on the Activation Server).

 

 

Configuration settings within the Generator

 

 

You can also configure these settings in your Project Template - see details , <LicenceVerification>, <EndVerification>. To activate the functionality with DLL commands, use SetVal, Token LVI=1

 

 

 

 

Configuration files for the Activation Server

 

 

The project.config file on the Web Activation Server needs special settings:

 

Set the time period when online checks have to be performed with <CheckLicenceDays> - in the sample every 30 days an online check is done

 

 

<?xml version="1.0" encoding="utf-8" ?>

<Configuration>

 <Project>

     <ProjectID>MovelicenseDemoEasyGo</ProjectID>

   

     <CheckActivationKeys>yes</CheckActivationKeys>

     <ActivationKeyRequired>no</ActivationKeyRequired>

     <NoOfAllowedKeyOccur>1</NoOfAllowedKeyOccur>

   

     <CheckEntries>yes</CheckEntries>

     <EntryRequired>no</EntryRequired>

    <NoOfAllowedEntryOccur>1</NoOfAllowedEntryOccur>

   

     <InstCodeType1>1</InstCodeType1>

   

     <AllowReactivation>yes</AllowReactivation>

   

     <MinIdenticalInstcodes>2</MinIdenticalInstcodes>

     <!-- Notice that CheckInstCodeType overrides MinIdenticalInstcodes -->

     <IgnoreLocalInstCodes>yes</IgnoreLocalInstCodes>

   

     <CheckInstCodeType1>1</CheckInstCodeType1>

     <CheckInstCodeType2>3</CheckInstCodeType2>

   

    <CheckLicenceDays>30</CheckLicenceDays>

   

     <GeneratorPath>c:\inetpub\wwwroot\lpweb\alg</GeneratorPath>

     <GeneratorApp>autolicgenerator.exe</GeneratorApp>

     <GeneratorConfig>config-autogenerator.xml</GeneratorConfig>

  </Project>

</Configuration>

 

Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?block_licence_configuration_settings.htm