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.4_CTP_3.1.1

This topic explains how to set licensing information from the GUI. It covers:

Table of Contents
maxLevel1

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

Conditional Content
Product: (SOAVirt)
Product: (SOAVirt)
sv-attr:0A010204015A9054C88481D043445E2F0A010204015CF6008A11EEF43AC91334

Configuring Localsettings or Localsettings

 for details. 

Using a DTP License

  1. (Recommended for Concerto/DTP admins) Verify that the product and version you are licensing appears in the DTP License Server. If not, update the tools database as described in the DTP Admin Guide. 
  2. Choose Parasoft> Preferences to open the Preferences dialog.
  3. Select the License category in the left pane.
  4. If the appropriate server is not already set 

    Conditional Content
    Product: (SOAVirt, SOAtest)
    Product: (SOAVirt, SOAtest)
    sv-attr:0A010204015A9054C88481D043445E2F0A010204015CF6008A11EEF43AC91334 0A010204015A9054C886C0AC137B8C01

     (from the auto-configuration process described in Configuring Preferences Overview)

    , specify the server’s host (either a name or an IP address) and port.

  5. If you have multiple Parasoft products installed, open the tab for the Parasoft product you want to license (e.g., Jtest, SOAtest).
  6. Select the Enable license option.
  7. Select the Network option.
  8. Indicate the license type that you want this product to use by selecting the appropriate option in the Edition box.
  9. If you want to use the product for a short period of time when you will not have access to Concerto/DTP (e.g., because you expect to be working from home, you will be travelling, your team will be upgrading the machine hosting Concerto/DTP, etc.), check borrow and specify how long you need to "borrow" the license.
    • When you borrow a license, one of the available licenses (on the Concerto) is locked to your machine for the specified amount of time. You can then disconnect from the network and use the product without accessing Concerto/DTP.
    • Licenses can be  borrowed from 1 hour to 14 days.
    • License borrowing requires PST 2.6 or higher or Concerto/DTP.
  10. Click OK to set and save your settings.

Tip
titleTips - License Activation and Deactivation

If you want to deactivate a license, choose Parasoft> Deactivate License. To reactivate it, choose Parasoft> Activate License.

If you want to have a license automatically deactivated after 30 minutes of inactivity, enable the Start deactivated, release automatically when idle option. To change this behavior, disable this option.

When the license is deactivated:

  • The Parasoft Test views are disabled and results are cleared from the Quality Tasks view.
  • The product’s license is released on Concerto/DTP.

When the license is reactivated:

  • All of the licensed Parasoft Test views are restored and the Quality Tasks view will display available results.

Note that:

  • Using Parasoft / Activate License will acquire a license for all installed Parasoft Test products
  • It is not necessary to use Parasoft / Activate License.  When the Parasoft Test product is run, it will acquire a license for only that specific product. The Start Deactivated option is enabled and cannot be disabled in this situation.
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>.wait.for.tokens.time=[time in minutes]. For example to make Jtest wait 3 minutes for license tokens, use jtest.wait.for.tokens.time=3

For details on the command line mode and localsettings options, see

Conditional Content
Product: (SOAVirt)
Product: (SOAVirt)
sv-attr:0A010204015A9054C88481D043445E2F0A010204015CF6008A11EEF43AC91334

the following pages:

Using a Machine-Locked License

To install 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.

Anchor
manually_add
manually_add
Manually Adding the License to localsetttings

To add or change license settings via localsettings:

  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 

Conditional Content
Product: (SOAVirt)
Product: (SOAVirt)
sv-attr:0A010204015A9054C88481D043445E2F0A010204015CF6008A11EEF43AC91334

Configuring Localsettings (SOAtest) and Localsettings (Virtualize)

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

Conditional Content
Product: (SOAVirt)
Product: (SOAVirt)
sv-attr:0A010204015A9054C88481D043445E2F0A010204015CF6008A11EEF43AC91334

Additional Licensing Considerations for SOAtest Server

Excerpt

If you using the combined SOAtest/Virtualize distribution, a Virtualize license is required to run SOAtest Server. In some instances, you may only have a license for SOAtest, i.e., if you are updating to a paid license from the Community License. Contact your Parasoft representative for additional information about licensing options.

Manually Adding the License without Using localsetttings

If you do not want to specify the license with a localsettings file, you can configure it with a parasofttest.ini file as follows:

  1. In the Parasoft Test installation (e.g., c:\Program Files\Parasoft\Test\<version>), create a parasofttest.ini file.
  2. Edit the parasofttest.ini file to provide licensing details. Use the following format:

    Code Block
    license.network.host=snake.parasoft.com
    license.network.port=2002
    enforce.configure=true

The license settings specified here will be read upon startup when the product is launched in UI mode.