If a client machine becomes inaccessible, you can revoke a license on it either by using the IDOL Admin interface, or by sending the AdminRevokeLicense
action to the License Server.
To revoke a license by using IDOL Admin
Click the garbage can next to the component whose license you want to revoke.
The Revoke License dialog box opens.
Click Revoke License to revoke the license and free up the seat that the component was using. If a component is running when you revoke the license, it will stop.
You can view the progress of the action in the Recent Tasks panel.
To revoke a license by sending the AdminRevokeLicense action
Send the AdminRevokeLicense
action to the License Server. This action frees the license from the inaccessible machine.
http://LicenseServerHost:Port/action=AdminRevokeLicense&ClientProductType=productType&ClientIP=clientHost&ClientServicePort=clientPort
where,
NOTE: Call the AdminRevokeLicense
function only for inaccessible client machines. Otherwise, the module shuts down and becomes inaccessible.
|