<?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: Delete ContentStore.deleted in Alf_data in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241588#M194718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did u findOut how to delete files from harddisk as well? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I developed an API to upload, download and delete files from Alfresco repository but when i delete file just get remove from database and can't download it buttttttt it doesn't get delete from my contentstore folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to do it? please let me know if there any function or anything ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll really appreciate your replies. thanx&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shamabbas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2009 11:49:38 GMT</pubDate>
    <dc:creator>shamabbas</dc:creator>
    <dc:date>2009-10-16T11:49:38Z</dc:date>
    <item>
      <title>Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241585#M194715</link>
      <description>Hi allI have a question about the deleted content that we produce in Alfresco. Normally when you delete an item (document…) this is not removed from your application and gets stored in the ContentStore.deleted folder in alf_data. To finally remove it from the Alfresco system, we need to go to the ad</description>
      <pubDate>Mon, 05 Oct 2009 11:04:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241585#M194715</guid>
      <dc:creator>jlabuelo</dc:creator>
      <dc:date>2009-10-05T11:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241586#M194716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;everything is documented here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Content_Store_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Content_Store_Configuration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 16:29:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241586#M194716</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2009-10-05T16:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241587#M194717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;How can we get rid of these 7 GB's in the ContentStore.deleted? I know we can not just remove the content of the folder from alf_data&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually you can and you should. When you create a file it has its .bin file in "contentstore" and there is a reference in database on that bin file. When you delete the document alfresco just updates stuff in database. When you purge the Deleted items alfresco destroys all references in database to that .bin file. Now what happens next is that there is a scheduled job that runs by default at 4am I think that scans the database and the "contentstore" and moves everything that is not referenced in DB to "contentstore.deleted". You should have your own OS cron job that purges contents of this folder periodically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now another question is what does property system.content.eagerOrphanCleanup found in repository.properties and accompanying bean in content-services-context.xml do? It's not documented in wiki and I haven't found time to test it yet…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 06:20:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241587#M194717</guid>
      <dc:creator>ivan_plestina</dc:creator>
      <dc:date>2009-10-06T06:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241588#M194718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did u findOut how to delete files from harddisk as well? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I developed an API to upload, download and delete files from Alfresco repository but when i delete file just get remove from database and can't download it buttttttt it doesn't get delete from my contentstore folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to do it? please let me know if there any function or anything ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll really appreciate your replies. thanx&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shamabbas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 11:49:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241588#M194718</guid>
      <dc:creator>shamabbas</dc:creator>
      <dc:date>2009-10-16T11:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241589#M194719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry but dont understand exactly what your problem is. Let me explain&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) you are trying to develop a Java Api to integrate in Alfresco so you can delete the files from :"UI", "FTP Connection…"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;b) You delete a file in Alfresco UI but it does not get moved from ContentStore folder in the OS system, to the ContentStore.deleted folder??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In case of b), you need to empty the recycle bin, once you delete a document in Alfresco it does not "desappear" from the system. It stays in a recycle bin until you purge it from there manually, so maybe this is what you still need to do. Once you purge the bin it will be moved to the alf_data/contentstore.deleted folder and then (thanks to ivan!!) &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp; you will need to schedule a task to empty the alf_data/contentstore.deleted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dont know if this has answered your question, but if not please share some more information about the process you are trying to build&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 12:12:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241589#M194719</guid>
      <dc:creator>jlabuelo</dc:creator>
      <dc:date>2009-10-16T12:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241590#M194720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes i have developed an WS API in Java to integrate with Alfresco repository. I can upload files in Alfresco repository and can retrieve them back as well. Now I added deleting functionality using CMLDelete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But when i delete from my API it shows in DB that file removed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To reconfirm i can check by putting index in download txtfield n says no file exist (hence deleted).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BUT it stays in ContentStore folder and cover my HardDisk space. It doesn't go either to contentstore.deleted. it just stays in contentstore folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want it to remove fully from HardDisk as well. Now i hope you understood my problem?????&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If there's anyway I can do, delete permanently through my API. then please let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply i hope u understood my problem and you'll help me out soon…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;THANKS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sham&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 12:24:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241590#M194720</guid>
      <dc:creator>shamabbas</dc:creator>
      <dc:date>2009-10-16T12:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241591#M194721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi sham,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;have you read the wiki article &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Content_Store_Configuration#Cleaning_up_Orphaned_Content_.28Purge.29" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Content_Store_Configuration#Cleaning_up_Orphaned_Content_.28Purge.29&lt;/A&gt;&lt;SPAN&gt; as I mentioned?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In this page the content livecycle is explained and examples how to change the behavior.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In short words: If you delete a content object only the database entry will be marked as deleted and the binary object will stay on the disc until contentStoreCleaner is fired. The contentStoreCleaner determins the files to be deleted (protectDays is defaulted by 14 days).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, If you don't change the config: the file will be moved to contentstore.deleted 14 days later. You can change the bean to delete the content instead to move and not to wait 14 days but the cleanup job is called by a quarz job only once a day. In 3.2 you can configure eager cleanup - whicht means the content is deleted after transaction. But you should be aware that this means you can't do a online backup since there is no more retention time to do the database backup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;heiko&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 13:21:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241591#M194721</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2009-10-16T13:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241592#M194722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks alot for your reply. I made change in &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;..\jboss-4.2.3.GA\server\default\deploy\alfresco.war\WEB-INF\classes\alfresco &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"content-services-context.xml" file and set protectdays=1; So hopfully after a day it'll shift to content.delete folder from contentstore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And as somewhere i read that in Linux files will be deleted themselves from contentdelete folder but not in windows. In windows we'll have to do it manually? I also read about to make my batch file which we dont want to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another thing i would like to know that if want to restore files which are shifted to contentdelete folder what is the way to retrieve them back in contentstore folder? I hope there will be?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really apprecitate your previous replies and help i hope you'll help me more…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks… &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 05:35:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241592#M194722</guid>
      <dc:creator>shamabbas</dc:creator>
      <dc:date>2009-10-19T05:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241593#M194723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I set the schedule and set protectdays = 1; but its not working. I deleted file day before yesterday. by now it should have to move to ContetnDelete folder but it didn't neither it removed or move anywhere from contentstore folder..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now please tell what to do?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 04:17:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241593#M194723</guid>
      <dc:creator>shamabbas</dc:creator>
      <dc:date>2009-10-21T04:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241594#M194724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I set the schedule and set protectdays = 1; but its not working. I deleted file day before yesterday. by now it should have to move to ContetnDelete folder but it didn't neither it removed or move anywhere from contentstore folder..&lt;BR /&gt;Now please tell what to do?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Check "Manage deleted items" if it's there…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 18:17:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241594#M194724</guid>
      <dc:creator>ivan_plestina</dc:creator>
      <dc:date>2009-10-21T18:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241595#M194725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In alf_data there are following folders&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;audit.contentstore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;contentstore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;contentstore.deleted&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lucene-indexes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;oouser&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But file is still in contentstore/2009/../ etc…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 04:05:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241595#M194725</guid>
      <dc:creator>shamabbas</dc:creator>
      <dc:date>2009-10-22T04:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241596#M194726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Open your user profile inside Alfresco Explorer and then go to Manage Deleted Items. Is it there?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 07:27:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241596#M194726</guid>
      <dc:creator>ivan_plestina</dc:creator>
      <dc:date>2009-10-22T07:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241597#M194727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes it is in Manage Delete Items.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 08:52:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241597#M194727</guid>
      <dc:creator>shamabbas</dc:creator>
      <dc:date>2009-10-22T08:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241598#M194728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Delete it from there (which will remove all references to it in database) and then wait for 1 day and it will show up in contentstore.deleted. If you want to skip that the file goes to Deleted Items then add sys:temporary aspect to it before you delete it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 09:34:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241598#M194728</guid>
      <dc:creator>ivan_plestina</dc:creator>
      <dc:date>2009-10-22T09:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241599#M194729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I dont want to do it manually like this… Is there anyway or any configuration to do? Cz i have developed an API and i delete, upload and download by using my flex&amp;nbsp; Frontend Application through java web services.. I'm actually new so dont knw much&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm grateful for your all replies and please if you know this please let me know?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks once again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 09:37:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241599#M194729</guid>
      <dc:creator>shamabbas</dc:creator>
      <dc:date>2009-10-22T09:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241600#M194730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use your API to add sys:temporary aspect to a document just before you delete it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 10:06:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241600#M194730</guid>
      <dc:creator>ivan_plestina</dc:creator>
      <dc:date>2009-10-23T10:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241601#M194731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ivan.plestina,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for little late reply I was on vacation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please tell me how to use sys:temporary cuz im totaly new in it.. plz?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for all previous replies and i hope ul help me out in this as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks once again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;tc… &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shamabbas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 13:55:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241601#M194731</guid>
      <dc:creator>shamabbas</dc:creator>
      <dc:date>2009-11-02T13:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241602#M194732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thankyou very much Ivan.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understood i guess. I will try as you suggested&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;document.addAspect("sys:temporary");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;document.delete();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and I hope it will work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks once again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;shamabbas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 09:39:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241602#M194732</guid>
      <dc:creator>shamabbas</dc:creator>
      <dc:date>2009-11-04T09:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ContentStore.deleted in Alf_data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241603#M194733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, if I understand, can I just run on my linux server:&lt;BR /&gt;'rm -R contentstore.deleted'&lt;BR /&gt;And&amp;nbsp;nothing happens to my Alfresco?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 19:23:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-contentstore-deleted-in-alf-data/m-p/241603#M194733</guid>
      <dc:creator>mfneirae</dc:creator>
      <dc:date>2016-11-15T19:23:19Z</dc:date>
    </item>
  </channel>
</rss>

