Previous Topic: IDAERCBP01 - Run Control Block exceeds 32KNext Topic: IDAERWDR02 - Maximum online sort record count exceeds maximum


IDAERWDR01 - Maximum number of active reports exceeded

Reason:

A CA Ideal RUN-unit can have only 16 active concurrent outputs. Included in this count are the outputs:

RUNLIST (open for all CA Ideal RUN-units)

DBUGLIST (open for all CA Ideal DEBUG/RUN-units)

You tried to open more than the maximum number of outputs simultaneously. This can be caused when reports that were processed (possibly in other subprograms of a RUN-unit) were not RELEASEd. This can also be true when a new subprogram (or new version of a subprogram) is added to a RUN-application that produces more reports than it did.

Action:

RELEASE programs and reports during execution of a complex application when their further use by the application is no longer required. If more than 16 simultaneous outputs are still required, CA Ideal cannot support the application. You must redesign the application to execute with fewer simultaneous reports.