UVR licenses come with different editions and different formats :
The edition of a license defines which features are unlocked,
The format of a license defines how the license is activated and accessed.
* Included 2 views (stereo), each additional views at an additional cost.
** CATIA and Rhino 3D
The Predict Lab Unity plug-in requires a license of type "Professional" or higher.
A node locked licence is a "single computer - single user" licence. It can be activated using the following methods :
Online : online activation of the licence through a server,
Offline : 2-step offline activation,
Dongle : a USB Dongle is required to validate the licence. It must stay on the computer at all time.
See the Setup section or the Crytplex documentation for more details.
A floating licence is a "multiple computer- multiple users" licence. It can be activated using the following methods :
Online : online activation of the licence through a hosted online server. Connexion must be maintained continuously to allow the taking and release of license tokens between users.
See the Setup section or the Cryptlex documentation for more details.
An on-premise licence is a floating licence with an on-premise licence server : a license pool is activated on the on-premise server via an online or offline procedure, as it launches, Predict Engine takes a license token if available at the server IP address. The licence server must us a Windows 7 or higher OS, or run on Linux. It can be activated using the following methods :
Online : online activation of the licence through a server,
Offline : 2-step offline activation.
See the Setup section or the Cryptlex documentation for more details.
An on-premise licence requires an on-premise licence server. The server can be installed by following the next steps :
Unzip the archive that was provided to you : LexFloatServer-Win-X.X.zip
Copy the contents of the x64 folder to an appropriate application folder : config.yml and LexFloatServer.exe
Copy the product file that was provided to you to the same folder : [product_file].dat
Set up the license server via the config.yml file with the key and the product file provided to you:
port: xxxx,
licenseKey: xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx,
productFilePath: [product_file].dat,
other parameters can remain unchanged.
Activate the license (the key is loaded automatically from the config.yml file) :
Online (server connected to the internet) : in a command line, call lexfloatserver -a
Offline (in two steps) :
Generation of the "Request" file to be sent to the address license@united-vr.com : in a command line, call lexfloatserver -g --offline-request omen-activation-request.dat
Save the response file : in a command line, call lexfloatserver -a --offline-response=omen-activation-response.dat
Install the server as a service : in a command line, call lexfloatserver -i --service-name myfloatingserver --service-display-name MyFloatingServer
If necessary, you can find more information on the following page: https://docs.cryptlex.com/floating-licenses/on-premise-floating-licenses/lexfloatserver.