Tagged Questions
0
votes
1answer
52 views
SharePoint Farm feature not deploying to all members
I have a SharePoint 2010 farm solution (with some timer jobs tied to SPTimerV4 and a LockType of None) that is not deploying it's GAC'ed DLL to all servers in the farm. This timer job must run on ...
0
votes
1answer
49 views
Could these errors be the cause of my timer job problem?
I have a timer job that runs every night at midnight.
The first part of the timer job is to iterate through every single site in a particular site collection (there are many).
The second part of the ...
1
vote
2answers
356 views
My custom sharepoint 2010 Timer job not running
I have created a custom timer service to create a list. its scheduled in minute using FeatureActivated event. I could able to globally deploy the solution. But the my timer job is not running. Its ...
0
votes
1answer
76 views
TimerJob error missing public constructor
I have an issue on my SharePoint 2007 portal, where i created a custom TimerJob, but when I deploy it i get a message:
MyTimerJob cannot be deserialized because it does not have a
public default ...
0
votes
1answer
219 views
Rating's not being saved
Initially, I thought there was a problem with a control I've made to rate a document when I found that no documents appeared to be rated.
So last night I rated documents (approved and published) ...
0
votes
2answers
157 views
Problem with connectivity and OWSTIMER.exe
Our stagging environment is on a single server with 3 virtual servers,
Database Server
K2 Workflow Server
WebFrontEnd Server
Now time to time I am getting this exception for a webpart in event ...
0
votes
1answer
154 views
Possible to programmatically force timer to run?
I've exposed some 'rename metadata term' functionality to the user through an application page. It works fine, but they obviously don't see the changes until the 'Taxonomy Update Scheduler' has ran - ...
0
votes
1answer
65 views
Is there anyway to execute a web scoped timer jobs manually
My timer job runs every 15 minutes so on Staging server I have to wait 15 minutes while waiting for results after deploying it, is there any way I can simply execute it, I remember there was some ...
2
votes
3answers
250 views
OWSTimer.exe suddenly disappeared
I am testing/debugging this Timer Job, while deploying my solution again and again using WSP Builder, I manage to hide OWSTimer.exe so now I cant find it to attach timer job to and debug my code, ...
1
vote
1answer
243 views
SPJobDefinition Execute Method isn't overriding
I built a custom Timer Job on activation I was able to debug it and it was going through Execute method I am overriding but suddenly its not overriding anymore.
Code is here:
public class ...
0
votes
1answer
146 views
Timer on a SharePoint List
I came across a very interesting scenario I need a Timer for Item added Event receiver for a SharePoint List and this list is being added to hundred of Webs. Now each List needs a timer job, which ...
0
votes
3answers
108 views
Get default WebApplication in a farm
I have a question about getting the default WebApplication in the farm - how do I do it?
I need to, because my timer job must be completed only for one WebApplication.
PS: I'm using SharePoint 2010
1
vote
3answers
413 views
How to delete a custom timer job?
Although we can delete a running timer job from Central administration Monitoring section, but is there anything that we need to implement in a custom timer job so that the job stops as soon as it is ...
0
votes
2answers
1k views
Custom Timer job throws an error : “Value cannot be null. Parameter name: uriString”
I am facing an issue while trying to write the custom Timer Job in SharePoint 2007.
Have overridden the Execute method
public override void Execute(Guid contentDbId)
{
using (SPSite ...
3
votes
1answer
670 views
Create a farm wide timer job…is it ok?
I'm following this http://msdn.microsoft.com/en-us/library/cc406686%28office.12%29.aspx and have successfully created a TimerJob that is WebApplication wide.
this line
foreach (SPSite ...
1
vote
2answers
2k views
Create sptimer job in c# and/or powershell
Can anyone tell me how to go about creating a timer job for sharepoint 2010 either using C# or Powershell.
All the best
2
votes
2answers
243 views
Database migration problem
We have recently migrated our MOSS databases from MS SQL Express 2005 to MS SQL 2008 both intances running on the same Windows 2003 server.
After "successful" migration we switched the 2005 server ...
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 ...
2
votes
1answer
84 views
Running code that creates a TimerJobDefinition outside of Central Admin
I have run into a problem several times now where I have developed a custom timer job, and I want my site collection administrators to manage the schedule of this job with a custom application page ...

