baanhp
16th June 2014, 13:16
Dear All,

I am facing a peculiar error while compiling my report in baan iv c4. Its saying fatal error r.aggr.control too large.

Can any body help me out, what could be the reason for this error and the solution if any body face this earlier. I searched in baanboard but not found any thread for this. I have attached the error screen shot also.

Kindly help me.

Regards
Haraprasad

baan_guru
16th June 2014, 13:30
Hello Haraprasad,


r.aggr.control() is an internal function which takes care of computation of all the aggregate (sum, count, average ...) variables used on report. This function calculates values for 'total..x' variables.

You might have over used number of aggregate variables than what is allowed. I'm not sure what is the limit but you might want to remove few and give another try.

I'll try to look for more details on this but hope above details may give you a start.

baanhp
16th June 2014, 13:40
thanks a lot for your valuable reply. I am anticipating this. and this was the actual reason. that means its a limitation in BAAN iv c4 or same constraint is there in ERP LN also.

baan_guru
16th June 2014, 14:27
I'm glad this helped you, can you tell us what is the max count of aggregate functions with which you could successfully compiled this report?

baanhp
16th June 2014, 14:59
total count I found in my report is 387.

the standard total aggregate function is called 387 times in report layout.
But I could not say what is the maximum limit for this. as I deleted the old layout which causes the over usage of this standard aggregate function.

Thanx a lot for your kind help and valuable time.