cancel
Showing results for 
Search instead for 
Did you mean: 

Data schedule in SAP DataSphere using Cron expression

0 Kudos
113

In SAP DataSphere, I want to load a remote table daily twice a day during weekdays till the 20th of every month. 
For that I used attached Cron expression but the job is still running after 20th of that month also. 
If you have inputs to how to achieve it.

dharmendrachaudhary1_0-1745299940324.png

 

Accepted Solutions (0)

Answers (1)

Answers (1)

michal_majer
Active Participant
0 Kudos

Your current cron logic is like:

  • It's one of days 1-20 of the month, OR
  • It's a weekday (Monday through Friday)

Correct solution could be:
46 3,11 1-20 * */1

0 Kudos
@michal_majer, apologies for my earlier question. My requirement is that I want to run it daily twice a day during business weekdays(Monday- Friday) till the 20th of every month.
michal_majer
Active Participant
0 Kudos
46 3,11 1-20 * */1 should work 🙂