An important message to our customers about the current COVID-19/Coronavirus situation. LEARN MORE.
When running setup.sh and entering the information for a node-locked license, such as configuration file, solution name, and solution key, the following error occurs:
The licensing configuration file you provided is invalid. Please retry your request or break the licensing process:
What would cause this issue?
This issue may be caused by a trailing space on the configuration file copied to the Linux server.
To remove the space, run the following command, making sure to replace configurationfilename with the name of your configuration file.
configurationfilename
truncate -s -1 **configurationfilename**
For example:
truncate -s -1 /usr/share/prizm/licenseconfiguration.txt