function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ZfactorForceZfactorForce 

ORA-06512: at "DOC.TACCESS" Error Please Help Urgent

Hi all,
I am getting this type of error in my org and do not understand why. Please see below:
Apex script unhandled exception by user/organization: 
Source organization: 
Failed to process batch for class 'WorkTasksBatch' for job id 

caused by: System.DmlException: Update failed. First exception on row 53 with id 08p2S00000ajAIDQA2; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Validation Formula "SALC_ Invalid (ORA-20001: 
ORA-06512: at "DOC.TACCESS", line 110
ORA-01403: no data found
ORA-06512: at "DOC.CACCESS", line 3228
ORA-06512: at "DOC.CACCESS", line 2915
ORA-06512: at line 1


SQLException while executing plsql statement: {call cAccess.check_entity_access_proc_ncu(?,?,?,?,?,?)}(EXCLUDED, EXCLUDED, 5002S00001CnV3u, EXCLUDED, true, false)): []

Has Anyone ever experienced this?
ShirishaShirisha (Salesforce Developers) 
Hi,

Greetings!

Do you have any validation rule named as "SALC_Canceled_validation_regular" on the Object where you are trying to process the records.

Also,try again by inactivating the validation rule to confirm the issue.

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri