0x0072000A (7471114) Adding LENGTH occurrence-length to OFFSET relative-offset, and multiplying the bymaximum-occurrences (which is the maximum number of times that the record array can occur), results in a value that is too high for the record-array definition that is identified with BEGINLEVELlevel-number. This value cannot be greater than maximum-value.
Explanation
The computed ending offset of the record array extends past the end of the object that the record array resides in. The ending offset was computed by multiplying the occurrence-length by the maximum number of times the record array can repeat (maximum-occurrences) and added to the starting relative-offset of the record array. The computed value extends past the maximum size of the owning object identified by maximum-value.
User response
Reduce the number of times the record array can repeat and ensure that the starting offset and length of each occurrence is correct.