How to return a server license via email 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.
-
Type in the following command to generate your return request:
> C:\Program Files (x86)\Toon Boom Animation\Toon Boom [Product Name] [Version] [Edition]\win64\bin\ServerActivation.exe -batch -return <fulfilment ID> -gen <request filename.xml>
- Replace <fulfilment ID> with the fulfillment ID of the license you want to return, obtained in the previous step.
- Replace <request filename.xml> with the path and name of the XML file in which you want to save your activation request.
The utility will generate a license request file in XML format, in the specified location and with the specified file name.
- You will now need to send the license request file to Toon Boom by email. If your machine has no internet access, use a removable storage device to move the request file to a machine that has internet access.
- In an email client, write a new email and add the activation request to it as an attachment. Then, send the email to desk@toonboom.com.
- Wait for the response. You will typically receive your response within one business day.
- The response will have a license file attached. Download this license file.
- If your product is on a different machine than the one you use to send and receive email, use a removable storage device to move the license file to the machine on which the product is installed.
- Open a Command Prompt with administrator privileges.
-
In the command prompt, type in the following command:
> C:\Program Files (x86)\Toon Boom Animation\Toon Boom [Product Name] [Version] [Edition]\win64\bin\ServerActivation.exe -batch -process <response file.xml>
Replace <response file.xml> with the path and name of the XML response file you received by email.
If successful, the utility will output the message SUCCESSFULLY SENT RETURN REQUEST at the end of the procedure.
Comments
0 comments
Article is closed for comments.