Activate QPR ProcessAnalyzer using ActivationUtility: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
If there is no internet connection in the QPR ProcessAnalyzer Server computer, you need to use this alternative license activation method. The files required in this activation method can be requested from customercare@qpr.com.
If there is no internet connection in the QPR ProcessAnalyzer Server computer, you need to use this alternative license activation method, with the help of QPR CustomerCare (customercare@qpr.com).


1. In the '''Qpr.ProcessAnalyzer.ActivationUtility.dll.config''' file, fill in the '''FirstName''', '''LastName''', '''Email''' and '''ProductActivationCode''' :<br />
Follow these steps:
 
1. In the '''Qpr.ProcessAnalyzer.ActivationUtility.dll.config''' file, fill in settings '''FirstName''', '''LastName''', '''Email''' and '''ProductActivationCode'''. Example:<br />
<pre><setting name="FirstName" serializeAs="String">
<pre><setting name="FirstName" serializeAs="String">
   <value>YourFirstName</value>
   <value>YourFirstName</value>
Line 22: Line 24:
4. Open command prompt as Administrator, go to the directory where you placed the files in the previous step, and run the '''Qpr.ProcessAnalyzer.ActivationUtility.exe''' file. The Activation Utility will return the activation data which you will need to send to customercare@qpr.com. <br />
4. Open command prompt as Administrator, go to the directory where you placed the files in the previous step, and run the '''Qpr.ProcessAnalyzer.ActivationUtility.exe''' file. The Activation Utility will return the activation data which you will need to send to customercare@qpr.com. <br />
5. You will receive an email from customercare@qpr.com with the activation message. Copy this activation message to the configuration file and run the Activation Utility again.  If you didn't add a path and/or change the license file name in the LicenseFilePath setting earlier, the '''pa_service.lf''' license file will be created to the directory containing the Qpr.ProcessAnalyzer.ActivationUtility.exe file. If LicenseFilePath is defined, the license file will be created to the specified directory with the specified file name.<br />
5. You will receive an email from customercare@qpr.com with the activation message. Copy this activation message to the configuration file and run the Activation Utility again.  If you didn't add a path and/or change the license file name in the LicenseFilePath setting earlier, the '''pa_service.lf''' license file will be created to the directory containing the Qpr.ProcessAnalyzer.ActivationUtility.exe file. If LicenseFilePath is defined, the license file will be created to the specified directory with the specified file name.<br />
6. In the QPR ProcessAnalyzer Server installation directory, edit the appsettings.json file and define the '''LicenseFilePath''' value to point to the license file that was created in the previous step ([[Installing_QPR_ProcessAnalyzer_Server#Server_settings_file_.28appsettings.json.29]]).
6. In the QPR ProcessAnalyzer Server installation directory, edit the appsettings.json file and define the '''LicenseFilePath''' value to point to the license file that was created in the previous step ([[Installing_QPR_ProcessAnalyzer_Server#Server_settings_file_.28appsettings.json.29|more information]]).
 
7. Start QPR ProcessAnalyzer Server. The activation status will be written to the server log file that is defined by the '''LogFilePath''' setting in the appsettings.json file. If the LogFilePath setting isn't defined, the log file won't be created.
, e.g.:<br />
<pre><setting name="LicenseFilePath" serializeAs="String"><value>C:\Path\To\License\File\pa_service.lf</value></setting></pre>
7. Start QPR ProcessAnalyzer Service. The activation status will be written to the service log file that is defined by the '''LogFilePath''' setting in the web.config file. If the LogFilePath setting isn't defined, the log file won't be created.


[[Category: QPR ProcessAnalyzer]]
[[Category: QPR ProcessAnalyzer]]

Latest revision as of 17:48, 20 September 2022

If there is no internet connection in the QPR ProcessAnalyzer Server computer, you need to use this alternative license activation method, with the help of QPR CustomerCare (customercare@qpr.com).

Follow these steps:

1. In the Qpr.ProcessAnalyzer.ActivationUtility.dll.config file, fill in settings FirstName, LastName, Email and ProductActivationCode. Example:

<setting name="FirstName" serializeAs="String">
  <value>YourFirstName</value>
</setting>
<setting name="LastName" serializeAs="String">
  <value>YourLastName</value>
</setting>
<setting name="Email" serializeAs="String">
  <value>your.email@example.com</value>
</setting>
<setting name="ProductActivationCode" serializeAs="String">
  <value>your-product-activation-code-here</value>
</setting>

2. Define also the LicenseFilePath setting. This can be any path in the server and file name can be selected freely. The user must have read access to the specified folder on the server and the folder must be created if it doesn't exist. After a successful activation, the license file will be placed to the defined folder, e.g.:

<setting name="LicenseFilePath" serializeAs="String">
  <value>C:\QPR Software\QPR ProcessAnalyzer\License\pa_service.lf</value>
</setting>

If the LicenseFilePath setting isn't defined, the license file will be created to C:\QPR Software\QPR ProcessAnalyzer\License\ folder.
3. Place the Qpr.ProcessAnalyzer.ActivationUtility.dll.config file, and Qpr.ProcessAnalyzer.ActivationUtility.exe, KEYLIB32.dll, KEYLIB64.dll, Qpr.ProcessAnalyzer.Common.Activation.dll, and Qpr.Utils.dll files into some directory on the server machine.
4. Open command prompt as Administrator, go to the directory where you placed the files in the previous step, and run the Qpr.ProcessAnalyzer.ActivationUtility.exe file. The Activation Utility will return the activation data which you will need to send to customercare@qpr.com.
5. You will receive an email from customercare@qpr.com with the activation message. Copy this activation message to the configuration file and run the Activation Utility again. If you didn't add a path and/or change the license file name in the LicenseFilePath setting earlier, the pa_service.lf license file will be created to the directory containing the Qpr.ProcessAnalyzer.ActivationUtility.exe file. If LicenseFilePath is defined, the license file will be created to the specified directory with the specified file name.
6. In the QPR ProcessAnalyzer Server installation directory, edit the appsettings.json file and define the LicenseFilePath value to point to the license file that was created in the previous step (more information). 7. Start QPR ProcessAnalyzer Server. The activation status will be written to the server log file that is defined by the LogFilePath setting in the appsettings.json file. If the LogFilePath setting isn't defined, the log file won't be created.