WebRegisterExt
Command to make an online activation of a module, download a license file and allow a license move. It will always connect to the Activation Server, download the license file (if specified) and activate the product. For activation, the workflow rule defined on the Activation Server is used - see Project.config file
See also CheckModule which makes an online validation of a module.
Name |
WebRegisterExt |
||||||||||||||||||||||||||||||||||||
Purpose |
Contacts the Activation Server to activate a module. |
||||||||||||||||||||||||||||||||||||
Params |
|
||||||||||||||||||||||||||||||||||||
Returncode |
|
||||||||||||||||||||||||||||||||||||
Usage |
Used to activate one or more modules. |
||||||||||||||||||||||||||||||||||||
Sample |
iRes := lic.WebRegisterExt(‘’, ‘QHD001’, ‘yuGEI-5EPc3-9E7Il-3tI8X-7QU5k-6h14R’, ‘john@mycompany.com’,True,'activation30','thismypassword76R§',true); if iRes = 0 then begin << Module D1001 successfully activated >> ... end else if iRes = 3001 then begin << Web Activation could not be reached, please check connection >> ... end else begin << other errors >>> ...
|
||||||||||||||||||||||||||||||||||||
See also |
GetWebActivation, Web Activation, WebServiceURL, ShowWAStartPage, ShowWAProgressPage, ShowWAResultPage, UseLocalProxy, UseLocalIEProxy, LocalProxyServer, LocalProxyPort, Projectname |
The Online Activation uses an http request on Port 80 to communicate with the Activation Server. A router with a standard firewall (IP-Filter) will not detect the difference to a Browser request and let the activation pass. A local personal firewall like McAfee or Norton will pop-up and ask, if the request should be permitted. Only a 'real' application firewall will block the request and an administrator has to open port 80.
Proxy settings are retrieved from the Browser but can be changed with the commands LocalProxPort, LocalProxyServer, UseLocalIIEProxy, UseLocalProxy.
|
The WebRegisterExt command would display screens indicating that an online validation is done. The screens can be suppressed using ShowWAStartPage, ShowWAProgressPage and ShowWAResultPage