Variable Value
.Name "Offline activation"
.Title "Offline activation"
.Kind "page"
.Type "support"
.IsPage true
.IsHome false
.Next Page(/hydrosym/quickstart/index.md)
.Prev Page(/tutorials/usage/building-your-own-library/index.md)
.Params
"draft": false
"iscjklanguage": false
"title": "Offline activation"
"weight": -6
.Section "support"
.CurrentSection Page(/support/license-management/_index.md)
.Pages Pages(0)
.File support/license-management/offline-activation/index.md
.File.Dir "support/license-management/offline-activation/"
.WordCount 513
.Resources
0: image (1).png
1: image (10).png
2: image (11).png
3: image (12).png
4: image (2).png
5: image (3).png
6: image (4).png
7: image (5).png
8: image (6).png
9: image (7).png
10: image (8).png
11: image (9).png

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…’

image (1)

Click ‘Manually activate Hydrosym offline’

image (2)

Enter your product key and click ‘Next’

image (3)

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…’.

image (4)

Click ‘Manually activate Hydrosym offline’.

image (5)

Click ‘Open the Activation Response file’ and select the file you received from PARO.

image (6)

If all steps are correctly followed your license should now be activated. If not please contact PARO for further support.

image (7)

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’

image (8)

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.

image (9)

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

image (10)

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

image (11)

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

image (12)