Jens Seipenbusch wrote:
i'm trying to recover all orphaned nodes to one specific Folder
'LostFound'.
Is it sufficient to just do
---
use farcry_jura;
update nested_tree_objects
set ParentID = '<ID_of_Lost_and_Found>'
where ObjectID = '<ID_of_orphaned_node>'
---
or is it important to adapt other column values of the orphaned object
to recover it in fact ?

This is not enough. You'd have to immediately run the new REBUILD TREE utility available in p230 branch (or soon to be released milestone 2.3.2)

Additionally, we have LOTS of problems suddenly with the tree levels
getting confused and after Fixing Tree the objects are orphaned at best.
(milestone 2.3.1, CF6.1)
Is there any possibility to have a log of changes for tree changes to
look after that ?

You need to rebuild the tree metadata by the sounds. Check the code associated with this ticket:
  http://bugs.farcrycms.org:8080/browse/FC-87?page=all

-- geoff
http://www.daemon.com.au/

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to