Offline activation
Offline activation with product key
A file based activation is done in two parts; first you create an Activation Request, which you mail to PARO; the second part is activating your license with an Activation Response you receive from PARO.
Part 1: Create an ‘Activation Request’
Along with this file you should have received TurboActivate.exe from PARO. Place this file in the directory of HydroSym or HydroMan (probably C:\\Program Files (x86)\\PARO\\Hydrosym\\
or C:\\Program Files (x86)\\PARO\\HydroMan\\
).
Start the turboactivate.exe program and click ‘Other options…’
Click ‘Manually activate Hydrosym offline’
Enter your product key and click ‘Next’
Click ‘Save the Activation Request file’ and save the file somewhere on your computer. Email this file to PARO at info@paro-nl.com so we can create an activation file for you. After the Activation Request file has been saved you can close the TurboActivate.exe program for now.
Part 2: Activate the software with an ‘Activation Response’
After receiving the ‘Activation Response’ from PARO, open the TurboActivate.exe again and click ‘Other options…’.
Click ‘Manually activate Hydrosym offline’.
Click ‘Open the Activation Response file’ and select the file you received from PARO.
If all steps are correctly followed your license should now be activated. If not please contact PARO for further support.
Offline activation with floating license
File based activation is done in two parts; first you create an Activation Request, which you mail to PARO; the second part is activating your license with an Activation Response you receive from PARO.
Open an elevated command prompt with ‘Win + R’ and typing ‘cmd’ and then ‘Ctrl + Shift + Enter’
HydroSym
Change to the license server folder:
cd "C:\Program Files (x86)\PARO\Hydrosym License Server"
Stop the running service
sc stop TurboFloatServer-2729
Generate the ActivationRequest.xml file, replace <KEY> with your product key
TurboFloatServer.exe -a=<KEY> -areq=ActivationRequest.xml
Send the ActivationRequest.xml to PARO.
After you receive the Activation Response file from PARO place it in the License server directory. Open a privileged command prompt as before and run the following commands
Go to the folder with the license server installation:
cd "C:\Program Files (x86)\PARO\Hydrosym License Server"
Activate the license server with the ActivationResponse.xml you received form PARO. Replace <KEY> with your product key
TurboFloatServer.exe -a=<KEY> -aresp=ActivationResponse.xml
Start the Floating license server again
sc start TurboFloatServer-2729
You should see “<notification>: Activated successfully.” or else contact PARO for further support
HydroMan
Change to the license server folder:
cd "C:\Program Files (x86)\PARO\Hydroman License Server"
Stop the running service
sc stop TurboFloatServer-2828
Generate the ActivationRequest.xml file, replace <KEY> with your product key
TurboFloatServer.exe -a=<KEY> -areq=Request.xml
Send the ActivationRequest.xml to PARO.
Send the Request.xml to PARO
After you receive the Activation Response file from PARO place it in the License server directory. Open a privileged command prompt as before and run the following commands
Go to the folder with the license server installation:
cd "C:\Program Files (x86)\PARO\Hydroman License Server"
Activate the license server with the ActivationResponse.xml you received form PARO. Replace <KEY> with your product key
TurboFloatServer.exe -a=<KEY> -aresp=ActivationResponse.xml
Start the Floating license server again
sc start TurboFloatServer-2828
You should see “<notification>: Activated successfully.” or else contact PARO for further support