I'm not the Documentum expert and someone in a Documentum forum might be able to answer more precisely.
From what I understand the setting of the content attributes are the only way to write meta-data from documentum to Centera.
I think that changing meta information results in a new version of the object in both Documentum and Centera. The old version is not automatically deleted and still referenced in a different table in Documentum.
In a documentum migration I performed we had to use two select statements to get all versions and the additional versions from the original were created after updating attributes like retention.
select distinct rs.i_contents from dm_ca_store cs, dmr_content_s rs where cs.r_object_id = rs.storage_id order by rs.i_contents asc
select distinct i_contents from dmi_subcontent_r
These were the two statements we used. They may help you understand the way Documentum stores content on Centera. A deletion of content would be possible if the retention has expired.
thanks a lot. I will check the SQL statements and maybe make a few tests.
Can you propose a Centera document that's worth downloading and reading regarding the behaviour of Centera/Dctm. I can't find much detailed info in the Dctm guides.
holgerjakob_c0722c
2 Intern
•
337 Posts
0
December 22nd, 2009 00:00
Hi
I'm not the Documentum expert and someone in a Documentum forum might be able to answer more precisely.
From what I understand the setting of the content attributes are the only way to write meta-data from documentum to Centera.
I think that changing meta information results in a new version of the object in both Documentum and Centera. The old version is not automatically deleted and still referenced in a different table in Documentum.
In a documentum migration I performed we had to use two select statements to get all versions and the additional versions from the original were created after updating attributes like retention.
select distinct rs.i_contents from dm_ca_store cs, dmr_content_s rs where cs.r_object_id = rs.storage_id order by rs.i_contents asc
select distinct i_contents from dmi_subcontent_r
These were the two statements we used. They may help you understand the way Documentum stores content on Centera. A deletion of content would be possible if the retention has expired.
I hope this helps, Holger
fstar
2 Posts
0
December 22nd, 2009 01:00
Hi Holger,
thanks a lot. I will check the SQL statements and maybe make a few tests.
Can you propose a Centera document that's worth downloading and reading regarding the behaviour of Centera/Dctm. I can't find much detailed info in the Dctm guides.
holgerjakob_c0722c
2 Intern
•
337 Posts
0
December 22nd, 2009 06:00
Hi
I would assume the Content Services for Centera Documentation and the Centera Product description Guide will give you a good starting point.
Best regards, Holger