You need to sign in to do that
Don't have an account?

Failed to process batch for class '<unknown>'
We have an app that schedules a nightly job to run updates. For some orgs, we keep seeing exceptions like these:
Developer script exception from {company name}. : '<unknown>' : Inactive User, orgId: {orgId} userId: {userId}
Apex script unhandled exception by user/organization: {userId}/{orgId}
Failed to process batch for class '<unknown>' for job id '707C000001g2yQT'
I'm not really sure what to do on the develper side to make these go away. Thanks in advance for any tips!
Developer script exception from {company name}. : '<unknown>' : Inactive User, orgId: {orgId} userId: {userId}
Apex script unhandled exception by user/organization: {userId}/{orgId}
Failed to process batch for class '<unknown>' for job id '707C000001g2yQT'
I'm not really sure what to do on the develper side to make these go away. Thanks in advance for any tips!

Katya, check if the user who scheduled the batch has been inactivated. The batch class takes the context of the user who has scheduled it and if it is inactive it would throw such exceptions.