cancel
Showing results for 
Search instead for 
Did you mean: 

SyncJob "Start CronJob now" and "Abort CronJob" buttons are disabled

pratik_a_soni
Participant
0 Kudos

Hi All,

I'm seeing a strange issue in the sync cronjob where the "Start CronJob now" and "Abort Cronjob" buttons are disabled. Can anyone help on this, it is impacting our testing?

We've already removed and recreated the cronjob instance but still it doesn't turn it on. I've ensured the cronjob is active.

Thanks Pratik

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Pratik,

Please ensure that the cronjob is not in running status (and its enabled). To make a cronjob abortable, you have to override the method isAbortable() in your implementing classes and return a true value from the method.

Regards,

Jithin

former_member621856
Participant
0 Kudos

Please enable the cronjob first from HMC.

pratik_a_soni
Participant
0 Kudos

The job is already enabled.