Does anyone have any idea how to resolve this?

I once found an article that suggested a change to registry keys, but it didn't specify which, I also can't locate that article at the second time of looking; can anyone shed any light?

Thanks Richard

asked 08 Jun '18, 06:56

richardsayle's gravatar image

richardsayle
11111
accept rate: 0%


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\PAStorageMonitor

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

link

answered 11 Jun '18, 09:55

Doug's gravatar image

Doug ♦♦
10.2k122138
accept rate: 21%

edited 12 Jun '18, 19:47

1

Hi Doug

Thanks ver much for the response. I'll give that a whirl!

Richard

(12 Jun '18, 06:18) richardsayle
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×22
×1

Asked: 08 Jun '18, 06:56

Seen: 24,933 times

Last updated: 12 Jun '18, 19:47