Reputation: 5
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
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.
Upvotes: 1