Copied to clipboard

Flag this post as spam?

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


  • Nikunj 16 posts 86 karma points
    Aug 05, 2014 @ 07:45
    Nikunj
    0

    No Document exists with Version 'UID'

    I have tried to solve this error by below Query, but not successed.

    ========================================================================

    SELECT * FROM cmsContentVersion

    WHERE

    cmsContentVersion.VersionId NOT IN (SELECT VersionId FROM cmsDocument)

    =========================================================================

    delete from cmsPreviewXml where nodeId in (select id from umbracoNode where trashed=1)

    delete from cmsContentVersion where contentId in (select id from umbracoNode where trashed=1)

    delete  from cmsDocument where nodeId in (select id from umbracoNode where trashed=1)

    delete  from cmsContentXML where nodeId in (select id from umbracoNode where trashed=1)

    delete  from cmsContent where nodeId in (select id from umbracoNode where trashed=1)

    delete  from cmsPropertyData where contentNodeId in (select id from umbracoNode where trashed=1)

    delete  from umbracoUser2NodePermission where nodeId in (select id from umbracoNode where trashed=1)

    delete  from umbracoNode where trashed=1;

    After doing all the above, Issue persist.

    I've just recycled ApplicationPool and Restarted Application and Its work.

    but unfortunately, after 2 days, same issue faced again for same site.

    How can i fix this permanent?

    I'm using umbraco version 4.11.10

  • Nikunj 16 posts 86 karma points
    Aug 06, 2014 @ 10:18
    Nikunj
    0

    Hey Friends,

    Any updats found on this?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies