Hi,
I have a customer that added a document to permanent volume in error. Does anyone know what table I would go to in the database to delete that document?
Thanks,
Brian
Hi,
I have a customer that added a document to permanent volume in error. Does anyone know what table I would go to in the database to delete that document?
Thanks,
Brian
You would need to delete the corresponding row for the document in the toc table. The tocid column of the toc table contains the entry ID. Please make sure that the LFS service is not running when you modify the toc table.
I'd strongly recommend taking a back up of the SQL database before doing this.
Thanks, Michael. I appreciate your help.
Hi All,
When running a delete * from toc where tod_id is blah blah, I get the following error. How can I get around this?
Msg 547, Level 16, State 0, Line 1
The DELETE statement conflicted with the REFERENCE constraint "entry_link_dest_fk". The conflict occurred in database "DBNAME", table "dbo.entry_link", column 'target_id'.
Cheers!