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

learn more… | top users | synonyms (1)

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
2answers
65 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 ...
0
votes
1answer
53 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
167 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
78 views

WSS 3.0 - Running Timer Jobs Manually

I am trying to troubleshoot why my timer job is not working in WSS 3.0. Is there anyway to run a timer job manually in WSS 3.0?
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
68 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
71 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
114 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
1answer
157 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
83 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
0answers
113 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
1answer
438 views

Access Secure Store Service from Timer Job

I'm creating a timer job that polls an RSS feed that requires a username and password. I'd like to store the login credentials in the Secure Store Service. I believe I have successfully set this up ...
0
votes
1answer
143 views

What is the default timezone setting for a web application?

We have a sharepoint server that is in pacific time. There are several webapps and they do not have a timezone specified (Manage Web Application > Web Application > General Settings > Default ...
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
3answers
82 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 ...
0
votes
2answers
146 views

Can't get the user email from user info when code executing in timer job

SPList resourceList = SiteProvisioningProvider.GetListReference(web, "Lists/Resources"); foreach (SPFieldUserValue admin in adminCollection) { ...
0
votes
1answer
164 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
0answers
146 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: ...
0
votes
1answer
267 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
278 views

Debugging a Timer Job

I was not able to do something a little more elaborate with my timer job so I decided to check if something basic works. So I tried the code below - but it keeps giving me this error - why? UPDATE ...
0
votes
1answer
685 views

Object reference not set to an instance of an object when Updating a Timer JOB?

This is really weird. The exception is thrown in the FeatureActivated event exactly in the line job.Update(). There is no way to debug any further because that method is from the framework. Maybe I ...
0
votes
1answer
154 views

Problem registering new timer job

I have the following problem when trying to create a timer job I created my job based on this article: http://msdn.microsoft.com/en-us/library/hh528519.aspx However, debugging the feature activated ...
0
votes
2answers
2k views

Restore-SPSite reports “No content databases are available for this operation…”

I've run a site collection backup using Backup-SPSite. I then deleted the Site Collection using CA. Then tried to restore is using Restore-SPSite. Got the error "No content databases are available ...
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?
0
votes
2answers
486 views

Timer Job Installation Error - Error obtaining reference to Site

I Have weird problem intalling custom timer job definition to specific webapplication. Environment is 2x wfe + 1x application server. Development and staging works fine (single server boxes) ...
0
votes
1answer
2k views

Delete timer jobs

I have a couple of timer jobs that I cant get rid of. I think they got created as a consequnce of creating a custom job. Also, if I use powershell Get-SPTimerJob then I get an exception. ...

1 2 3 4