Tagged Questions

3
votes
1answer
349 views

SPSite.Exists() returns true although the site collection doesn’t exists

I'm currently working on a TimerJob which does some site collections management. When the job runs it looks into a list to retrieve the Url of a site collection then it calls SPSite.Exists() to check …
2
votes
2answers
49 views

Sharepoint Timer Job - Which server does the job execute on?

If I install a (timer job) feature to a Sharepoint front end server within a farm, which server executes the job? All of them? The job is locked at the job level, and the Execute method calls a web …
2
votes
1answer
359 views

SharePoint timer jobs not getting invoked.

I have a timer job which has been deployed to a server with multiple Web front ends. This timer job reads it's configuration from a Hierarchical Object Store. This timer job is scheduled to run …
2
votes
3answers
595 views

Debugging Sharepoint timer jobs

Hi all. I am creating my first Timer Job and want to debug it. I have installed the timer job through a feature, and added it to a webapplication's JobDefinitions collection, and added a …
2
votes
4answers
106 views

Server process with PHP+MySQL

I am new to web programming, and I am developing a simple appointment app with PHP + MySQL. Is there a simple way to add a background process on a timer (to send out daily appointment reminders, for …
1
vote
2answers
122 views

Elevated privileges in timer jobs

Can we use SPSecurity.RunWithElevatedPrivileges in SharePoint timer jobs? Under whose identity will the timer job run under elevated privilegs? Any gotcha's and must know facts regarding this will …
1
vote
1answer
163 views

SharePoint: Timerjobs Lock Type

Hi I am trying to create a timer job in WSS 3.0. My timer job would create the object of SPsite then SPWeb and then SPDocumentLibrary (or possibly picture library)using their GUIDs stored in any xml …
1
vote
3answers
153 views

SharePoint Feature Activation Form

I'd like to collect some information from a user when they activate a feature on a site. Just like the WF Association form when you add a workflow to a list. My particular scenario is a feature that …
1
vote
1answer
262 views

Scope of a timer job feature

I am writing a timer job for the first time. I am following the examples that can be obtained by googling as my reference. In many such articles, I am coming across the timer job features being …
1
vote
5answers
1k views

How do you instruct a SharePoint Farm to run a Timer Job on a specific server?

We have an SP timer job that was running fine for quite a while. Recently the admins enlisted another server into the farm, and consequently SharePoint decided to start running this timer job on this …
1
vote
1answer
528 views

Workflow Auto Cleanup timer job does not run

I am testing a couple of workflows for their workflow history cleanup time intervals. The workflow History needs to be retained for a specific number of days. I have implemented the solutions …
0
votes
1answer
136 views

SharePoint Timer Job not working properly when run on schedule but fine when running manaully

I've got a SharePoint timer job that takes a document library and puts the documents, converts them to PDF and puts them into a SQL server every night. Problem is, the timer job doesn't seem to work …
0
votes
1answer
99 views

Sharepoint Timer Job and log4net

Hi mates I'm developing a custom SharePoint solution which consist of a feature and a timer job (which is created by the feature in FeatureActivated). In my solution I want to use log4net for logging …
0
votes
1answer
72 views

SPJobDefinition.Execute running but not showing it ran in Central Admin

I'm using SPJobDefinition.Execute to explicitly force a timer job to run for a bit of testing. The job runs but the time it last ran hasn't changed in either 'Timer job status' or 'Timer job …
0
votes
0answers
61 views

How to execute share point custom timer job on specific farm server ?

we have two server A and B , when i install job and activate its feature on Server A sharepoint decides to run its instance on server B i dont know why How can i restrict it to run on server A ? .

1 2 next
15 30 50 per page