Hi all,
Is there a way to recover deleted objects and contents from the documentum repository? Any handy DQL/APIs?
My clients have deleted couple of objects with contents that was checked in sometime back. I have tried
finding these deleted objects under dmr_content table but no luck. Following is the query i used.
select r_object_id,set_client,set_file,set_time,full_format,full_content_size,storage_id from dmr_content where any parent_id is null and set_time > DATE('15/07/2008') and set_time < DATE('16/07/2008') and full_format = <FILE_FORMAT> and set_client = <Client machine name> ;
Thanks
Zaid