Originally posted by: gargius
Hallo,
I have following problem. I use a .mod file with a .dat file to insert data. The solution process of the models are controlled by Java via oplall.jar. All worked fine until I changed the .mod file in some way. If I solve the model in the IBM ILOG Optimization Studio all works fine. But over the Java programm the following error message occurs at the command "opl.generate()":
*** ERROR[ENGINE_001] at 151:1-53 CPLEX_Models/contract period construction/Model_ContractPeriodConstruction_P1.mod: Ausnahme von IBM ILOG Concert: IloComprehensionI.
*** ERROR[ENGINE_001]: Ausnahme von IBM ILOG Concert: IloComprehensionI.
### CONCERT exception: IloComprehensionI
ilog.concert.IloException: IloComprehensionI
at ilog.opl.opl_lang_wrapJNI.IloOplModel_getOuterModel(Native Method)
at ilog.opl.IloOplModel.getOuterModel(IloOplModel.java:525)
at ilog.opl.IloOplModel.generate(IloOplModel.java:130)
Has somebody an idea what the problem is?
Thanks in advance
Best regards
#DecisionOptimization#OPLusingCPLEXOptimizer