<?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 Data storage in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-data-storage/m-p/201011#M154141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Everything is node! &lt;/STRONG&gt;&lt;SPAN&gt; So users are also nodes ! So they are stored in DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find all properties of this node in TABLE : &lt;/SPAN&gt;&lt;STRONG&gt;alf_node_properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Look at this query :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;SELECT node_id FROM alfresco.alf_node_properties a&lt;BR /&gt;where qname="{&lt;A href="http://www.alfresco.org/model/user/1.0}username" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/user/1.0}username&lt;/A&gt;"&lt;BR /&gt;and string_value="admin"&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;And with this &lt;/SPAN&gt;&lt;STRONG&gt;node_id&lt;/STRONG&gt;&lt;SPAN&gt; you can find everything about this node!&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;SELECT * FROM alfresco_formation.alf_node_properties a&lt;BR /&gt;where node_id = &amp;lt;your_node_id&amp;gt;;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;An advice : Don't use SQL query to change anything!!&lt;/SPAN&gt;&lt;STRONG&gt; It's clearly forbidden!!!&lt;/STRONG&gt;&lt;SPAN&gt; Instead use Alfresco Foundation Services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And of course, if you want to see your "user" nodes, use NodeBrower! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Choose &lt;/SPAN&gt;&lt;STRONG&gt;user://alfrescoUserStore&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;and go to /{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/system/1.0" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0&lt;/A&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;STRONG&gt;system&lt;/STRONG&gt;&lt;SPAN&gt;/{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/system/1.0" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0&lt;/A&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;STRONG&gt;people&lt;/STRONG&gt;&lt;SPAN&gt;/{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/user/1.0" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/user/1.0&lt;/A&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;STRONG&gt;user&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2008 12:04:57 GMT</pubDate>
    <dc:creator>jm_pascal</dc:creator>
    <dc:date>2008-11-12T12:04:57Z</dc:date>
    <item>
      <title>alfresco Data storage</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-data-storage/m-p/201010#M154140</link>
      <description>Hi, im new to alfresco,I installed alfresco Lab 3 and configured with Oracle 10g. now i created a new user&amp;nbsp; with first name, Last name and email id.Now my question is where this data has been stored? whether in DB or file system?because i searched in DB, i could not found any data like username and</description>
      <pubDate>Wed, 12 Nov 2008 10:17:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-data-storage/m-p/201010#M154140</guid>
      <dc:creator>lmanoh</dc:creator>
      <dc:date>2008-11-12T10:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco Data storage</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-data-storage/m-p/201011#M154141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Everything is node! &lt;/STRONG&gt;&lt;SPAN&gt; So users are also nodes ! So they are stored in DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find all properties of this node in TABLE : &lt;/SPAN&gt;&lt;STRONG&gt;alf_node_properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Look at this query :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;SELECT node_id FROM alfresco.alf_node_properties a&lt;BR /&gt;where qname="{&lt;A href="http://www.alfresco.org/model/user/1.0}username" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/user/1.0}username&lt;/A&gt;"&lt;BR /&gt;and string_value="admin"&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;And with this &lt;/SPAN&gt;&lt;STRONG&gt;node_id&lt;/STRONG&gt;&lt;SPAN&gt; you can find everything about this node!&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;SELECT * FROM alfresco_formation.alf_node_properties a&lt;BR /&gt;where node_id = &amp;lt;your_node_id&amp;gt;;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;An advice : Don't use SQL query to change anything!!&lt;/SPAN&gt;&lt;STRONG&gt; It's clearly forbidden!!!&lt;/STRONG&gt;&lt;SPAN&gt; Instead use Alfresco Foundation Services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And of course, if you want to see your "user" nodes, use NodeBrower! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Choose &lt;/SPAN&gt;&lt;STRONG&gt;user://alfrescoUserStore&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;and go to /{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/system/1.0" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0&lt;/A&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;STRONG&gt;system&lt;/STRONG&gt;&lt;SPAN&gt;/{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/system/1.0" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0&lt;/A&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;STRONG&gt;people&lt;/STRONG&gt;&lt;SPAN&gt;/{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/user/1.0" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/user/1.0&lt;/A&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;STRONG&gt;user&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 12:04:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-data-storage/m-p/201011#M154141</guid>
      <dc:creator>jm_pascal</dc:creator>
      <dc:date>2008-11-12T12:04:57Z</dc:date>
    </item>
  </channel>
</rss>

