Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Michael Nielsen 82 posts 362 karma points
    May 17, 2013 @ 09:38
    Michael Nielsen
    0

    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

  • Richard Soeteman 4035 posts 12842 karma points MVP
    May 17, 2013 @ 09:47
    Richard Soeteman
    100

    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

  • Michael Nielsen 82 posts 362 karma points
    May 21, 2013 @ 08:23
    Michael Nielsen
    0

    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.

  • Michael Nielsen 82 posts 362 karma points
    Nov 04, 2013 @ 12:20
    Michael Nielsen
    0

    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?

     

     

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 04, 2013 @ 12:56
    Richard Soeteman
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft