Solved! Go to Solution.
Hi Angel
Thanks for the pointer, Axel helped me as well, here is the process for anybody else who hits this issue.
to fix the cyclic error, create a new folder and delete it so its available in archive.
the use the id of this folder as the parent_node_id of the culprit node giving the error in nodebrowser.
update alf_child_assoc set parent_node_id = <id of new folder> where id = <id of node erroring in nodebrowser>
You can amend the parent node in the database or using JConsole before recovering. Is this an option?
Hi Angel
Thanks for the pointer, Axel helped me as well, here is the process for anybody else who hits this issue.
to fix the cyclic error, create a new folder and delete it so its available in archive.
the use the id of this folder as the parent_node_id of the culprit node giving the error in nodebrowser.
update alf_child_assoc set parent_node_id = <id of new folder> where id = <id of node erroring in nodebrowser>
make sure to restart after making the change to the database !!!!
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.