You need to sign in to do that
Don't have an account?
Jonathan Payne 12
We have an Apex Class "AYSFReportBatch" which should be scheduled under the user "AYSFIntegration" but the user has been changed which inadequate permissions which means the batch apex job is being abandoned.
We are not sure how the user was changed, or why but would like to change it back to the original "AYSFReportBatch" Apex Class. How might this be achievable?
Many thanks!
Batch apex job user change
We have an Apex Class "AYSFReportBatch" which should be scheduled under the user "AYSFIntegration" but the user has been changed which inadequate permissions which means the batch apex job is being abandoned.
We are not sure how the user was changed, or why but would like to change it back to the original "AYSFReportBatch" Apex Class. How might this be achievable?
Many thanks!
I would do it in two steps:
1) Delete current schedule process: Setup -> Scheduled Jobs -> Search your scheduled job and delete it
2) Create scheduled job again: Log in as the user who will execute the process -> Setup -> Apex Classes -> Click on 'Schedule Apex' -> set previous values.
Let me know if it is ok for you.
Thanks
Regards,
Ignacio