Questions tagged [timer-jobs]

Timer Jobs are recurring background processes that are managed by a Scheduler. A timer job would consist of three parts: Timer Job Definitions, Timer Job Instances, and Timer Job Schedules.

Timer Jobs are recurring background processes that are managed by a

A timer job would consist of three parts: Timer Job Definitions, Timer Job Instances, and Timer Job Schedules.

118 questions
3
votes
3 answers

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 every hour if its between 6am and 6pm. How is this…
safari
  • 7,565
  • 18
  • 56
  • 82
3
votes
1 answer

Directory.GetFiles returns no files... sometimes

I'm trying to get a file from a network share during a SharePoint job execution. Funny thing is that this works flawlessly on my Dev machine and it works as well as a Console Application on Production, but I can't get any files during job execution…
3
votes
1 answer

How to access a list in a website from a timer job

I'm creating a timer Job. And i have to access some lists which are in my solution stored in the site : "http://server:9090/sites/thesite" For the moment, in my Timer Job i use this : SPWebApplication webApplication = this.Parent as…
Thoma Bigueres
  • 141
  • 1
  • 5
  • 14
2
votes
3 answers

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 example)? This could be done easily in another…
abob
2
votes
0 answers

Jboss TimerService Timers Lost and not Fired

I'm trying to use timers with JBOSS 4.3 over RedHat Linux with Java Sun 1.6, the timers are created but never fired Mi Class is @Stateless @TransactionManagement(TransactionManagementType.CONTAINER) public class MyTimerBean implements…
Kaltresian
  • 961
  • 3
  • 14
  • 32
2
votes
5 answers

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 and OWSTimer.exe processes. But the debugging is…
2
votes
2 answers

Debugging a custom timer job in SharePoint

To debug a custom timer job in visual studio, I wasn't able to hit the debugger. Is it necessary to add the .PDB file to GAC? I tried doing the above, but it's not allowing to drag and drop this particular file. Why do we need to add this file?
Thomas Mathew
  • 1,151
  • 6
  • 15
  • 30
2
votes
1 answer

"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 queue out via PowerShell / Console Application /…
Dennis G
  • 21,405
  • 19
  • 96
  • 133
2
votes
2 answers

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.