Copied to clipboard

Flag this post as spam?

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


  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Oct 03, 2019 @ 11:54
    Frans de Jong
    0

    Usync won't stop importing content

    Hi,

    for some reason Usync wants to keep updating the content.

    The settings are like this:

    enter image description here

    But if I hit report it shows content:

    enter image description here

    Am I missing something here? Applications is restarted but that makes no difference.

    Thanks,

    Frans

  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Oct 03, 2019 @ 12:00
    Kevin Jump
    100

    Hi.

    these config lines are added in later versions of uSync, but you need to add the following to the uSync8.config file.

        <Handler Alias="dictionaryHandler" Enabled="false"/>
        <Handler Alias="domainHandler" Enabled="false"/>
        <Handler Alias="contentHandler" Enabled="false"/>
        <Handler Alias="mediaHandler" Enabled="false"/>
    

    uSync has a default behaviour which is to include handlers that are not explicitly in the config. (this is the EnableMissing="false" setting on the handler section). this is hopefully better configured in 8.2 but for 8.1 adding the above should do it.

  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Oct 03, 2019 @ 12:18
    Frans de Jong
    0

    That was it. Thanks!

Please Sign in or register to post replies

Write your reply to:

Draft