• Varada Bhanage 5
  • NEWBIE
  • 10 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Hello all,

We have written apex schedular job and which gets after every 1 minute.
However that job suddenly stopped working on 14th of January 2017.
We have rescheuled job again however we want to know why this happened?
Anyone has any idea about this?
If yes please help us in inderstanding.
Is there any way to notify administartor if job stops working?

Help is much approciated .
Thanks in advance.

Kind regards,
Varada
Hello guys,

We need to delete 2 Scheduled jobs from workbench through SOQL query as these jobs are not visible at from front end.
However when we try yo delete those jobs we are getting error 'INSUFFICIENT_ACCESS_OR_READONLY. Insufficient Access Rights On Object Id'
We are using below query in workbench: 

SELECT Id, CronJobDetail.Id, CronJobDetail.Name, CronJobDetail.JobType
FROM CronTrigger where CronJobDEtailID = '08aV0000006LlFTIA0' ORDER BY CreatedDate


PFB screenshot for error. What I need to to do to delete these jobs?
User-added image
Hello all,

We have written apex schedular job and which gets after every 1 minute.
However that job suddenly stopped working on 14th of January 2017.
We have rescheuled job again however we want to know why this happened?
Anyone has any idea about this?
If yes please help us in inderstanding.
Is there any way to notify administartor if job stops working?

Help is much approciated .
Thanks in advance.

Kind regards,
Varada