User Tools

Site Tools


map_suite_license_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
map_suite_license_guide [2017/04/21 13:58]
tgwikiupdate [Frequently Asked Questions]
map_suite_license_guide [2020/04/17 14:20]
admin [Install/Uninstall the Licenses using Product Center]
Line 117: Line 117:
 |Not found in server |Throw InvalidOperationException:​ "Your Software Assurance Plan for {Production Name} has expired, please contact sales@thinkgeo.com"​ in Dev time and show watermark with the exception message in Runtime.| |Not found in server |Throw InvalidOperationException:​ "Your Software Assurance Plan for {Production Name} has expired, please contact sales@thinkgeo.com"​ in Dev time and show watermark with the exception message in Runtime.|
  
 +=====Install/​Uninstall the Licenses using Product Center=====
 +You can install/​uninstall the licenses mentioned above using the GUI tool ThinkGeo.ProductCenter.exe. ​ Also a CLI version (ThinkGeo.ProductCenter.com) is provided along in the folder with all the features as well. Here below is the list of  arguments it supports:
 +
 +
 +Show a list with product name and id.
 +/​getproductids
 +
 +Start evaluation for a product.
 +/​startevaluation /​username:​[name] /​password:​[password] /​productid:​[id]
 +  [name] ​     Specifies user name.
 +  [password] ​ Specifies user password.
 +  [id]        Specifies product id.
 +
 +Extend evaluation for a product(must contact ThinkGeo for approval first).
 +/​extendevaluation /​username:​[name] /​password:​[password] /​productid:​[id]
 +  [name] ​     Specifies user name.
 +  [password] ​ Specifies user password.
 +  [id]        Specifies product id.
 +
 +Activate a product.
 +/activate /​username:​[name] /​password:​[password] /​productid:​[id]
 +  [name] ​     Specifies user name.
 +  [password] ​ Specifies user password.
 +  [id]        Specifies product id.
 +
 +Deactivate a product.
 +/deactivate /​username:​[name] /​password:​[password] /​productid:​[id]
 +  [name] ​     Specifies user name.
 +  [password] ​ Specifies user password.
 +  [id]        Specifies product id.
 +
 +Generate runtime license for desktop and mobile applicateions.
 +/​generateruntimelicense /​username:​[name] /​password:​[password] /​productid:​[id] /​applicationname:​[application name] /​outputpath:​[output path]
 +  [name] ​             Specifies user name.
 +  [password] ​         Specifies user password.
 +  [id]                Specifies product id.
 +  [application name]  Specifies application name.
 +  [output path]       ​Specifies output path for license file.
 +
 +Activate production deployment license on the current computer.
 +/​activateproductiondeploymentlicense /​username:​[name] /​password:​[password]
 +  [name] ​             Specifies user name.
 +  [password] ​         Specifies user password.
 +
 +Deactivate production deployment license on the current computer.
 +/​deactivateproductiondeploymentlicense /​username:​[name] /​password:​[password]
 +  [name] ​             Specifies user name.
 +  [password] ​         Specifies user password.
 +
 +Activate test deployment license on the current computer.
 +/​activatetestdeploymentlicense /​username:​[name] /​password:​[password]
 +  [name] ​             Specifies user name.
 +  [password] ​         Specifies user password.
 +
 +Deactivate test deployment license on the current computer.
 +/​deactivatetestdeploymentlicense /​username:​[name] /​password:​[password]
 +  [name] ​             Specifies user name.
 +  [password] ​         Specifies user password.
 =====Frequently Asked Questions===== =====Frequently Asked Questions=====
  
map_suite_license_guide.txt ยท Last modified: 2020/04/17 14:20 by admin