Could not create Quartz Job (#1006)

Hi,
I started to get the error “Could not create Quartz job (#1006)” when creating the trigger for every minutes from 9AM-6PM everyday (Except every fifth or its multipliers minute). My cron expression is as following:

0 1,2,3,6,7,8,9,11,12,13,14,16,17,18,19,21,22,23,24,26,27,28,29,31,32,33,34,36,37,38,39,41,42,43,46,47,48,49,51,52,53,54,56,57,58,59 9,10,11,12,13,14,15,16,17,18 ? * * *

It shows correct description in other online cron expression generator but couldn’t identified by orchestrator.

Anyone that knows what could be the problem here?

can you check:

*   9-18   *   *   * 
*   9-17   *   *   *

It stated invalid cron expression syntax

i was able to create following trigger:
grafik

by this expression:
grafik
0 * 9-17 ? * * *

it was necessary to cleanse up the copy and pasted string (e.g. from a cronmaker tool) that only 1 space was used for the seperating the different parts.

Can you try?

Thanks and this works for me, but do you know how to stop the trigger every five minutes since I have to free up my robot for other task?

give a try on: 0 */5 9-17 * * *

Also include the common online tools for RnDs like: