SmartZone v7.2 - Updated
Server Licensing Utility (Windows)
Developer Guide > Licensing and Distributing > Runtime Licensing > How to Register an Automatically Reported Runtime (Node-Locked) > Server Licensing Utility (Windows)

The Server Licensing Utility (SLU) uses License Configuration Files to request a license key from the purchased Runtime licenses. The SLU registers that Runtime license on the system where your application will be running. This utility can be used by developers for testing, by your deployment team, or by your end users to register their Runtime licenses.

When installing the license, the user you are running as must have Administrator access so that the Registry can be accessed and the license can be added to the system.

You can find the files for the SLU (slu.exe and AccuLicClient.dll) in the sub-path, licensing\deployment, in the product's main install location.

To Deploy the License

Generate license configuration file:

  1. Go to my.accusoft.com to access the Accusoft Customer Portal.
  2. Log in to your account by entering your email and password. Alternatively, you can enter the order number to see only a specific order.

a. Click the products tab to see the products purchased.

b. Click on the required product name, version number, deployment.

c. Click the license button to display the drop down of Standard Deployment Licensing Instructions.

Note: The Solution Name and Solution Keys are also listed here. These are (later) used to unlock the Accusoft products and enable all licensed features at runtime.

d. Scroll down to click the license pool button.

e. For the required product, click the Generate Config File button to create the text file used to license the machine (i.e., the License Configuration file).

f. If you are using annual/time-based licensing, click the Download Access Key button. This will download another text file that you will need on the target machine.

Note: If you are not using annual licensing, you can still optionally download the access key file to track which machines/users are assigned licenses and the date on which the license was assigned.

g. Notice the .txt file in the download bar.

h. Save the text file and note its location, as you have to access it again.

Register runtime license for your system using the SLU

  1. Copy SLU.exe from Deployment Resources to your runtime machine.

Note: Read the readme.txt found in the same directory as SLU.exe for additional steps necessary before running the SLU. 2. On your runtime machine, double-click the SLU application. 3. In the Server Licensing Utility dialog, add your License Configuration file(s) as follows:

a. Click Add and navigate to your License Configuration file(s).

Tip: The License Configuration File is the .txt file downloaded earlier.

b. Select the appropriate License Configuration file(s) and click Open.

c. When registering an annual/time-based license, you need to provide the access key in the [Optional] Specify Access Key text box. Copy and paste the Access Keys you need, without commas, from the Access Key File.

Note: If you are not using annual licensing, you can still optionally enter an access key file to track which machines/users are assigned licenses and the date on which the license was assigned; otherwise, the licensing component will assign an access key for you.

d. After all applicable License Configuration files have been added, click Auto Register (if you are connected to the Internet).

Note: If not connected to the Internet, follow the instructions in Manually Register Toolkit (Disconnected from the Internet), below.

The license information along with the system's hardware information is transmitted to the Accusoft licensing web service. If an unused license is available, a new license key containing information for the system is generated, returned, and is then automatically installed by the SLU.

A message displays informing you whether the licensing was successful or not. Take notice of this message. The message, 'The product has successfully been licensed' is displayed if successful.

Add runtime licensing deployment information to your application to unlock the Accusoft product and enable all licensed features at runtime

You have to add the runtime licensing deployment information to your application to unlock the Accusoft product and enable all licensed features at runtime:

  1. Place the licensing function calls in your application to trigger the license component.

a. Call the functions and at the start of your application. The Accusoft product checks that there is a valid license before it lets you use any of the key functionality.

Note: In the samples provided with our SDK, these function calls have been included for your convenience, but are commented out. To use these commented out function calls, locate them by searching the sample code. (Tip: You can use Ctrl+F and enter the search term "solution" to easily locate these functions).

  1. Copy parameters from the Accusoft Customer Portal to the functions.

a. Copy the Solution Name from the portal and paste into the placeholder string of SetSolutionName function. Uncomment that function.

b. Similarly, copy the appropriate Solution Key (based on your programming language) and paste into the placeholder value of the SetSolutionKey function. Uncomment that function.

c. SetOEMLicenseKey (this will be provided only if OEM license is purchased from our Sales department). 3. Compile and run your application.

Automatic Registration (Connected to Internet)

Automatic registration works in much the same way as connected Toolkit registration and requires an Internet connection on the system where your application software will be deployed.

The license information along with the system's hardware information is sent over the Internet to the Accusoft licensing web service. If an unused license is available, a new license key containing information for the system is generated, returned, and is then automatically installed by the SLU.

Manual Registration (Disconnected from Internet)

Manual registration is used when the system where your application software will be deployed is not connected to the Internet and therefore cannot be registered automatically. This operation is similar to Disconnected Registration with the License Manager.

  1. Copy the Hardware Key and URL to a removable media device, such as a thumb drive, and then take it to a system that is connected to the Internet.
  2. From the connected system, paste the URL into a browser. A page will appear that contains a field into which you enter the hardware key.
  3. After this hardware key is entered, a license file with the license key is downloaded, which you then save to the removable media device.
  4. Return to the offline system with the removable media device onto which you have saved the license file.
  5. Click Open License File and navigate to the license file. Click OK in the file selection dialog.

    Alternatively, you can open the license file with a text editor, copy the license key to the clipboard, and click Paste License Key to paste the new license key into the License Key field.

  6. Click the License button; the new license will be installed.
Is this page helpful?
Yes No
Thanks for your feedback.