Navigation:  Part II - Enhanced Features > Transfer a licence from PC A to PC B > Transfer a licence using EasyGo >

Configuration Setttings

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:

 

Turn on Tamper Detection with mode set to Automatic
Licence Verification mode has to be set to Ongoing Verification
End of Licence Verification and Next Online Check has to be empty
Allow Setval must be enabled

 

Configuration settings within the Generator

 

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

 

 

Configuration files for the Web Activation Server

 

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

 

The Serial Number can be used for multiple activations (<NoOfAllowedEntryOccur> - in this sample 1000 transfers of a licence)
The feature for a regular online check has to be enabled (<CheckLicenceDays> - in this sample every 10 years) but will only be used if a licence is transferred and not for regular checks 

 

<?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>1000</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>3650</CheckLicenceDays>

    

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

     <GeneratorApp>autolicgenerator.exe</GeneratorApp>

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

  </Project>

</Configuration>

 

The project configuration file (config-autogenerator.xml) file should have the default settings when using EasyGo.

 

 


 

 

<  <NoOfAllowedKeyOccour> defines how often an Activation Key (not the Serial Number) can be used. An Activation Key is normally used to modify a module (e.g. new licenses or new expiry date) after the initial product activation with the Serial Number has been done. Therefore the definition, that an Activation Key can only be used once has to be <NoOfAllowedKeyOccur>1</NoOfAllowedKeyOccur>

 

<NoOfAllowedEntryOccur> defines how often a module can be activated. EasyGo performs a module activation and uses the Serial Number Key as the unique ID to activate a module. As the licence is activated multiple times (each time a licence is transferred), a definition has to be made how often the licence transfer should be possible: <NoOfAllowedEntryOccur>1000</NoOfAllowedEntryOccur>

 

Details are explained in the chapter What is happening inside the licence?

 

 


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