Page 1 of 1

Delete alias folder

Posted: Tue Sep 20, 2016 10:33 am
by niall69
Hi,

we accidentally created an alias to the Default root folder which has now created a recursive list but, we cannot delete it. Any ideas that don't involve re-installing the system?

Regards,
Niall

Re: Delete alias folder

Posted: Tue Sep 20, 2016 11:08 am
by car031
yes, open a console against your database and execute this statement: update ld_folder set ld_deleted=1 where ld_docref is not null;

Re: Delete alias folder

Posted: Tue Sep 20, 2016 12:19 pm
by niall69
Thanks.

The column ld_docref doesn't exist in that table, but I just used the ld_name instead.

Re: Delete alias folder

Posted: Tue Sep 20, 2016 1:18 pm
by car031
sorry

update ld_folder set ld_deleted=1 where ld_foldref is not null;