How to Stop "Salesforce Error" Emails Reporting Batch Apex errors -


we regularly receive automated emails salesforce batch apex errors, having trouble 1) disabling error emails , 2) tracking down issues. there way disable these error messages (many people in organization receive them regularly , i'd rather 1 user, if any, receive it)? there way see apex script triggering these errors or more information error?

here example error message:

organization: organization name(0000000000000000) user: email@gmail.com(0000000000000000)  salesforce reported below errors npsp attempting execute batch jobs, or @ time when unable display error messages directly user. it’s npsp attempting update summary fields on accounts , contacts, unable save records. failure might have been caused variety of issues unrelated npsp, such custom code or validation rules.  read article on power of hub learn how these scheduled jobs work: https://powerofus.force.com/npsp_scheduled_jobs  if you’re not sure how resolve these errors, post message in nonprofit success pack group in power of hub: https://powerofus.force.com/hub_npsp_group   errors:  ----------  error #1:  error type: batch apex error error date: 2017-09-11 04:00:25 message: "first error: update failed. first exception on row 0 id 003i000001ilolwaat; first error: field_custom_validation_exception, please enter mailing country.: []" context: npsp__rllp_oppsoftcreditrollup_batch  stack trace:  null 

this not standard email sent platform. custom email sent npsp, must have installed.

if don't need these batch processes work, can stop them running going setup | scheduled jobs.

if need them run, can go record indicated in error contact 003i000001ilolwaat , populate mailing country. turn off validation rule requiring mailing country or update not apply user when batch process runs able past it.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -