Applies To:
  • CitectSCADA 1.00, 1.01, 1.10, 1.11, 1.20, 2.00, 2.01

Summary:
Question: What is the meaning of the compiler error message 'Maximum report size exceeded'? 

Solution:
This error message is generated when the pre-process report file exceeds 64k in size. During the compilation of a report, the compiler will turn a report into Cicode and then compile the Cicode. The intermediate size of a report is limited to 64k. If you get this error message, reduce the size of your report. You can do this by splitting the report into several reports, or calling Cicode functions from your report to do some of the work. 

Keywords:
 

Attachments