Annadurai
Annadurai

Reputation: 5

Tasks Schedules are not working in Sitecore Content Delivery

we are using Sitecore 6.6, we have the setup of Content Management(CM) and Content Delivery(CD). CM pointing to Master database and CD Pointing to Web database. Here, We have created Commands under sitecore/System/Tasks/Commands. By using that commands created Task Schedules under sitecore/System/Tasks/Schedules. Those task schedules are working fine on Content Management instance. However, the same is not working on Content Delivery instance. We have followed the Sitecore scaling guide for setting up the Content Delivery instance. However, we could not get succeeded on Tasks schedules.

Please help on this.

Thank you, Annadurai

Upvotes: 0

Views: 1429

Answers (1)

Mark Cassidy
Mark Cassidy

Reputation: 5860

Assuming you are correct, your problem is related to settings on the CD servers - and not related to your Schedules, commands or scalabilitysettings.config. That being said; why not just run these scheuled tasks on the CM server? Once for "master", once for "web". If you have specific reasons for not wanting to do this, likely it would be because your commands and tasks are doing Things specific to the CD instance. In this case, likely this will also be the source of your problem. Either referencing an absolute path or whatnot, which exists on CM but not in CD.

Or in short; if you're sure of all of the below, please post more information on what is going on in your tasks and commands.

  • All tasks and Schedules etc have been fully published to web. Switch to "web" and double check
  • All assemblies and classes referenced from your command items, have been fully deployed to CD
  • All necessary references from your assemblies containing commands have been deployed to CD
  • The UrlAgent has been configured correctly on CD. Doublecheck that the server can call itself on the host name you have provided for it
  • Database Agent is indeed running on CD. This WILL show in your logfiles.

Upvotes: 1

Related Questions