How to return a server license via Internet in a terminal on Windows
- Open a Command Prompt with administrator privileges.
-
In the command prompt, type in the following command to display information on your activated server licenses:
> C:\Program Files (x86)\Toon Boom Animation\Toon Boom [Product Name] [Version] [Edition]\win64\bin\ServerActivation.exe -batch -list
The utility will output a lot of information about each installed license and each feature they support. We are looking for the block specifying a license's Fulfilment ID, which is output in this format:
Trust Flags: FULLY TRUSTED Fulfillment Type: PUBLISHER ACTIVATION Status: ENABLED Fulfillment ID: <fulfillment id> Entitlement ID: <product code> Product ID: NAME=<product>;VERSION=<product version> Suite ID: NONE Expiration date: <expiration date>
Make note of the Fulfilment ID for the license you want to return.
-
In the Command Line prompt, type in the following command:
> C:\Program Files (x86)\Toon Boom Animation\Toon Boom [Product Name] [Version] [Edition]\win64\bin\ServerActivation.exe -batch -return <fulfillment ID> -comm soap -commServer https://licensing.toonboom.com:443/flexnet/services/ActivationService
- Replace <fulfilment ID> with the fulfillment ID of the license you want to return, obtained in the previous step.
If successful, the utility will output the message SUCCESSFULLY PROCESSED RESPONSE at the end of the procedure.
Comments
0 comments
Please sign in to leave a comment.