2 posts / 0 new
Last post
Cron Expression not working on DBSync Process Scheduler
Organization: CarLotz, Inc. Project: New_Odata_PDL I am having an issue with creating a Cron Scheduler for any of my processes. I can create Schedulers using different "Repeat" values such as 'Minutes', 'Hours', or 'Weekly', but I just receive an error message (picture attached) anytime I try to create a Cron Scheduler. I've previously setup a Cron scheduler for a couple of my processes, so I'm not sure if a recent update is causing this issue. I've also attached the Cron expression I want on the "SYNCJjournalEntry_to_QBJE" process in a txt file. Thank you for the help!
You voted 5. Total votes: 1059

Initial Cron expression- 0 0/15 10-22 ? * MON,TUE,WED,THU,FRI,SAT *

Changed Cron Expression-0 0/15 10-22 ? * MON,TUE,WED,THU,FRI,SAT

Initially there was 7 characters present due to which we were getting OOPS error for the scheduler.The 7th expression(Year) is optional and it can be omitted. When we use 6 character expression the scheduler saves and there will be no error.

You voted 4. Total votes: 894