"An internal database limit has been hit which might affect monitoring or reports"

Viewed 0

I got an email with the below text. Is there something I can do to clean up the database in some way?

Best, Rune

"An internal database limit has been hit which might affect monitoring or reports. This limit can be increased by changing the Limit_Default setting. You can look in that same file for DB_LIMIT for additional hints.

100000 or more rows were going to be returned from:
begin;
SELECT Date, CASE WHEN Value <= 5000 THEN 100 ELSE 0 END as Value
FROM StatData
WHERE St

Sent from PA Server Monitor on VS249931 (62.138.22.75) - 07 Apr 00:01
Ver 9.6.0 (Build 206)
System Alert Rule: Error: Internal error detected in monitoring service

This System Alert's delivery can be configured in Settings > System Alerts"

1 Answers

Hi -

We recently found the cause of that message - the wrong database limit was being applied. The fix is in 9.6.0.255 and newer, which is currently the Preview build.

Related