Info |
---|
You need a license server with a valid license file running in order to start the application. |
Table of Contents |
---|
License Server
The license server required is RLM (Reprise License Manager) by Reprise Software.
https://reprisesoftware.com/
...
Open a terminal/shell
Type "ifconfig"
The host id is the number after "ether"
Look for you network device and “Hwaddr”
Windows
Open a command prompt. Go to start menu and type "cmd"
Type "ipconfig /all"
Look for you network device and "Physical Address"
...
To connect to your license server you have to set an environment variable to point to your license server when running the application.
Set environment variable DASELEMENT_LICENSE As a fallback the variable RLM_LICENSE will be used.
Should look something like this: {port}@{hostname}
. The default port is 5053
Example
...
Linux
export DASELEMENT_LICENSE=5053@vfx-license
...