<?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: Deleted Company Home in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/deleted-company-home/m-p/174662#M127792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanx for your reply cbosdonnat!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying to reset all properties, but succes not attended it. But can restore the companyhome bootstrap with an AMP file. Now Alfresco runing, and i can restore all files with the manage deleted items dialog. It works with a full lucene index recovery.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Jun 2008 14:03:15 GMT</pubDate>
    <dc:creator>blackjack</dc:creator>
    <dc:date>2008-06-29T14:03:15Z</dc:date>
    <item>
      <title>Deleted Company Home</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleted-company-home/m-p/174660#M127790</link>
      <description>Hello All,I have a big trouble, and i hope anybody can help me.An admin user in my company deleted the whole Company Home accidentally, and now the alfresco can not start because :"No root found for device: root path: /app:company_home"Unfortunately we don't have backup, because we are in a started</description>
      <pubDate>Tue, 24 Jun 2008 13:07:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleted-company-home/m-p/174660#M127790</guid>
      <dc:creator>blackjack</dc:creator>
      <dc:date>2008-06-24T13:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted Company Home</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleted-company-home/m-p/174661#M127791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ferenc,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will be hard to do as you will have to tamper with several tables in the database at the same time. To restore the company home node, you will have to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Update the child association using the data in the &lt;EM&gt;sys:archivedOrigin&lt;/EM&gt; property of the company_home node. You can get this value and the other properties of the node with this request: &lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;select * from alf_node_properties where node_id in (select node_id from alf_node_properties where string_value = 'Alfresco');&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt; &lt;LI&gt;Update the status of the node in the &lt;EM&gt;alf_node_status&lt;/EM&gt; table. You will note that the &lt;EM&gt;node_id&lt;/EM&gt; field is null for the archived nodes… this should be set back.&lt;/LI&gt; &lt;LI&gt;Remove the &lt;EM&gt;sys:archived*&lt;/EM&gt; properties of the node&lt;/LI&gt; &lt;LI&gt;Update the &lt;EM&gt;protocol&lt;/EM&gt; field for the node in &lt;EM&gt;alf_node&lt;/EM&gt;&lt;/LI&gt; &lt;LI&gt;And do the same thing for all the contained nodes…&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;Beware that tampering with Alfresco database may cause other problems. As I was testing on an HSQLDB database, I couldn't use all the power of joins in updates… which would have been of great help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know of any other way to restore your company home space… as Alfresco cannot start…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 06:31:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleted-company-home/m-p/174661#M127791</guid>
      <dc:creator>cbosdonnat</dc:creator>
      <dc:date>2008-06-27T06:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted Company Home</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleted-company-home/m-p/174662#M127792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanx for your reply cbosdonnat!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying to reset all properties, but succes not attended it. But can restore the companyhome bootstrap with an AMP file. Now Alfresco runing, and i can restore all files with the manage deleted items dialog. It works with a full lucene index recovery.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2008 14:03:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleted-company-home/m-p/174662#M127792</guid>
      <dc:creator>blackjack</dc:creator>
      <dc:date>2008-06-29T14:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted Company Home</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleted-company-home/m-p/174663#M127793</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;can you please tell me "What is this 'manage deleted items dialog'?"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;because i also want to recover some of accidentally deletaed spaces..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you please help me..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 04:51:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleted-company-home/m-p/174663#M127793</guid>
      <dc:creator>skorde</dc:creator>
      <dc:date>2008-07-22T04:51:01Z</dc:date>
    </item>
  </channel>
</rss>

