Hi Everyone,
Sorry if this question has come up, but one of the functions on my layout is not working ( luckily I'm working in the sandbox) here is the error message that I'm getting:
- system.security.NoDataFoundException: ORA-20001: ORA-06512: at "SLEEPY.SACCESS", line 1736 ORA-01403: no data found ORA-06512: at "SLEEPY.CACCESS", line 2987 ORA-06512: at "SLEEPY.CACCESS", line 2827 ORA-06512: at line 1 SQLException while executing plsql statement: {call cAccess.check_entity_access_proc_ncu(?,?,?,?,?,?)}(EXCLUDED, EXCLUDED, 0060L00000qBCFc, EXCLUDED, true, false)
Can anyone help me find resources on this matter?
This type of error is a Oracle database error. If you google "salesforce seven dwarfs errors" you'll get some more information, but nothing I've seen provides a definitive answer to the random problems or what each dwarf error name means.
What I've found in the past when this type of error shows is that the user is updating the current record, but then some automation (process builder/flow/workflow) is trying to update a linked record that they don't have access to update.
It's lengthy to troubleshoot. During the last occurrence, I had to click on every record in lookup fields and then manually try to edit those records to see if the user had permission to do so. Found out that there was functionality that updated a 'parent' record which updated another connected record, which wasn't allowed due to OWDs.