Navigation:  Part II - Enhanced Features > Block/Lock a licence after Activation is done >

Configuration Settings

Previous pageReturn to chapter overviewNext page

Using the feature to transfer a licence requires special configuration settings in the licence file and for the Web Activation Server.

 

 

 

Necessary settings for the licence file

 

To use this feature the licence file needs special settings:

 

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

 

 

Configuration settings within the Generator

 

 

You can also configure these settings in your Project Template - see details , <LicenceVerification>, <EndVerification>,

 

 

 

 

Configuration files for the Web Activation Server

 

 

The licprotectorws.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>MoveLicenceDemoEasyGo</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.5/help2000/index.html?block_licence_configuration_settings.htm