A timer job runs in a specific Windows service for SharePoint Server to automate common SharePoint tasks.

learn more… | top users | synonyms (1)

1
vote
3answers
590 views

Instantiating timer job multiple times

I need to check the status of a VS workflow a number of times for status and send email if task incomplete. Usually I create a Sharepoint timer Job. As I am required to check numerous times a day ...
1
vote
3answers
246 views

what is the best way to send survey or poll once a year

I have a requirement to send an online survey/poll/feedback form to all the users in our intranet once a year. I have been advised that this might require creating an infopath form and completed forms ...
0
votes
3answers
80 views

SP2010 - Which best solution for “crawling” plenty of site within 5 minutes by a timer job?

I have an issue I'd like to share with you, in SP2010. Here is the situation: There are a big number of sites, let's say 500, within one or different site collections. In each site, there's a similar ...
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 ...
1
vote
2answers
551 views

Disabling/postponing timer jobs programmatically

I wrote a utility that sync's our Oracle HR database of employees into SharePoint profiles. It loads all 150,000 employees from Oracle into an array, for each employee it retrieves or creates a ...
1
vote
2answers
499 views

Column doesnt exist error - Sharepoint Deployment

I am getting an error while deploying a project to the Timer Jobs. It keeps shooting me an error that says "Column does not exist", when I go to my list and my code, there is no such variable or ...
0
votes
2answers
56 views

Problem Timer job unknown error

I'm having a problem to reach a specific SPlist in my sitecollection. The timerjob is supposed to read all items from a SPlist I've choseed and send them to a user through mail. I'm not sure if it's ...
3
votes
1answer
120 views

Strange error from timer job service

I'm developing timer job for SharePoint 2010. I was able to deploy it on my local machine but when I was trying to execute timer job I get strange error message: Job definition SP2010.CopyDocsJob, ...
2
votes
1answer
61 views

Unable to update list item - Additions to this web site have been blocked

I am developing a SharePoint job. In the public override void Execute(Guid targetInstanceId) method, my code goes: SPSecurity.RunWithElevatedPrivileges(delegate() { int count = ...
2
votes
1answer
28 views

Users get subscribed to the same list more than once

I have developed a timerjob for MOSS 2007 which loops through a variety of subsites and then loops through all users on each site. Code can be seen here The issue at hand is that some of the users ...
1
vote
1answer
30 views

How do to update custom SPTimerjob?

I have created & deployed a custom Jobdefinition via feature activation. During feature deactivation I use... Foreach(SPJobDefinition job in WebApp.JobDefinitions){ ...
1
vote
1answer
494 views

Timer Job with lock type SPJobLockType.Job is scheduled on all WFE servers

I have written a custom timer job that should only run on one server in the farm. The constructor is as follows: public class MyCustomTimerJob : SPJobDefinition { public MyCustomTimerJob () : ...
1
vote
1answer
277 views

Executing sharepoint Job on single content db

I've added a 2nd site collection with its own content db. My custom timer job now runs twice, I want it to run only once as it sends an email out. How can I achieve this ? Here is my code : I've ...
1
vote
1answer
94 views

How can i instantiate multiple timer jobs with deffering names

I have created a timer job in VS and want to instantiate a number of times so I can have differing schedules. How can I do this pls.
0
votes
1answer
163 views

SharePoint 2010 send email

I have a timer job that will get ListItem based on some criteria. After I gathered all the items, I will send an email based on the Modified column and cc that email based on the Created By column. ...
0
votes
1answer
155 views

Can't disable Custom Timer Job

I has created a CustomTimerJob to update my list but i can't disable this timerjob because the title is disable, I can't click or do anything. I can't not find it in job definition but it ...
0
votes
1answer
163 views

Why is my timer job running as a nameless GenericIdentity?

I am trying to run a timer job in SharePoint 2010 that ultimately will call into the BCS to retrieve info from an Oracle database. My timer service is running as a domain user, so I expected this ...
0
votes
1answer
266 views

How to get all Note Board notes?

I have written code like this SPServiceContext context = SPServiceContext.GetContext(site); Uri uri = new Uri("http://localhost:1000/"); var socialCommentManager = new SocialCommentManager(context); ...
0
votes
1answer
416 views

synchronize data from external list and SPList

How do we synchronize data from an external list (BCS) into a custom SharePoint list? I have tried using a timer job, but it did not help. Any ideas?
1
vote
0answers
50 views

Solution's deployment status failed

Last I night I was trying to deploy a custom timer job on production servers, I added solution easily using STSADM, but when I tried to deploy it using CA it returned with deployment status as Failed. ...
1
vote
0answers
66 views

Sharepoint Workflows in background

I'm just curious, I was reading an article here, and in the third paragraph it states "If you didn’t know, there are quite a few workflows that run in the background all the time. " I was just ...
1
vote
0answers
302 views

Customize a timer job to send email when an item is added to a list in Sharepoint 2007

Need to send a mail to the Reviewer of a document ( this value is got from the Reviewer column of the library) when the document is added using timer jobs. Kindly provide steps and code snippet for ...
1
vote
0answers
204 views

Database Statistics Timer Job got hangs on initialized state

Env: MOSS 2007 SP2 64 bit architecture, 4 wfe and1 app server, wins server 2003, Sql 2005 . I have a site collection in web app which is reached 50 GB. Due to this, the Site collection is not ...
1
vote
0answers
410 views

SharePoint 2010: Application Server Administration Service Timer Job

One of our customers has a large SharePoint 2010 farm which was having problems with 100% CPU usage for a large part of every minute (15 seconds) when the Application Server Administration Service ...
1
vote
0answers
145 views

E-Mail Timer Jobs Are Not Firing

In a MOSS 2007 environment, I've setup Incoming E-Mail Settings in Central Admin and two timer jobs were subsequently created: 1) Windows SharePoint Services Get Incoming E-Mail Configuration 2) ...
0
votes
0answers
6 views

Password Management Timer Job Failed

After changing the "configure service accounts" for Web Analytics Service under Security in CA, I received the following error: Also when I access the timer jobs, I noticed that the Password ...
0
votes
0answers
14 views

passing parameters to timer job

I have a web template that provisions some lists and as part of the solution i need a timer job to manipulate the lists. The problem is i do not know where the lists will be within the web ...
0
votes
0answers
24 views

Run a SharePoint manual start workflow from a timer job

I have developed a SharePoint manually-started workflow (WF) that send mail to a group of persons entered by the user as an initiation parameter before starting the workflow on an item. Now i want ...
0
votes
0answers
132 views

SharePoint 2010 Workflow stuck in starting status?

We have a SP 2010 workflow on a Document Library which sends an email notification out to certain users when a property is changed for a document. This workflow was working fine up until 2 weeks ago ...
0
votes
0answers
43 views

Word Automation Services - Generated documents with original metadata

I'm tying the word automation services in order to transform some docx and docs into pdf/a files. It works like a charm. However, something is missing: I need to pass the SPListItem metadata from the ...
0
votes
0answers
107 views

New-SPSite gives ERROR: Failed to OpenThreadToken, LastError=1008 in Timer job

I have a timer job that is running some powershell. The script creates a content database and then attempts to create a site collection. If run from powershell prompt the script works fine. If I ...
0
votes
0answers
24 views

Problem in Invoking SQL Server Reporting Services by SharePoint Timer Job

I'm facing some problem with the Render of some Reports during my SharePoint Timer Job. The same code running in a Console Application works correctly but in SharePoint Timer job stops working without ...
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 ...
0
votes
0answers
66 views

Variation Subsites Not Created - all timers finish in 00:00:00

Part 1: Variations Create Hierarchies Job Definition successfully creates the source & target labels. After that no subsites are created on the target labels nor any target pages. I've created ...
0
votes
0answers
54 views

Web analytics job not running

I've examined a web analytics job and have retrieved the following properties: WebAnalyticsWorkflowTrigger Display name: Web Analytics Trigger Workflows Timer Job Title: Web ...
0
votes
0answers
70 views

SharePoint 2010 Workflow Reversing Date Format

I've created a workflow that stores its start date and time plus 10 minutes to a variable and then repeats the process with 20 and 30 minutes. Once in production this will go up to a few days each. ...
0
votes
0answers
110 views

Custom Timer Job does not execute on production server

I have a custom job. It works fine on staging server, after moving to production it is not working. It shows in Central Administration "Job Definitions" I can open it and click "Run now" but it has no ...
0
votes
0answers
111 views

Web Application running on both App server and WFE

I am having an issue with Workflow "Pause for" action where this action never fires. I read this article http://support.microsoft.com/kb/2674684 and it talks about the disabling Workflow server for ...
0
votes
0answers
84 views

All timer jobs are missing from a Web Application

A timer job solution has been written and installed to our farm. It appeared to install correctly. However when you go to Central Admin under timer jobs and look at ...
0
votes
0answers
96 views

How to debug a Timer Job, specificall Sharepointboost AD Sync

We have multiple web apps running on our server farm and have Sharepointboost AD Sync deployed on all of them. The Timer Job shows as being scheduled for all web apps, on all servers, we have 2 WFE ...
0
votes
0answers
142 views

Starting Workflow in Timerjob fails sometimes

I wrote a timerjob how at some point creates an item and starts a workflow on that item manually. This works like 4 out of 5 times. When it doesn't work i get this not so cool exception: ...