ERROR | (XSAGGRFORM) workspace object is an illegal AGGMAP for aggregating a FORMULA. |
CAUSE | The user attempted to aggregate a FORMULA using an AGGMAP that is not valid for aggregating FORMULAs. The AGGMAP must specify PRECOMPUTE(NA) for all relation lines and must not specify any caching. |
ACTION | Correct the AGGMAP so it is legal for aggregating a FORMULA. |