Basic License Troubleshooting


Answers
-
Once you receive an altair license file and tried to use it, however you get a license error
, if you can do the following , you can troubleshoot yourself -
1) You need to ascertain - Is this a standalone (node locked) license file or do you have a server license,
To identify if your license file is a server based license or a standalone license, please open the license file in a text editor
The difference between a server based license and a node locked license is that in a server based license each feature has a COUNT field.
2) If it is a node locked license, all you need to do is place it in the security folder as you have, in which case, you must check if the Ethernet ID is correct as per below (please delete/uninstall the license manager in this case)
also please take care and check for the file extension, i.e. it should be *.dat and not *.dat.dat (this could resolve the issue)
Again when you open the license file in a text editor you will see an Ethernet address there in a line that says 'ETHERNET =
The Ethernet ID is the id of your machine which is exactly 12 hexadecimal numbers. For example D4WRF478F398
Please check your computer’s Ethernet address, by using the almutil -hostid application from the Start > Altair > Tools > Admin tools Menu
The listed Host ID should be used to generate the license file.You can also find it by running ipconfig/all in command window and check for physical address under Ethernet adapter local area connection:
Alternatively run getmac in command window to find out available Ethernet addresses
3) If it is a server based license, follow the procedure in the attached video to install and use the license manager in the machine whose Ethernet ID is in the license file,
4) If you have a license server running (and if you know the hostname of this license server machine) you need to connect to this server machine by setting an environment variable in your machine,
Please set an environment variable to connect to the license server machine as below if using Windows 7
Windows 7
1. Right click on My Computer from the Start menu
2. Choose Properties from the context menu
3. Click Advanced system settings > Advanced tab
4. Click on Environment Variables,
5. Click on new under the system variables section and enter the variable name and value
The proper format for a network license location is port@hostname
ALTAIR_LICENSE_PATH port@hostname
port is the port number. The port number in this command matches with the port number in the TCP_LISTEN_PORT = 6200 line in the altair-serv.cfg file in the licensing folder, changing this port number in the altair-serv.cfg file will allow you to connect using this new port and the environment variables will then need to be set with this new port number.
host1 is the host name, this can be the name or the IP address of the servers.
Best regards
0 -
Hello Rahul. I am getting error code 1 and error code 9 as show on the pictures below. Error code 9 says feature not found and error code 1 says unable to check out 21000 EDEMGUI licence(s). Can you please help as soon as possible. Kind regards0
-
Patience said:
Hello Rahul. I am getting error code 1 and error code 9 as show on the pictures below. Error code 9 says feature not found and error code 1 says unable to check out 21000 EDEMGUI licence(s). Can you please help as soon as possible. Kind regards
Hello Patience,
according to the error message you shared the application is failing while trying to reach a Server license at 6200@localhost and/or failing to reach a Hosted license.
The first step will be identifying which is the correct license type that you have, it could be either Server, Standalone or Hosted.
- If your license file is a Server license: possibly the host is not your local host (your own machine) so you need to identify the correct host and place it in the environment variable:
ALTAIR_LICENSE_PATH=6200@name_of_your_server
- If your license is Standalone: You will need to add the filepath with name and extension pointing to your standalone license file in the environment variable. For example:
ALTAIR_LICENSE_PATH=C:\Program Files\Altair\altair_lic.dat
- If your license is Hosted: You will need to authorize your machine for Hosted license usage. For this you can choose either entering your Altair One account credentials in the License Setup Window of a HyperWorks (new gui), Inspire, SimLab, among others. Or generating an authorization token from your Altair One account > Profile > View my authorized machines > Generate Auth code; and entering this token into the license utility of the application you are trying to use.
I hope this helps you to troubleshoot the issue.
0