-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPSP setting - npsp:Too many query rows: 50001 #7181
Comments
We also encountered the same issues.
We are only updating one GAU Allocation record. I suspect this is from
NPSP Version: 3.226 |
Nope. Same limit, but completely unrelated context and use case. The original poster is talking about an issue when an org that has custom scheduled jobs that are still considered actively queued and they're trying to load the NPSP Settings page and it fails because NPSP is trying to look at all the users Scheduled Jobs. That has nothing to do with a query for Allocations. |
Thanks @judisohn, I will post separate issue then. |
You can, sure, but no one who works for Salesforce is likely to respond. This is not where they track issues in the project. The only way to get Salesforce to look at the issue you're facing is to open a support case. |
When I click on the "NPSP Setting" tab, I receive the following error:
In the logs, it is evident that the page is hitting a limit while loading.
Why is NPSP executing such a strange SOQL query without a filter?
SELECT Id, CronExpression, CronJobDetail.Name, CreatedBy.Name, CreatedBy.IsActive FROM CronTrigger WHERE CronJobDetail.JobType = '7'
The text was updated successfully, but these errors were encountered: