• Alan McSporran
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I've got a CronTrigger entry on a customer's site that has an empty CronJobDetailId that's probably preventing a new System.scheduleBatch() call from running. When I run:
  System.abortJob('08e9000000rydbcAAA');

An exception is thrown:
  System.StringException: Invalid parameter value "000000000000000" for parameter "id".

How can I abort this job?

- Thanks