Step 1: Generate the request
- Open a Terminal by pressing the
Ctrl + Alt + Tkeys together. - In the terminal, type in the following command to install the license validation (anchor) service:
> sudo /usr/local/ToonBoomAnimation/[product name][Edition]_[version]/lnx86_64/bin/LicenseWizard --console --install-anchor
- Type in the following command to generate your activation request:
$ /usr/local/ToonBoomAnimation/[product name][Edition]_[version]/lnx86_64/bin/ServerActivation -batch -served -entitlementID <product code> -gen <request filename.xml>
- Replace
<product code>with the full product code for your product, including the dashes - Replace
<request filename.xml>with the path and name of the XML file in which you want to save your activation request.
- Replace
- An activation request file will be generated with the specified name, in the specified location, and in XML format.
Step 2: Send the license request file
You will now need to send the license request file to Toon Boom by email. If your machine has no internet access, use a USB or portable drive to move the request file to a machine that has internet access.
- Create a new email and attach the activation request file to it.
- Send the email to desk@toonboom.com. You will typically receive a response within one business day.
- When you receive the response mail, download the XML license file that is attached.
Step 3: Activate the license
- If your product is on a different machine than the one you used to send and receive the email, use a portable drive to move the license file to the machine where the product is installed.
- In a terminal, type in the following command:
$ sudo /usr/local/ToonBoomAnimation/[product name][Edition]_[version]/lnx86_64/bin/ServerActivation -batch -process <response file.xml>
- Replace
<response file.xml>with the path and name of the XML file you received by email. - If successful, the utility will output the message
ACTIVATION REQUEST SUCCESSFULLY PROCESSEDfollowed by the name and version of the product, the fulfilment ID, and the expiration date of the activated license.