Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Snapcreator Schedules: Monthly Policy with frequency weekly?

2012-03-16
06:24 AM
4,388 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All
I want Create a Monthly Schedule with frequency monthly. But only the following frequencies are selecteable:
once
hourly
daily
weekly
cron
No frequency monthly is available, right?
So I have to use "Windows Task Scheduler" for creating a Job with a monthly frequency?
TIA
Thomas
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are adding a monthly option but for now use cron. Our task scheduler is very powerful as it comes with its own built-in cron mode which works on windows and unix and isnt dependent on cron, we just call it that since it is similar.
Here are examples of how to set the cron scheduler in SC, please give this a try:
http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger
SC scheduler is 100X better than task manager
This for example would run on last day of every month at 10:15am
0 15 10 L * ?
Regards,
Keith
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use the cron option.
Here is the documentation on how to setup the schedule.
http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger
Thanks,
Kapil
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are adding a monthly option but for now use cron. Our task scheduler is very powerful as it comes with its own built-in cron mode which works on windows and unix and isnt dependent on cron, we just call it that since it is similar.
Here are examples of how to set the cron scheduler in SC, please give this a try:
http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger
SC scheduler is 100X better than task manager
This for example would run on last day of every month at 10:15am
0 15 10 L * ?
Regards,
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kapil/Keith
Thanks for the quick answer... Its great to become useful solutions in such a short Time .
I dont have understand this cron "Thing". I have thinked this is for SC Server running on UNIX Systems only.
But after your explanation its clearly for me and cron is perfectly for our Environment.....
Greetz,Thanks and have a nice Weekend
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Happy to help!
This community is a key part of Snap Creator so there are many on here watching and helping, always feel free to ask for help here
Have a great weekend!
Keith
