<?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: How to bulk delete in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-bulk-delete/m-p/281435#M234565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For people who are asking themselves the same question, there is a github project :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/fsforna/MassiveDelete" title="https://github.com/fsforna/MassiveDelete" rel="nofollow noopener noreferrer"&gt;GitHub - fsforna/MassiveDelete: A simple Alfresco massive deletion batch&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from &lt;B&gt;francesco fornasari&lt;/B&gt;&amp;nbsp;and &lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;Christian Tiralosi.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;You "just" need to extract the document ID you want to delete (CMIS/DB queries), and put it into a csv.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2018 07:04:03 GMT</pubDate>
    <dc:creator>gluck113</dc:creator>
    <dc:date>2018-04-17T07:04:03Z</dc:date>
    <item>
      <title>How to bulk delete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-bulk-delete/m-p/281432#M234562</link>
      <description>Hi,I am very new Alfresco user. We have uploaded 18000 documents to Alfresco. Then we noticed that some categories are not correct. We would like to upload them again, but we don't know how to delete existing documents. Is there any way to delete all documents that were uploaded yesterday?Thanks,Lod</description>
      <pubDate>Wed, 22 May 2013 10:11:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-bulk-delete/m-p/281432#M234562</guid>
      <dc:creator>dk_user</dc:creator>
      <dc:date>2013-05-22T10:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to bulk delete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-bulk-delete/m-p/281433#M234563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The easiest way would be to just remove the parent folder (if there is just one or a few) using the Alfresco Explorer client and skip archiving.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've noticed in some cases that Alfresco Share is not very good at deleting a large number of documents at one time (it times out after a while).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can't just remove a parent folder, then I'd say you have two options:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Restore a backup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Create a script in JavaScript or Java which executes a search for documents created for a certain date, and then delete them. Here it might be wise to split up the operation into several transactions which commit every now and then to not run into transaction cache problems. To speed things up, you might want to look into disabling Solr while and then enable it again after the delete operation is done.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 09:30:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-bulk-delete/m-p/281433#M234563</guid>
      <dc:creator>marcus_svensson</dc:creator>
      <dc:date>2013-05-23T09:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to bulk delete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-bulk-delete/m-p/281434#M234564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also a good thing to do - if you're taking a custom javascript or java script - is to add the aspect "sys:temporary" on the file before deleting it. That will also skip the archive.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 May 2013 21:21:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-bulk-delete/m-p/281434#M234564</guid>
      <dc:creator>zladuric</dc:creator>
      <dc:date>2013-05-25T21:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to bulk delete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-bulk-delete/m-p/281435#M234565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For people who are asking themselves the same question, there is a github project :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/fsforna/MassiveDelete" title="https://github.com/fsforna/MassiveDelete" rel="nofollow noopener noreferrer"&gt;GitHub - fsforna/MassiveDelete: A simple Alfresco massive deletion batch&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from &lt;B&gt;francesco fornasari&lt;/B&gt;&amp;nbsp;and &lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;Christian Tiralosi.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;You "just" need to extract the document ID you want to delete (CMIS/DB queries), and put it into a csv.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 07:04:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-bulk-delete/m-p/281435#M234565</guid>
      <dc:creator>gluck113</dc:creator>
      <dc:date>2018-04-17T07:04:03Z</dc:date>
    </item>
  </channel>
</rss>

