November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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
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
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,