Copied to clipboard

Flag this post as spam?

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


  • John Bergman 483 posts 1132 karma points
    Jan 31, 2019 @ 21:25
    John Bergman
    0

    Started receiving this error on usync import

    The configuration is set to export on save, but not import; when we promote from our dev environment we do a report and an import to see what we are looking at.

    We have started receiving this error on import:

    Error: An error has occurred. - The UPDATE statement conflicted with the REFERENCE constraint "FKumbracoRedirectUrlumbracoNodeuniqueID". The conflict occurred in database "xxyyzzqa", table "dbo.umbracoRedirectUrl", column 'contentKey'. The statement has been terminated.

    How do we track down where the error is coming from? We could use some additional context when you report errors to identify what we have in the form of a conflict so we know how to resolve it.

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Jan 31, 2019 @ 22:30
    Kevin Jump
    0

    Hi,

    uSync doesn't directly reference or do anything with the UrlRedirects so i suspect the error is happening once an item has been imported and either has the same URL or is changing to something that is already there.

    I would suggest turning the logging up for usync - this will let you see just what items are getting put in when the error occurs.

      <logger name="Jumoo.uSync">
        <level value="DEBUG" />
      </logger>
    
Please Sign in or register to post replies

Write your reply to:

Draft