<?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 alfresco database in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-database/m-p/281335#M234465</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;SPAN&gt;I want to retrieve the name of documents and folders stored in alfresco database, i've written the following request but i don't see those name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i read that theses infos are store in alf_node, alf_node_properties, alf_store tables&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM alf_node_properties AS np JOIN alf_node AS n ON np.node_id=n.id JOIN alf_store AS s ON n.store_id = s.id WHERE s.protocol='workspace' AND s.identifier='SpacesStore' AND n.audit_creator!='System';&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is very welcome!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thx&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 16:16:42 GMT</pubDate>
    <dc:creator>cyr</dc:creator>
    <dc:date>2014-04-01T16:16:42Z</dc:date>
    <item>
      <title>alfresco database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-database/m-p/281335#M234465</link>
      <description>Hi!I want to retrieve the name of documents and folders stored in alfresco database, i've written the following request but i don't see those name.i read that theses infos are store in alf_node, alf_node_properties, alf_store tablesSELECT * FROM alf_node_properties AS np JOIN alf_node AS n ON np.nod</description>
      <pubDate>Tue, 01 Apr 2014 16:16:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-database/m-p/281335#M234465</guid>
      <dc:creator>cyr</dc:creator>
      <dc:date>2014-04-01T16:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-database/m-p/281336#M234466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should not be querying the Alfresco tables directly. Instead, to get document and folder names, use OpenCMIS, which is the preferred API for working with Alfresco if you are not running in the same process. If your code is running in the same process, use the Java API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 16:18:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-database/m-p/281336#M234466</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2014-04-01T16:18:28Z</dc:date>
    </item>
  </channel>
</rss>

