I have created a custom timer job in SharePoint 2013 that is scheduled yearly. It shows yearly when I goto jobs definition in Central Administration. But when I open the Timer Job and Hit Run Now it is scheduled to Hourly as there is no option in UI for scheduling the job Yearly. How to handle this situation?
Nikhil…
I poked around central admin on my server and none of the jobs I looked at had an option for annual… Â I’m wondering if the Central Admin gui doesn’t support it, so it is defaulting to monthly.
Having said that, using the “Run Now” option won’t save the monthly setting unless you press the Save button.
You might want to trying using power shell to see what the job is configured as… Â
See this link for a summary of timer job related power shell commands.