I have a problem on a site where the scheduled import has stopped. It's scheduled to run at 3 am, but I can see in my log that nothing happens at that time and the notification email is not sent either.
Umbracosettings.config has this entry <task log="false" alias="CMSImportScheduler" interval="60" url="http://www.xxxx.xx/umbraco/plugins/CMSImport/Handlers/ScheduleTaskHandler.ashx" />
entering /umbraco/plugins/CMSImport/Handlers/ScheduleTaskHandler.ashx in the browser just gives me a page that says CMSImport scheduler
Can you check if the CMSImportScheduledItems contains a record that says inprogress=true? Best to clear the table when that is true. Then it will execute again. This is done for load balanced scenarios.
I will fix this in a next release where it's only used when you use Umbraco in a webfarm. For now use the earlier suggestion to fix it and keep track of the emails after importing. Sorry about this.
Scheduled import does not run
I have a problem on a site where the scheduled import has stopped. It's scheduled to run at 3 am, but I can see in my log that nothing happens at that time and the notification email is not sent either.
Umbracosettings.config has this entry
<task log="false" alias="CMSImportScheduler" interval="60" url="http://www.xxxx.xx/umbraco/plugins/CMSImport/Handlers/ScheduleTaskHandler.ashx" />
entering
/umbraco/plugins/CMSImport/Handlers/ScheduleTaskHandler.ashx
in the browser just gives me a page that says CMSImport scheduler
Umbraco version: umbraco v 4.9.0 (Assembly version: 1.0.4633.18696)
CMSImport version: 2.2.1
HI Michael,
Can you check if the CMSImportScheduledItems contains a record that says inprogress=true? Best to clear the table when that is true. Then it will execute again. This is done for load balanced scenarios.
Thanks,
Richard
Well it started to run again in the weekend before I got to check the CMSImportScheduledItems table.
So I guess it may have cleared it self somehow, or if it was some other problem it fixed it self.
The import has run the last 4 nights, so I'm happy...
Thanks for the response, and I'll check the CMSImportScheduledItems table if it happens again.
Hi... I just experienced the same problem again...
I can see in the log that the import ran the last time on the 24th of October.
I then checked the CMSImportScheduledItems table, and there is a record where InProgress is True, Scheduled on is the 24th of October...
Is there a way to avoid this from happening?
I will fix this in a next release where it's only used when you use Umbraco in a webfarm. For now use the earlier suggestion to fix it and keep track of the emails after importing. Sorry about this.
Best,
Richard
is working on a reply...