Hi Richard -
This is a limit to keep a database from reading millions of rows from a database, filling memory, and then crashing.
Often when this message is seen, the report is not returning what someone is looking for (most folks won't want to look through 300,000 rows anyway).
If you do want more rows, change the registry value **Limit_ReportRows**. Depending on which product you're using it will be in one of the following subkeys:
HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\PowerAdminServerMonitor
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PowerAdminServerMonitor
HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\PAStorageMonitor
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PAStorageMonitor
HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\PAFileSight
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PAFileSight
You can make it as large as you want with the caveat that a report request might return enough data to crash the monitoring service.
Doug
Power Admin Support