The docmggr_object_delete API successfully removed the requested object_id from these tables:
- dm_object_parent
- dm_object
- dm_index
- dm_object_perm
And it removed all associated files from the files/ folder. Which is awesome!
The object_id, however, still has some rows that remain in these tables:
- dm_dirlevel
- dm_object_log
- (and possibly other tables that have an object_id)
QUESTION: Should I remove those rows manually?
Thanks, Neil
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-05-30
Running version 1.2.2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The docmggr_object_delete API successfully removed the requested object_id from these tables:
- dm_object_parent
- dm_object
- dm_index
- dm_object_perm
And it removed all associated files from the files/ folder. Which is awesome!
The object_id, however, still has some rows that remain in these tables:
- dm_dirlevel
- dm_object_log
- (and possibly other tables that have an object_id)
QUESTION: Should I remove those rows manually?
Thanks, Neil
Running version 1.2.2
That appears to be a bug. You can safely delete them if you wish, but I will make sure to fix this in the next release.
Eric
Thanks Eric, Neil
(and really enjoying DocMGR! - thanks)