function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Codi Kodama 9Codi Kodama 9 

Error: This Apex class is already scheduled for execution.

We have an Apex class that has several Scheduled Jobs that ran in the past and have no future run dates. When we try to create a new Scheduled Job with the same Apex class we get the error: This Apex class is already scheduled for execution. I found a Known Issue (https://success.salesforce.com/issues_view?id=a1p30000000SukEAAS) on SFDC Success that indicates it was fixed in Summer '14; however, we still receive the error. The workaround listed on the Known Issue works for us, i.e. changing the Job Name so that it's unique.

Has anyone had this same issue? If so, has SFDC let you know their plan to fix this?
@anilbathula@@anilbathula@
Hi Codi Kodama 9,

See the schedule jobs which already exists with the schedule job name and delete them wether they are not schedule in future .
If they have scheduled for future runs then change ur new schedule job name.
we cant have mutilple schedule jobs with same name wether they have future runs or not.

Thanks
Anil.B
Codi Kodama 9Codi Kodama 9
Thank you @anibathula@. Why was the Known Issue created in the first place if it was functioning properly with the error?
@anilbathula@@anilbathula@
Hi Codi Kodama 9,

It known issue is with summer 14 patches.
Now at present we are using winter 15 release.

Thanks
Anil.B
Codi Kodama 9Codi Kodama 9
@anilbathula@ If it was a Known Issue that was fixed in Summer '14 why would it resurface in the Winter '15 release?