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

Compare with Current View Page History

« Previous Version 9 Next »

As of March 1, 2014, xmllicgen uses internet clock check. Therefore, a connection to the internet is required to be able to successfully generate a license.

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.

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.)

  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 to use the specified file to set and override the output file setting in the XML file:


    -output 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, as described in 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