You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The license generator provided with LM-X, xmllicgen, is a wrapper for the key generation API. To use the license generator, you must have a security configuration file. Follow the steps below to generate a license:

  1. Configure the security configuration file with all required features. (To add features, open your LM-X security configuration file in a text editor and make the desired settings. See Feature descriptions for feature descriptions.)
  2. Modify the sample file detailed.xml, floating.xml or nodelocked.xml (as detailed in the following sections) to fit your specific business model.
  3. Execute the license generator by typing the following command:

xmllicgen [options] xml_file
You can specify the following option:
-output file - Uses the specified file to set and override the output file setting in the XML file.
As an alternative to specifying the output file path at the command line, you can specify this information in the XML file (using the optional attribute OUTPUTFILE; see LICENSEFILE tag).
If xmllicgen succeeds in creating a license, it returns the error code 0. If xmllicgen fails, it returns the error code 1.

  • No labels