Try our conversational search powered by Generative AI!

Scheduled jobs not executing

Vote:
 

Hi,

I have configured the EPiServer scheduler such that the service is running and that jobs execute correctly when run manually.

However, on scheduling a job nothing happens. The job history is not updated and a next exec time is not set.

I have configured debugging correctly as per http://blog.fredrikhaglund.se/blog/2008/04/03/enable-debug-logging-for-episerver-scheduler/, however because the job is not running nothing is being written.

And I have followed these instructions, http://world.episerver.com/FAQ/Items/Scheduler-does-not-run-scheduled-jobs-automatically/

but again nothing is happening.

Does anyone have any other ideas?

Regards,

#29369
Apr 22, 2009 19:14
Vote:
 

Try to start the scheduler service in debug mode and see if you see your site.

Stop the service from the control panel and then type on the command prompt type:

cd "%Program Files%\EPiServer\Shared\Services\Scheduler Service"

EPiServer.SchedulerSvc.exe DEBUG

(Nice colors)

List your sites by typing ‘L'

Is your site there?

One solution can be to remove the xml file that has the sites in it (if its corrupted)

move EPiServer.SchedulerService.Sites.xml EPiServer.SchedulerService.Sites.xml_old

#29382
Apr 23, 2009 18:39
Vote:
 

hi Mattias,

Thanks for that. It works fine now.

I found that I had to recreate the xml file as your suggested but also had to add the scheduler httpModule to the web.config, something I was missing for some reason.

Cheers,

Ian

#29527
May 01, 2009 19:50
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.