<?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: Can not delete a record in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218430#M171560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a link to the bug report:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/jira/browse/ALF-5012" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/jira/browse/ALF-5012&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regrettably, there isn't much that you can do for a work around.&amp;nbsp; However, you can generate a procedure for this event.&amp;nbsp; This policy *might* break DoD 5015.02 standards though.&amp;nbsp; I'm not certain, as I am not a RM expert (not yet, at least).&amp;nbsp; The following is my work around copied from the bug report.&amp;nbsp; Please note, you have to make the file a record for this work around:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Currently, we are using the following work around for this issue: in the File Plan, a series and category has been created with the labels "Trash." The category has a disposition cycle set up to cut-off documents, not folders, within 24 hours. At cut-off, the document is disposed/destroyed immediately. Users can also cut-off the document manually. The meta data associated with the document will still be retained by RM, but will be deleted when the fix for this bug is release.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;flyingcadet&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Oct 2010 15:37:56 GMT</pubDate>
    <dc:creator>flyingcadet</dc:creator>
    <dc:date>2010-10-01T15:37:56Z</dc:date>
    <item>
      <title>Can not delete a record</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218425#M171555</link>
      <description>Hi, this is my first post to the forums, and I regret that it is because I am having a problem with the Records Management.I am having a problem with deleting documents in the Records Management site.Here is the scenario:1) use "Copy to" from another share site to place the file into the appropriate</description>
      <pubDate>Tue, 07 Sep 2010 20:53:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218425#M171555</guid>
      <dc:creator>flyingcadet</dc:creator>
      <dc:date>2010-09-07T20:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can not delete a record</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218426#M171556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have continued doing some tests, and I have noticed that RM site is trying to do a commit for the file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is the revised scenario:&amp;nbsp; After using version control on a document, the user(s) decide to use the "Copy to" so they can place the final version into the RM.&amp;nbsp; The user that has the responsible for getting the document into RM grabs the wrong file.&amp;nbsp; Since the document has the "versionable"&amp;nbsp; aspect, the "delete" option will first try to do a commit on the object before deleting it from RM.&amp;nbsp; As it appears that RM does not appear to support versioning, the operation fails.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure which file, but can somebody please point me to the files that contain the functions for "copy to" and "delete?"&amp;nbsp; I want to look into these files and see if I can create a temp work around.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 12:44:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218426#M171556</guid>
      <dc:creator>flyingcadet</dc:creator>
      <dc:date>2010-09-08T12:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can not delete a record</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218427#M171557</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;BR /&gt;&lt;SPAN&gt;Since the node that has been made a record already has a version history, when it it being deleted (during the move I presume), the RM audit is being a little too enthusiastic (perhaps?) and trying to audit the details of the version node before it is deleted (hence the failure since the version node is not a file plan component).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you wish to find a temporary fix I would suggest starting in RecordsManagementAuditServiceImpl.auditRMEvent (perhaps excluding nodes in the version store here) and working down the stack trace until you find a suitable place to ignore the version history node (you can identify version nodes because the reside in the version2Store).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This, however, does sound like a genuine bug and it would be helpful if you could create a JIRA ticket (in issues.alfresco.com) outlining the steps needed to reproduce the issue you are seeing so we can schedule some time to take a closer look.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 02:35:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218427#M171557</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2010-09-21T02:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can not delete a record</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218428#M171558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, rwetherall.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll have the bug report submitted in just a few.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;flyingcadet&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 13:41:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218428#M171558</guid>
      <dc:creator>flyingcadet</dc:creator>
      <dc:date>2010-09-29T13:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can not delete a record</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218429#M171559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So what's the workaround to delete these items?&amp;nbsp; Is there a backdoor way to delete?&amp;nbsp; I have the same issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 21:22:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218429#M171559</guid>
      <dc:creator>rgihicks</dc:creator>
      <dc:date>2010-09-30T21:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can not delete a record</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218430#M171560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a link to the bug report:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/jira/browse/ALF-5012" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/jira/browse/ALF-5012&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regrettably, there isn't much that you can do for a work around.&amp;nbsp; However, you can generate a procedure for this event.&amp;nbsp; This policy *might* break DoD 5015.02 standards though.&amp;nbsp; I'm not certain, as I am not a RM expert (not yet, at least).&amp;nbsp; The following is my work around copied from the bug report.&amp;nbsp; Please note, you have to make the file a record for this work around:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Currently, we are using the following work around for this issue: in the File Plan, a series and category has been created with the labels "Trash." The category has a disposition cycle set up to cut-off documents, not folders, within 24 hours. At cut-off, the document is disposed/destroyed immediately. Users can also cut-off the document manually. The meta data associated with the document will still be retained by RM, but will be deleted when the fix for this bug is release.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;flyingcadet&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 15:37:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218430#M171560</guid>
      <dc:creator>flyingcadet</dc:creator>
      <dc:date>2010-10-01T15:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can not delete a record</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218431#M171561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My experience has also been that any record that I file to records management via an email client using IMAP can not be deleted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As a workaround, I created a delete folder that I move the records to that I want to delete.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 16:43:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218431#M171561</guid>
      <dc:creator>ghernando</dc:creator>
      <dc:date>2010-10-27T16:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can not delete a record</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218432#M171562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My experience has also been that any record that I file to records management via an email client using IMAP can not be deleted.&lt;BR /&gt;As a workaround, I created a delete folder that I move the records to that I want to delete.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there no other solution to this problem?? This seems very time consuming.. i want something automated&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 19:03:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-not-delete-a-record/m-p/218432#M171562</guid>
      <dc:creator>dk1</dc:creator>
      <dc:date>2010-12-14T19:03:14Z</dc:date>
    </item>
  </channel>
</rss>

