For some reason, I am unable to run full recalculation jobs. This is specifically in our full sandbox. It works in production via the UI (although not through Apex). I get this error:
"A calculate job for rollup 'Monthly Contribution Rollup' is already executing. If you suspect it is not aleady running try clearing the applicable record from the Lookup Rollup Calculate Jobs tab and try again."
However, when I go check the Lookup Rollup Calculate Jobs tab, it is empty.
Any help would be appreciated.
#Salesforce Developer
normally I'd send you to the docs but I see you've already checked the tab.
There is an open issue for this that I think is related. DLRS checks to see if it is a storage issue then naively assumes everything else must be this error.
https://github.com/SFDO-Community/declarative-lookup-rollup-summaries/issues/1578I'd start by checking your storage in the sandbox, the code should be checking for storage issues but I think that check might be broken. You'd be at least the second person to experience this.
If your storage is clean then please let me know and we can dig further.