0
votes
0answers
53 views

Why Sharepoint Timer Service is making Pc slow?

Currently Sharepoint Timer Service is stopped in my Pc and the Pc is running perfectly but when i start Sharepoint Timer Service at the time of Development, at that time it is making my Pc very slow ...
1
vote
2answers
1k views

SharePoint Timer Service acting erratically

This is a SharePoint 2010 Server Enterprise Install with SP1 and the December 2011 CU. The farm has 1 WFE/App server and 1 DB server. My timer service restarts constantly. I see this message in the ...
4
votes
4answers
179 views

Timer Job Creation - Without Coding

Is there any way that allows me to create a timer job without having to code it? Any application out there that abstracts the coding?
5
votes
3answers
976 views

What is downside of reducing the workflow timer job in SharePoint2010 from 5mins to 1 mins

I am working on a project which trigger the workflow in code asynchronously, the default time for the workflow timer job to pick the workflow is 5 mins , I would like to reduce the timer job from ...
1
vote
1answer
423 views

Timer job to copy file

I have a web application scoped feature that creates and submits a one-time timer job when the feature is activated. The purpose of the timer job is to copy a file from one directory to another on the ...
2
votes
3answers
389 views

What decides which machine a Timer Job is run on?

What decides which machine a Timer Job is run on for jobs that have a lock of type JobLockType.Job? Is it completely random?
5
votes
3answers
676 views

What happens to executing Timer Jobs when the Timer Services is restarted?

What happens to executing Timer Jobs when the Timer Service is restarted? Does it abruptly abort any executing jobs? Is there an exception to catch (for example ThreadAbortException) in your timer ...