maximum allowable records limit reached for the report

Can anyone tell me why we are getting the message mentioned in the subject.This message appears when we run a report in SunMC 3.5u1 with the item %used on the filesystem item in the kernel readermodule.Could this be the size of the sorting area in the Oracle DB ?
[284 byte] By [peternl] at [2007-11-26 6:01:24]
# 1

It can be handled by defining the key-value pair (MaxAllowedRecords = 10000) in javaserver.properties. So if user wants to increase the MaxAllowedRecords he can simply update the value of the key (MaxAllowedRecords) in javaserver.properties.

usage : - Update javaserver.properties key

--

MaxAllowedRecords = <<user max value>>

e.g :- MaxAllowedRecords = 550000

Abitav Dubey.

AbitavDubey at 2007-7-6 13:23:37 > top of Java-index,Administration Tools,Sun Management Center...