Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SOAVIRT_9.10.6_CTP_3.1.2

...

You can also specify licensing via localsettings (e.g. for sharing team-wide settings via DTP or specifying options at the command line). See Localsettings for details. 

Using a DTP License

...

Tip
titleTip - Waiting for a License in Command Line Mode

If you want the product to wait for a license if the requested license is not currently available, use the localsettings option <tool_prefix>soatest.wait.for.tokens.time=[time in minutes]. For example to make Jtest wait 3 minutes for license tokens, use jtestsoatest.wait.for.tokens.time=to  wait 3 minutes for license tokens.

For details on the command line mode and localsettings options, seeLocalsettings.

Using a Machine-Locked License

...

  1. Choose Parasoft> Preferences to open the Preferences dialog.
  2. Select the License category in the left pane.
  3. If you have multiple Parasoft products installed, open the tab for the Parasoft product you want to license (e.g., Jtest, SOAtest).
  4. Select the Local option.
  5. Contact your Parasoft representative to receive your license. You will need to provide the Machine ID listed in this panel.
    • In the United States, call 1-888-305-0041. In other locations, use the contact information available at Contacting Parasoft Technical Support カスタマーサポート.
    • If you don’t yet have a valid license set and you want to obtain the Machine ID without opening the GUI, run the command line invocation from the command line. The Machine ID will be reported in the output message (for example, Error: No valid license (MachineId: WIN32-12345678).
  6. Enter your license password.
  7. Click Apply. The License preferences page will display the features that you are licensed to use, and the expiration date for your license.
  8. Click OK to set and save your license.

...

  1. If you will be using a custom edition license, define the appropriate license features in the localsettings as follows:

    Code Block
    [product].license.custom_edition_features= All enabled features

    Note that license feature settings apply only to custom edition licenses. 

  2. Define the main license settings in the localsettings as follows:

    Code Block
    [product].license.network.edition= Type of license edition 
    [product].license.use_network= Value (true or false) 
    license.network.host= Host name
    license.network.port= Port number

See Localsettings details on localsettings and a list of all license-related options.

...