<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What to do when DeleteNodeClean job is failing everyday ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/what-to-do-when-deletenodeclean-job-is-failing-everyday/m-p/299304#M252434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much &lt;A __default_attr="96763" __jive_macro_name="user" _jive_internal="true" data-id="96763" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/kaynezhang" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;‌, I'll try.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Dec 2016 15:40:30 GMT</pubDate>
    <dc:creator>cesarista</dc:creator>
    <dc:date>2016-12-28T15:40:30Z</dc:date>
    <item>
      <title>What to do when DeleteNodeClean job is failing everyday ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-to-do-when-deletenodeclean-job-is-failing-everyday/m-p/299302#M252432</link>
      <description>Hi:I am working in an Alfresco instance that is having problems when executing the DeleteNodeClean Job at 21:00 everyday. Did you find it sometime ? What to do in these situations ? Any recommendation for a non-DBA?The log mentions that "If the purgable set is too large for the available DB resource</description>
      <pubDate>Wed, 28 Dec 2016 10:01:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-to-do-when-deletenodeclean-job-is-failing-everyday/m-p/299302#M252432</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2016-12-28T10:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: What to do when DeleteNodeClean job is failing everyday ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-to-do-when-deletenodeclean-job-is-failing-everyday/m-p/299303#M252433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You error is caused by&amp;nbsp;. Cause: org.postgresql.util.PSQLException: ERROR:&lt;STRONG&gt; update or delete on table "alf_node" violates foreign key constraint "fk_alf_cass_pnode" on table "alf_child_assoc"&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Detail: Key (id)=(82010420) is still referenced from table "alf_child_assoc".&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So you can execute following sql manully&lt;BR /&gt;delete FROM `alfresco`.`alf_child_assoc` where parent_node_id=82010420&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 14:46:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-to-do-when-deletenodeclean-job-is-failing-everyday/m-p/299303#M252433</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2016-12-28T14:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: What to do when DeleteNodeClean job is failing everyday ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-to-do-when-deletenodeclean-job-is-failing-everyday/m-p/299304#M252434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much &lt;A __default_attr="96763" __jive_macro_name="user" _jive_internal="true" data-id="96763" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/kaynezhang" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;‌, I'll try.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 15:40:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-to-do-when-deletenodeclean-job-is-failing-everyday/m-p/299304#M252434</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2016-12-28T15:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: What to do when DeleteNodeClean job is failing everyday ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-to-do-when-deletenodeclean-job-is-failing-everyday/m-p/299305#M252435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please note that this way you might end up with orphaned nodes in the DB that do not have any parent. You should identify the child associations first via a simple select instead of blindly deleting them. Normally when a node is deleted all child associations should be automatically deleted as well. This occurs days or weeks before the DeletedNodeCleanupWorker even considers the node for cleanup. It should not be possible to create new child associations for a deleted node, so it is very interesting to find out how this entry was created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 11:29:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-to-do-when-deletenodeclean-job-is-failing-everyday/m-p/299305#M252435</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-12-29T11:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: What to do when DeleteNodeClean job is failing everyday ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-to-do-when-deletenodeclean-job-is-failing-everyday/m-p/299306#M252436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the clarification &lt;B&gt;Axel Faust&lt;/B&gt;.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 16:11:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-to-do-when-deletenodeclean-job-is-failing-everyday/m-p/299306#M252436</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2016-12-29T16:11:15Z</dc:date>
    </item>
  </channel>
</rss>

