Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DTPDEVEL and version 2024.2

This topic describes opening DTP for the first time and setting the license.

In this section:

Table of Contents
maxLevel12

Setting the Initial License

You must license DTP after installation. You will be prompted to set the license before you can use DTP functionality.

...

You will be directed to the first enabled component. Components are automatically enabled based on the license configuration.

Accessing the License Configuration Screen

You can return to the DTP License Configuration screen if, for example, a new DTP license has been issued.

  1. Choose Report Center Settings from the settings (gear icon) menu.
  2. Choose Parasoft DTP License from the Additional Settings menu.
  3. Click Configure your license accordingly.

Enabling a HASP Key License

Parasoft products are licensed per a unique machine identifier called a machine ID. DTP supports licensing via USB HASP key, which enables DTP to generate the same machine ID for Parasoft systems connected to DTP while the key is plugged in. Contact your Parasoft representative for more information on HASP key licensing.

Support for USB HASP keys is available on Windows and Linux.

Enabling a HASP Key License for Windows

  1. Stop DTP Server and Data Collector services (see Stopping DTP Services).
  2. Open the variable file (no extension) located in the <DTP_INSTALL>/bin directory in an editor.
  3. In the DTP_JAVA_OPTS and DC_JAVA_OPTS variables, change the -DuseExternalLock flag from false to true.
  4. Insert the USB HASP key and wait for the operating system to install the drivers; the LED on the HASP key flashes during installation.
  5. After the drivers have been installed, Start DTP and Data Collector services.
  6. Add the new license; see License Server.

Enabling a HASP Key License for Linux

  1. Run dtpconsole.sh located in the <DTP_INSTALL>/bin directory.
  2. Use the console to stop DTP Server and Data Collector services (see Stopping DTP Services).
  3. Open the variable file (no extension) also located in the <DTP_HOME>/bin directory in an editor.
  4. In the ENABLE_EXTERNAL_LOCK variable, change the -DuseExternalLock flag from false to true.
  5. You must also change how Linux handles the USB HASP key hardware. By default, USB devices have 66* permission, but the USB HASP key requires 666 permission.
    1. Locate the udev.rules file for your distribution. This file is responsible for USB devices.
    2. Modify the usb_device entry to use MODE="0666"
    3. Execute the following command: udevadm control --reload-rules
  6. Plug the USB HASP Key into the machine; if the key is already plugged in, run following command as root user to programmatically insert key: udevadm trigger.
  7. Start DTP services from the DTP console.
  8. Add the new license; see Managing Tool Licenses.

Next Steps

After installing and licensing DTP, you may be directed to the database creation page. See Configuring the Database Connection for instructions on how to proceed.