How to return a server license via Internet in a terminal on macOS
- Open a Terminal.
-
In the terminal, type in the following command to display information on your activated server licenses:
$ sudo /Applications/Toon Boom [Product Name] [Version] [Edition] Network/tba/macosx/bin/ServerActivation.app/Contents/MacOS/ServerActivation -batch -list | grep -A 7 'Trust Flags:'
The utility will output detailed information about each installed license including each license's Fulfilment ID, 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:
$ sudo /Applications/Toon Boom [Product Name] [Version] [Edition] Network/tba/macosx/bin/ServerActivation.app/Contents/MacOS/ServerActivation -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.