<?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: Alfresco name from Linux filename in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-name-from-linux-filename/m-p/271572#M224702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried using the query interface of the node browser, but there must be too many documents because the query did not finish before I left to go home.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The griping had to do with the file size being greater than 2GB, a problem we fixed a while ago, but forgot to update on the Alfresco server. I was just trying to figure out the user so I could let them know of the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I finally executed a unix "file" command on the file. It turned out to be an DVD iso image. The file command printed the DVD label, which gave me a clue as to which user uploaded the file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2012 14:59:24 GMT</pubDate>
    <dc:creator>swhitman</dc:creator>
    <dc:date>2012-01-06T14:59:24Z</dc:date>
    <item>
      <title>Alfresco name from Linux filename</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-name-from-linux-filename/m-p/271569#M224699</link>
      <description>Our backup software is griping about a file it is trying to backup. The Linux file system name: …/contentstore/2011/12/1/14/18/aa6e871f-c381-4d42-b9f7-0a088ce03668.bin causes the problem. How do I find out the name, directory and owner that Alfresco uses. I am running Alfresco 3.4.c on a 32-bit Cent</description>
      <pubDate>Tue, 20 Dec 2011 17:44:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-name-from-linux-filename/m-p/271569#M224699</guid>
      <dc:creator>swhitman</dc:creator>
      <dc:date>2011-12-20T17:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco name from Linux filename</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-name-from-linux-filename/m-p/271570#M224700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This kind of "reverse lookup" (to find the alfresco node(s) that references a given binary file on disk) can only be done by looking at the alfresco database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you know the db schema of the 3.4 you could issue some SQL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, and there are not too many documents in alfresco, you could try the query interface of the Node Browser:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using query language 'selectnodes':&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; &lt;BR /&gt;//*[starts-with(@cm:content, 'contentUrl=store://2011/12/1/14/18/aa6e')]&lt;BR /&gt;[/code]&lt;BR /&gt;&lt;BR /&gt;But please keep in mind, this will not work with larger repositories, because this type of query will load every node from the database.&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 19:00:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-name-from-linux-filename/m-p/271570#M224700</guid>
      <dc:creator>lotharmärkle</dc:creator>
      <dc:date>2011-12-20T19:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco name from Linux filename</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-name-from-linux-filename/m-p/271571#M224701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you mean by "griping"?&amp;nbsp;&amp;nbsp; When it comes to backing up the content store then as far as your backup stuff is concerned its just a plain file/folder service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your content store should also have permissions set such that only alfresco and the backup have access.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 20:21:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-name-from-linux-filename/m-p/271571#M224701</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-12-20T20:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco name from Linux filename</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-name-from-linux-filename/m-p/271572#M224702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried using the query interface of the node browser, but there must be too many documents because the query did not finish before I left to go home.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The griping had to do with the file size being greater than 2GB, a problem we fixed a while ago, but forgot to update on the Alfresco server. I was just trying to figure out the user so I could let them know of the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I finally executed a unix "file" command on the file. It turned out to be an DVD iso image. The file command printed the DVD label, which gave me a clue as to which user uploaded the file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 14:59:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-name-from-linux-filename/m-p/271572#M224702</guid>
      <dc:creator>swhitman</dc:creator>
      <dc:date>2012-01-06T14:59:24Z</dc:date>
    </item>
  </channel>
</rss>

