Originally posted by: SystemAdmin
> CPLEX Error 32201: ILM Error 16: CPLEX: license file not found or
> unreadable
> How can I sollve this problem? Where I have to put my access.ilm
> licence?
As the message indicates, the error occurs because the license file is not being found.
If you are on a windows machine, you can either place the access.ilm in the C:\ILOG\ILM folder which is checked by default or place it in any other folder (say C:\ILOG folder) and make sure that you create an environment variable called 'ILOG_LICENSE_FILE' whose value is the absolute path of the file including the file name ('C:\ILOG\access.ilm'). The procedure is similar on a Linux/Unix box where you can either place the access.ilm file in the /usr/ilog/ilm directory which is checked by default or set up an environment variable (using setenv/export) which points towards the absolute location of the license file including the file name.
Do also make sure that your license file not have a .txt entension after access.ilm since on some windows (7) machines, this .txt extension may not be visible by default.
Hope this helps.
#DecisionOptimization#MathematicalProgramming-General