Hi,
Thank you for your answer.
I wrote a DataCheckHook for the IloCheckData class. There, I tried your suggestion:
scenario.getIssuesReport().disableIssueOverflow();
but the IloIssuesReport – class hast no disableIssueOverflow()-methode. I also tried
((ilog.odm.datasvc.internal.IloIssuesReport)scenario.getIssuesReport()).disableIssueOverflow();
It is possible to compile this code but it doesn’t change anything. I still get the following massages:
Regards, Irina Hafner