Navigation:  Part II - Enhanced Features >

Licence Testing using a Server Application

Previous pageReturn to chapter overviewNext page

Licence Protector  allows testing all licence features without an user interface. If you have a server application we recommend the following implementation:

 

Create one executable which is only used to activate the product and display licence information. This executable can be started on the server or on a workstation
 
- Activate the product using EasyGo screens

  - Display licence information using the Licence Viewer

 

Implement the licence tests on the server, using the DLL commands without user interface. You find all necessary commands in the chapter Multiple Modules or a typical integration sequence below.
 
You have to signal your Client PCs error codes like no free licence or evaluation period expired

 

If you need to have a network licence per PC, user or floating licence see chapter Network Licence with Server Application

 

Source Code Integration

Find below a typical sequence for a server test

 

SetLanguage
PrepareAdvanced (opens file without user interface)
ValidateEx(check module - see also Network Licence with Server Application)
RemainingDays or ExpiredOn (check for time limitation)
For each function / module to test use ValidateEx with a different module number
Quit

 

 

See also
Licence File - Own Screens
Create own Licence Viewer

 

 


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