Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Problem with cplex

    Posted 10/20/11 06:38 PM

    Originally posted by: QHK4_Davide_Coleto


    Hi! I've got the correct licence but when i try tu run cplex appears this error:
    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?

    Thanks a lot, best regards!
    #DecisionOptimization
    #MathematicalProgramming-General


  • 2.  Re: Problem with cplex

    Posted 10/20/11 07:18 PM

    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