<?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 Unable to delete files in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-delete-files/m-p/302882#M256012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a 4.2.f installation and am sometimes unable to delete files. No spaces or strange characters in the names.&amp;nbsp; I am using the admin account and the files were created by me.&amp;nbsp; When I use share it just says "Can not delete document 'x'".&amp;nbsp; I also tried using this html (I'm following the Alfresco CMIS book as a guide) it fails with a 403.&amp;nbsp; I switched to try http instead of https and it got a 301 (POST) which redirected itself to a GET which returned 200 (this makes no sense to me).&amp;nbsp; Example html is below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&amp;nbsp; I see nothing in any of the logs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The forum seems to intercept my html, but here's the form section with – instead of the &amp;lt;&amp;gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;– form name="deleteDocumentForm" action="&lt;/SPAN&gt;&lt;A href="https://mydomain.com/alfresco/cmisbrowser/673c175a-5396-4632-9803-8f578ee3dfd8/root?alf_ticket=TICKET_xxx&amp;amp;objectId=workspace://SpacesStore/1ac982c7-e0e8-4ba5-944c-07971e891e54" rel="nofollow noopener noreferrer"&gt;https://mydomain.com/alfresco/cmisbrowser/673c175a-5396-4632-9803-8f578ee3dfd8/root?alf_ticket=TICKET_xxx&amp;amp;objectId=workspace://SpacesStore/1ac982c7-e0e8-4ba5-944c-07971e891e54&lt;/A&gt;&lt;SPAN&gt;" method="post" enctype="multipart/form-data" –&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;–input name="cmisaction" type="hidden" value="delete" /–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;–input type="submit" value="Delete Document" /–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/– end of form section&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 21:15:07 GMT</pubDate>
    <dc:creator>ddelapasse</dc:creator>
    <dc:date>2015-03-18T21:15:07Z</dc:date>
    <item>
      <title>Unable to delete files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-delete-files/m-p/302882#M256012</link>
      <description>I have a 4.2.f installation and am sometimes unable to delete files. No spaces or strange characters in the names.&amp;nbsp; I am using the admin account and the files were created by me.&amp;nbsp; When I use share it just says "Can not delete document 'x'".&amp;nbsp; I also tried using this html (I'm following the Alfresco C</description>
      <pubDate>Wed, 18 Mar 2015 21:15:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-delete-files/m-p/302882#M256012</guid>
      <dc:creator>ddelapasse</dc:creator>
      <dc:date>2015-03-18T21:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-delete-files/m-p/302883#M256013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to delete most of the documents by using Explorer.&amp;nbsp; However, there's a folder that was created by replication from another server that I can't remove!&amp;nbsp; It has several "P:trx:*" aspects, but trying to remove them programmatically I get an exception that the node is locked.&amp;nbsp; How can I unlock the folder?&amp;nbsp; My app is Java and I have the CmisSession and also the AlfrescoFolder objects, but all I can find is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cmisSession.getBinding().getVersioningService().cancelCheckOut(repoId, objectId, null);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which throws an exception.&amp;nbsp; I think I need the lockService, but I don't know how to get a reference to that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 19:06:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-delete-files/m-p/302883#M256013</guid>
      <dc:creator>ddelapasse</dc:creator>
      <dc:date>2015-03-19T19:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-delete-files/m-p/302884#M256014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have narrowed down the problem further.&amp;nbsp; The source folder has been removed, so the node reference in the destination project is now invalid/orphaned.&amp;nbsp; Any way to clear this out?&amp;nbsp; Can I just attach directly to the postgresql db and remove the reference myself?&amp;nbsp; I can see the invalid reference when using explorer so I have the id of the bad reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems like a poor design or maybe I'm doing something wrong?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 20:38:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-delete-files/m-p/302884#M256014</guid>
      <dc:creator>ddelapasse</dc:creator>
      <dc:date>2015-03-19T20:38:06Z</dc:date>
    </item>
  </channel>
</rss>

