You install the trail software from our website on the client PCs. You do not need another version of the software.
There are two ways to configure the client PCs users to connect to license server:
- Specify the location of the license server (preferred)
- Automatic server discovery
Option One: Specify Server Location
To specify a license server location on a client PC, add the following environment variable to the client system:
- REPORTVIEWER_LICENSE_PATH=6200@YourServer1
Option Two: Automatic server discovery
To use automatic server discovery, set Windows Environment variable to the client system:
- REPORTVIEWER_AUTOMATIC_SERVER_DISCOVERY=1

Use the setx command to quickly set environment variables from the Windows command line.
- setx REPORTVIEWER_LICENSE_PATH "6200@YourServerHost"
Generally you need to reboot after adding a environment variable. Here's one way to reboot.
- shutdown /r /c “Going down for reboot!” /t 120 /force
Output while setting the environment variable.
Expected output after a reboot.
You can put both of those commands together in a .bat file.
Follow the link below to see other command line options available in your license server:
https://docs.x-formation.com/display/LMX/Environment+variables