How to return a borrowed license in a terminal on macOS
- Open a Terminal.
-
In the terminal, type in the following command to display information on your activated licenses:
$ sudo /Applications/Toon Boom [Product Name] [Version] [Edition] Network/tba/macosx/bin/ClientActivation.app/Contents/MacOS/ClientActivation -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/ClientActivation.app/Contents/MacOS/ClientActivation -batch -return <fulfillment ID> -comm soap -commServer <port@license server>
- Replace <fulfilment ID> with the fulfillment ID of the license you want to return, obtained in the previous step.
- Replace <port@license server> with the port number and hostname or IP address of the license server, separated by an @ symbol. If the license server is not configured to use a specific port, simply type an @ symbol followed by the hostname or IP address of the license server.
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.