Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
3k views

Debugging Sharepoint timer jobs

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 SPMinuteSchedule to ...
5
votes
1answer
4k 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 ...
4
votes
1answer
194 views

Best way to send batch invitation emails

Currently in our application admin of a company invite multiple users to system. Our design is: take admin chosen separated email addresses, check user if exist and member of current company do ...
4
votes
1answer
2k views

Best Practices for Deploying Timer jobs in Server Farm Environments with multiple WFE

i have a timer job which i want to run only once per day, for the entire farm. How do I Deploy it in a multiple WFE environment? Do I run the stsadm -o deploysolution command in every WFE, or just ...
4
votes
2answers
416 views

scheduling runnable tasks in java

I am following up an interesting question on so, on usage of ScheduledThreadPoolExecutor for some repeating task. Scheduling this object returns a ScheduledFuture object which one can use to cancel ...
4
votes
3answers
940 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 ...
4
votes
1answer
2k 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 ...
4
votes
1answer
2k 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 ...
4
votes
5answers
4k 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 ...
3
votes
1answer
2k views

Manually start SharePoint timer job

I'd like to invoke a timer job installed on a SharePoint server manually. What would be useful is something along the lines of an stsadm command. My scenario is, I've deployed a solution with a bunch ...
2
votes
3answers
42 views

Service should load data every hour

Question I'm creating a service for my app, but there's probably pritty simple thing I can't realize. Better I say I don't know how to do this probably. I'd like that my Service refreshs the data ...
2
votes
1answer
645 views

“Due to heavy load, the latest workflow operation has been queued” --> How to view the queue?

I know the Sharepoint timer job (OWSTIMER) has the workflow execution queued - I just want to see this queue! I want to see which workflow is next in this ominous queue. Any way to check the workflow ...
2
votes
2answers
62 views

how to stop a message from a javascript timer from repeating?

I have a timer for my game, but the message will keep going on the mage, so it says it multiple times, i was wondering how you can get it to say it once. <head> <script ...
2
votes
1answer
855 views

SharePoint: Timerjobs Lock Type

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 or ...
2
votes
1answer
858 views

TimerJob development, what does the EndSecond property of a SPMinuteSchedule mean

I'm currently developing on a project which uses some TimerJobs. One of the jobs should check the MySites of some special users about every 2 minutes. So I create a SPMinuteSchedule object and set the ...
2
votes
4answers
374 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
47 views

SharePoint Timer Job - Use Html Template from server

I want to use HTML template in Timer Job. My timer job is to send email. I have the list of email address for To: List but I cannot access HTML template from the server. I cannot use ...
1
vote
1answer
55 views

SharePoint. How to run timerjob every 90 minutes

I have a web.config setting like IntervalInMinutes. I would like to use the setting value to create my SPSchedule instance and run my job. The interval should be set in minutes. I know how to use ...
1
vote
2answers
255 views

Unable to debug a custom timer job in sharepoint

I tried the following steps in order to debug a particular custom timer ( installed and activated): Copied the both .dll and .pdb files in the GAC. Restarted the timer services. Attached both w3wp ...
1
vote
0answers
355 views

Windows SharePoint Services 3 Timer Error “6398” are getting generated 1 per minute due to which Unable to access Search Settings Page

Dear All We are facing a terrible error which keeps getting generated exactly one per minute and i cant access Search Settings page as well. I have already tried whats defined in the article below. ...
1
vote
1answer
304 views

Ensure that long running SharePoint timer-job cannot start while previous instance is still running

What is the best practice to ensure that a SharePoint timer job runs only once? Using SPJobLockType.Job ensures that it is only started on one machine. But how do I prevent a new instance from being ...
1
vote
2answers
565 views

How to check whether a Timer Job has run

Is it possible to check whether a SharePoint (actually WSS 3.0) timer job has run when it was scheduled to ? Reason is we have a few daily custom jobs and want to make sure they're always run, even ...
1
vote
2answers
236 views

JobDefinitions for Timer Jobs in SharePoint

I've hit an issue with creating a timer job on demand from within an event handler. It works fine on my dev machine where the user is also the farm administrator. On the staging server (and production ...
1
vote
2answers
2k views

What account to use for SharePoint 2010 Timer Job

what account do you run the SharePoint 2010 Timer Job service under? Do you use the farm account or a separate one or just local service? Currently I use the farm account but the health analyzer ...
1
vote
2answers
683 views

WCF, Timer Jobs, Web Service which is better?

I am working with a Web application, based on Asp.Net 3.5 and WSS 3.0 platform. Recenlty i've got a task as follows. Import bank statement using FTX - Desktop application and parse those statements ...
1
vote
1answer
241 views

SharePoint 2007 - Current Timer jobs?

How to find the currently running SharePoint 2007 Timer jobs using STSADM?
1
vote
2answers
665 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
3answers
448 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
2answers
3k views

Problem in creating Timer Job

I have created a site collection inside a web application with user A as a site collection adminstrator. I have added a link in site feature page. On click of that link I am trying to create a timer ...
1
vote
2answers
1k 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
0answers
20 views

SharePoint 2010 - Where do I put dependency dlls for a Timed Job?

I am writing a SharePoint Timed Job. It will loop through a SPList and use reflection to instantiate classes and call an Execute method. We are doing this to keep from putting hundreds of "report" ...
0
votes
2answers
94 views

Debudding a custom timer job in SharePoint

To debug a custom timer job in visual studio, i wasnt able to hit the debugger. Is it necessary to add the .PDB file to GAC? I tried doing the above, but its not allowing to drag and drop this ...
0
votes
2answers
351 views

'Activate feature' step error :Object Reference not set to an instance of an object

I created a custom timer job and implemented it through a feature event in sharepoint. when i tried to activate it, its showing this particular error: Object reference not set to an instance ...
0
votes
0answers
63 views

Configuring the Enterprise Library DAAB for use in a SharePoint timer job

I am trying to set up a timer job which uses the Enterprise Library DAAB. The DAAB is working fine in the conext of the the front end servers (aspx page), where the data connection is retrieved from ...
0
votes
0answers
37 views

Configuring the editor for a Sharepoint Timer Job

I created a custom timer job in SharePoint that stores data to an SP list at specified intervals. What i would like to be able to do is after deployment of the timer job be able to specify the list to ...
0
votes
0answers
240 views

Timer Job is deployed but doesn't appear in Job Definitions Sharepoint 2010

I have this particular issue: I developed a custom timer job in one server (let's call "server A"), but this is just a test server. We tried to pass everything through a backup to the production ...
0
votes
2answers
269 views

run a Java program in specific time

i need help to run my Java program on the server at a specific time like 2 pm (to index the new files). Someone told me that Java has some thing called jobs but I don't know how to work with that. I ...
0
votes
1answer
78 views

Implementing automatic reminders in java

I have to remind the user about schedules which he did previously in java. I know i can do with timers but how do i do tat ? actually i need to remind about many schedules so do i have to create ...
0
votes
1answer
653 views

Sharepoint 2010 timer job is not executed

Lately, when I run a command of upgrading or uninstalling a .wsp, a job is created and scheduled to run in the same minute instead of executing the actual command. If I try to start the job manually ...
0
votes
2answers
59 views

Looking for a simpler JavaScript timer

Right now i have a text-based game that deals with turns, but i want to upgrade it to a timer system so that when the timer hits 0 then you gain 1 or 2 of whatever action you were doing. Also if you ...
0
votes
2answers
66 views

Implementing a timer on server for jobs?

I am currently working on a bidding system for a university project. A user can create an auction. The user has to enter the many info concerning the auction including starting time and ending time. ...
0
votes
4answers
141 views

Repeat action with Cron

I'm using my cpanel to lunch a cron action thats open a file a write Hello every minute. But that task is not working. This is my code : <?php header("Location: http://www.google.com"); $handle ...
0
votes
1answer
179 views

Returning timer job status from custom timer job

There is a timer job status page in Central Admin /_admin/ServiceRunningJobs.aspx How can I properly return the status for my custom timer job ? The Execute() method of timer job returns void.
0
votes
1answer
830 views

Get value from SPFieldUser with AllowMultipleValues fails only in a Timer Job

This one is weird. I'm executing this code in a Timer Job in SharePoint 2010 ... ... // Get the field by it's internal name SPField field = item.Fields.GetFieldByInternalName(fieldInternalName); if ...
0
votes
2answers
415 views

Creating publishing page in in SharePoint timer job throws MissingMethodException

I'm doing a simple news importer for a sharepoint site using timer job that runs every few minutes. The code below runs fine if I run it in a web part but throws MissingMethodException when ran in ...
0
votes
3answers
374 views

Timer in a Windows service - not really working?

I have a Windows NT Service in C# which basically wakes up every x seconds, checks to see if any mail notifications need to be sent out, and then goes back to sleep. It looks something like this (the ...
0
votes
1answer
200 views

SharePoint 2007 - Audience

We have scheduled to execute the Audience (all) compilation job and found that it is failed to complete with the below error: 'The audience cannot be compiled while another job in progress' if we ...
0
votes
2answers
122 views

Other than Quartz what other options or popular job scheduling tools are there?

Other than quartz schedular, what are other popular job services in the Java world? Ideally something that works well with Spring. I am assuming Tomcat can handle this type of scheduling?
0
votes
1answer
597 views

User-based settings for Custom Timer Job in Sharepoint

I'm trying to create a custom timer job in Sharepoint. The job will send an e-mail message to the users that subscribed. I want to make a settings page for users, so they can change their own ...
0
votes
1answer
874 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 ...

1 2