Timer job not firing
Any idea why my timer job is not firing? It's appearing in the timer job definition list but it just won't fire... The begin hour was when it's 4:12pm when i was going to test if it works... ENQStatusUpdateTimerJob timerJob = new ENQStatusUpdateTimerJob("ENQStatusUpdateTimerJob", site.WebApplication); SPDailySchedule dailySchedule = new SPDailySchedule(); dailySchedule.BeginHour = 16; dailySchedule.BeginMinute = 15; dailySchedule.BeginSecond = 0; dailySchedule.EndHour = 16; dailySchedule.EndMinute = 20; dailySchedule.EndSecond = 0; timerJob.Schedule = dailySchedule; timerJob.Update();
July 1st, 2011 2:56am

- You can try using STSADM -o execadmsvcjobs command to force the timer job to execute immediately - I would suggest to look at the timer job status in the central administration, you can try to restart the timer and see when it stop executing. - Insert traces in the timer job execution method and find what the issue is - Make sure the account running the SharePoint Timer service is the account which has the administrator Full Control permission over the site and the full permission over the content database. - Try restarting the following services : Windows SharePoint Services Timer service Windows SharePoint Services Administration service. - Also check the if the application pool of SSP is running--Cheers
Free Windows Admin Tool Kit Click here and download it now
July 1st, 2011 3:06am

if i go into the timer job status list, i see the top two as: Application Server Administration Service Timer Job SHAREPOINT Failed 100% 7/1/2011 5:05 PM Application Server Timer Job SHAREPOINT Succeeded 100% 7/1/2011 5:05 PM
July 1st, 2011 3:38am

Did you try restarting the administrative services?--Cheers
Free Windows Admin Tool Kit Click here and download it now
July 1st, 2011 4:36am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics