<?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: Finding a document that needs deleting in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116787#M32336</link>
    <description>&lt;P&gt;You can find the document using the Node Browser.&lt;/P&gt;
&lt;P&gt;Try following "fts-alfresco" query:&lt;/P&gt;
&lt;PRE&gt;sys:node\-uuid:"2cc71e6a-fa93-43f7-905d-f686231c0d2c"&lt;/PRE&gt;</description>
    <pubDate>Mon, 10 Feb 2020 08:51:06 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2020-02-10T08:51:06Z</dc:date>
    <item>
      <title>Finding a document that needs deleting</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116786#M32335</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a file that has been picked up on testing server from an anti virus scan:&lt;/P&gt;&lt;PRE&gt;/mnt/Data1/alfresco/alf_data-S.../contentstore/2014/11/18/13/20/2cc71e6a-fa93-43f7-905d-f686231c0d2c.bin&lt;/PRE&gt;&lt;P&gt;I am trying to find it in the UI to delete it but having no luck. This instance is running version "&lt;SPAN&gt;Enterprise - v4.2.0 (.3 r60922-b49)&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;I do not want to delete the file from the server directly as it may stop alfresco from starting up if not in sync with the database. Any suggestions would be much appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 06:36:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116786#M32335</guid>
      <dc:creator>PhilipLucas</dc:creator>
      <dc:date>2020-02-10T06:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a document that needs deleting</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116787#M32336</link>
      <description>&lt;P&gt;You can find the document using the Node Browser.&lt;/P&gt;
&lt;P&gt;Try following "fts-alfresco" query:&lt;/P&gt;
&lt;PRE&gt;sys:node\-uuid:"2cc71e6a-fa93-43f7-905d-f686231c0d2c"&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Feb 2020 08:51:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116787#M32336</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-02-10T08:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a document that needs deleting</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116788#M32337</link>
      <description>&lt;P&gt;Note: This only works when SOLR is enabled and the node in question is indexed. There is no equivalent supported way to query the database via TMQ using FTS, only via CMIS QL by querying for&lt;/P&gt;
&lt;PRE&gt;cmis:objectI&lt;/PRE&gt;
&lt;P&gt;Also note: The UUID used in the query is the UUID of the content file on disk, and not the UUID of the node itself, so the query example will actually not find anything. It is not possible to query a node based on the UUID of the content file on disk, as the content URL is not indexed AFAIK and not usable in any TMQ query (FTS or CMIS QL)&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 13:42:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116788#M32337</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2020-02-10T13:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a document that needs deleting</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116789#M32338</link>
      <description>&lt;P&gt;Thanks for getting back to me. I tried that search and unfortunately I didn't have any luck. It says no solr support for system store. Do I have any other options?&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 958px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/427i8578F7D4CD749DD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 23:02:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116789#M32338</guid>
      <dc:creator>PhilipLucas</dc:creator>
      <dc:date>2020-02-10T23:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a document that needs deleting</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116790#M32339</link>
      <description>&lt;P&gt;Looks like that is the case, getting a No solr query support for system error when trying to do a fts-alfresco search.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 23:04:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116790#M32339</guid>
      <dc:creator>PhilipLucas</dc:creator>
      <dc:date>2020-02-10T23:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a document that needs deleting</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116791#M32340</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was able to locate the node by doing a query against the alfresco database to find the node name which I could search within the UI:&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;n.id as node_id,&lt;BR /&gt;aq.local_name as node_type,&lt;BR /&gt;npn.string_value as node_name,&lt;BR /&gt;ca.parent_node_id,&lt;BR /&gt;cu.content_size,&lt;BR /&gt;cu.content_url,&lt;BR /&gt;n.uuid,&lt;BR /&gt;n.audit_created&lt;BR /&gt;FROM alf_node as n&lt;BR /&gt;left outer join alf_node_properties npn on&lt;BR /&gt;(npn.node_id=n.id and npn.actual_type_n=6 and npn.qname_id in&lt;BR /&gt;(select id from alf_qname where local_name='name'))&lt;BR /&gt;left outer join alf_node_properties npc on&lt;BR /&gt;(npc.node_id=n.id and npc.actual_type_n=21 and npc.qname_id in&lt;BR /&gt;(select id from alf_qname where local_name='content'))&lt;BR /&gt;left outer join alf_content_data cd on (cd.id = npc.long_value)&lt;BR /&gt;left outer join alf_content_url cu on (cd.content_url_id = cu.id)&lt;BR /&gt;left outer join alf_child_assoc ca on (ca.child_node_id=n.id)&lt;BR /&gt;left outer join alf_qname aq on (n.type_qname_id=aq.id)&lt;BR /&gt;where&lt;BR /&gt;aq.local_name in ('folder','content')&lt;BR /&gt;and cu.content_url like '%2014/11/18/13/20/2cc71e6a-fa93-43f7-905d-f686231c0d2c.bin%'&lt;/P&gt;&lt;P&gt;Hope that helps some one else.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 04:20:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116791#M32340</guid>
      <dc:creator>PhilipLucas</dc:creator>
      <dc:date>2020-02-11T04:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a document that needs deleting</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116792#M32341</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/79912"&gt;@PhilipLucas&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reporting back with your code snippet - should prove useful for other users.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 11:09:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/finding-a-document-that-needs-deleting/m-p/116792#M32341</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-02-13T11:09:46Z</dc:date>
    </item>
  </channel>
</rss>

