<?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 How to find actual file name in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-actual-file-name/m-p/263448#M216578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I am new in Alfresco. I need to retrieve the actual document name and logical folder path(as it was showing in application) by querying in DB? I have physical file name for the document as "2d32a1de-6d01-11dc-881a-a183ccacc562.bin". I am able to fetch the physical content URL &amp;amp; MIME type in the table "alf_node_properties" in attribute String_Value as below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;contentUrl=store://2007/9/27/9/54/2d32a1de-6d01-11dc-881a-a183ccacc562.bin|mimetype=application/vnd.excel|size=112640|encoding=UTF-8|locale=en_GB_&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0}content" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}content&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Our alfresco server is corrupted so not able to fetch it from application side. Can any one please let me know how to map the DB tables to get the required result? I got the following query in forum but I did not find the table "alf_content_data". Also the table "alf_content_url" does not contains any records. It seems we are using old version of Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;select docid.string_value, url.content_url&lt;BR /&gt;from&lt;BR /&gt;alf_node_properties np&lt;BR /&gt;inner join alf_content_data acd on np.long_value = acd.id&lt;BR /&gt;inner join alf_content_url url on acd.content_url_id=url.id&lt;BR /&gt;INNER JOIN alf_node_properties docid on docid.node_id=np.node_id&lt;BR /&gt;where&lt;BR /&gt;np.actual_type_n = 3 and np.persisted_type_n = 3 and docid.string_value='509a52de-8606-40dc-93a9-b770bc9db62c'&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Please help to find out the details. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ashok&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 May 2011 19:00:00 GMT</pubDate>
    <dc:creator>asahublr</dc:creator>
    <dc:date>2011-05-09T19:00:00Z</dc:date>
    <item>
      <title>How to find actual file name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-actual-file-name/m-p/263448#M216578</link>
      <description>Hi All,&amp;nbsp;&amp;nbsp; I am new in Alfresco. I need to retrieve the actual document name and logical folder path(as it was showing in application) by querying in DB? I have physical file name for the document as "2d32a1de-6d01-11dc-881a-a183ccacc562.bin". I am able to fetch the physical content URL &amp;amp; MIME ty</description>
      <pubDate>Mon, 09 May 2011 19:00:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-find-actual-file-name/m-p/263448#M216578</guid>
      <dc:creator>asahublr</dc:creator>
      <dc:date>2011-05-09T19:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to find actual file name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-actual-file-name/m-p/263449#M216579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As I said in another thread.&amp;nbsp;&amp;nbsp; Your best bet will be to get Alfresco up and running again rather than trying to access data directly.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you mean by "alfresco is corrupted"?&amp;nbsp; You seem to have a content store and a matching database, that's all that matters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 19:26:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-find-actual-file-name/m-p/263449#M216579</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-05-09T19:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to find actual file name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-actual-file-name/m-p/263450#M216580</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;I wanted to know where exactly the filename and metadata gets stored in the alfresco database.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 10:53:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-find-actual-file-name/m-p/263450#M216580</guid>
      <dc:creator>samsam</dc:creator>
      <dc:date>2011-10-07T10:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to find actual file name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-actual-file-name/m-p/263451#M216581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm +1 who is interested in it… I have checked all known to me ways, but I can't find it..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 07:02:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-find-actual-file-name/m-p/263451#M216581</guid>
      <dc:creator>lambert</dc:creator>
      <dc:date>2011-10-14T07:02:38Z</dc:date>
    </item>
  </channel>
</rss>

