Revoke a license that has been granted by License Server when a license has been issued to a client that no longer exists.
You can use the LicenseInfo action to find details of the licenses that License Server has granted.
Note: You must use the AdminRevokeLicense
action only when the client no longer exists. If the client still exists, you can revoke the license from the machine on which the service is installed by entering the following at the command line:
<executable_name>.exe -revokelicense
The service must be stopped before you revoke the license.
http://123.4.5.67:4000/action=AdminRevokeLicense&ClientProductType=IDOLSERVER&ClientIP=myHost&ClientServicePort=6500
This action uses port 4000
to request the License Server on the machine with the IP address 123.4.5.67
to revoke the license issued to an IDOL server service. The license was issued to an IDOL server service on the machine with the host name myHost
that the License Server communicated with using port 6500
.
Parameter | Description | Required |
---|---|---|
ClientIP | The IP address or host name of the service from which to revoke the license. | See Comments |
ClientHostID | The host ID of the service from which to revoke the license. | See Comments |
ClientHostName | The host name of the service from which to revoke the license. | See Comments |
ClientMAC | The MAC address of the service from which to revoke the license. | See Comments |
ClientProductType | The product type from which to revoke the license. | Yes |
ClientServicePort | The service port of the service from which to revoke the license. | Yes |
You must specify one of ClientMAC
, ClientHostID
, ClientHostName
, or ClientIP
.
|