Originally posted by: SerenSoner
Dear all,
I've been using CPLEX for a while, both from the IDE itself and using the callable library. However, I recently wanted to import it to a plugin to a program, and have written the code for it.
I compile the plugin with the necessary includes and stuff, but when the main program calls my plugin, I get the message
Could not open CPLEX environment.
CPLEX Error 32201: ILM Error 16: CPLEX: license file not found or unreadable.
from my errorstring. While running the program, echo $ILOG_LICENSE_FILE points to the correct path. Any idea where to look ?
Thanks
#DecisionOptimization#OPLusingCPLEXOptimizer