Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Finding your Machine ID

Options
brian_nuckles
brian_nuckles Posts: 32 admin

Solution
If you want to capture the machine ID, you can do so using one of the following methods:

Method 1: if you are using the GUI.
From the menu click on "Parasoft" and select "Preferences..."

Then when the Preferences dialog appears be sure to expand the "Parasoft" tree on the left hand side and then select "License". On the right hand side be sure the "License" radio button is selected to "Local". Then, you will be able to capture the machine ID from the "Machine id" field.

Method 2: if you are using our tool in a headless environment
Each tool has it's own cli command. SOAtest has soatestcli, C/C++test has cpptestcli, Jtest has jtestcli, and dotTEST has dottestcli, so the example below is capturing the machine ID for C/C++test:
$ cpptestcli -config "builtin://Parasoft's Recommended Rules"
This will make an attempt to perform static analysis on a project within your workspace. However it will fail because your system does not have a license.

NOTE : Please keep in mind that this method WILL NOT generate a machine ID if the Parasoft product is ALREADY licensed.

Tagged:

Tagged