Copied to clipboard

Flag this post as spam?

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


  • Martin Lingstuyl 202 posts 379 karma points
    Apr 11, 2012 @ 09:38
    Martin Lingstuyl
    0

    Loading Statistics from Imported Event

    Hi Richard,

     

    I would like to save the Import statistics each time a scheduled import is run.
    But it seems you cannot do this from the Imported Event.
    Also I cannot find import statistics in the database. (or in the log file)

    Is there some solution to this?

    Hope to hear from you.

     

    martin

  • Richard Soeteman 4036 posts 12863 karma points MVP
    Apr 11, 2012 @ 10:17
    Richard Soeteman
    0

    Hi Martin,

    At this point there is no easy way to do that. I'm working on the V5 release and that will sende the stats to the event. Those improvements will be included in the V4.x version also but will take a litlle bit of time. For now you can hack your way around this I guess. 

    You can create initialize a static class when the import start then for each recordimported event increase the numbers yourself. The recordimportedevent gives you the update action New/Updated/Skipped. Then use the Imported event to store this information and clear statistics. It's a hack for nowbut this might be the best for now.

    Thanks,

    Richard

  • Martin Lingstuyl 202 posts 379 karma points
    Apr 11, 2012 @ 11:11
    Martin Lingstuyl
    0

    Ok thanks.

    Martin

  • Martin Lingstuyl 202 posts 379 karma points
    May 04, 2012 @ 16:08
    Martin Lingstuyl
    0

    Hi Richard,

     

    Is it also possible to view the error from the Imported Event?
    Only Skipped is not enough information I guess. I'm trying to access the record that generates errors.

     

     

    Martin

  • Richard Soeteman 4036 posts 12863 karma points MVP
    May 04, 2012 @ 16:45
    Richard Soeteman
    0

    Hi Martin,

    I'm affraid not that easy. All errors are logged into the Umbracolog table but you can't link this info to an actual import process.

    Best,

    Richard

Please Sign in or register to post replies

Write your reply to:

Draft