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

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

Using a DTP License

To install a license when DTP manages Parasoft licensing across your team or organization:

  1. (Recommended for 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 (from the auto-configuration process described in C++test Configuration Overview, specify the server’s host (either a name or an IP address) and port (the default is 2002).
  5. Select the Enable License option.
  6. Select the Network option.
  7. Indicate the license type that you want this product to use by selecting the appropriate option in the Edition box.
  8. If you want to use the product for a short period of time when you will not have access to DTP (e.g., because you expect to be working from home, you will be travelling, your team will be upgrading the machine hosting 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 DTP) is locked to your machine for the specified amount of time. You can then disconnect from the network and use the product without accessing DTP.
    • Licenses can be borrowed from 1 hour to 14 days.
    • License borrowing requires PST 2.6 or higher or DTP.
  9. Click OK to set and save your settings.

Tips - 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 C++test views are disabled and results are cleared from the Quality Tasks view.
  • The product’s license is released on DTP.

When the license is reactivated:

  • All of the licensed C++test views are restored and the Quality Tasks view will display available results.

Tip - 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 cpptest.wait.for.tokens.time=[time in minutes]. For example, the following configuration will make C/C++test wait 3 minutes for license tokens: cpptest.wait.for.tokens.time=3

For details on the command line mode and localsettings options, see Configuring Localsettings as well as Testing from the Command Line Interface

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. Select the Local option.
    Contact your Parasoft representative to receive your license (see Contacting Parasoft Technical Support) and provide the Machine ID listed in this panel.
    (info) To obtain the Machine ID without opening the GUI,  run cpptestcli from the command line. The Machine ID will be reported in the output message.
  4. Enter your license password.
  5. Click Apply. The License preferences page will display the features that you are licensed to use, and the expiration date for your license.
  6. Click OK to set and save your license.

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:

    cpptest.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:

    cpptest.license.network.edition= Type of license edition 
    cpptest.license.use_network= Value (true or false) 
    license.network.host= Host name
    license.network.port= Port number

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

Examples

Here are several examples of properly-configured License settings in localsettings file:

C/C++test network license - desktop edition

cpptest.license.network.edition=desktop_edition
cpptest.license.use_network=true
license.network.host=main1.parasoft.com.pl
license.network.port=2222

C/C++test local license - custom edition with various features

cpptest.license.local.expiration=2012-08-29
cpptest.license.local.password=PARASOFT_353E2A7DA4F3D4B2FF142B0A262AF62B9DEC3449C 124773BAF0B4B508FF21139E867D9772F3702716FCE6D8EA16ACE668DE0EE629D15471359920 3BD85CE1213_7937E7ED374E70FDD62EE8411C2BB2D8EB465019E64BF3EF3A87DE6B67FB10 BBCAF8611B08F70D9420AC574FC5B3E5EB7241B20506DE2C60B0D80462CBEDBD
cpptest.license.use_network=false

Note that with local licenses, the enabled features are specified via the generated password.

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:

    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. 

  • No labels