Comparing Documentum Docbases

304 Views Asked by At

I would like to know is there a way to compare two doc bases of Documentum to ensure that they are same. For example, to compare the child-parent relationship for an object in 2 doc bases.

Any pointers towards this is much appreciated.

Thanks in advance.

2

There are 2 best solutions below

3
On

You could write a query that gets all of the documents and folders (using a join), and order/compare the folder paths. That would at least give you a way to determine if all the documents and folder exist.

However, unless you actually did a backup and load from database/content store to the other, the objects will all have different r_object_id values because it is based on the unique repository id.

0
On

You can start running the Documentum job "dm_StateOfDocbase" and compare the results.

If you need more specific informations about a relation, you can query the object dm_relation_type.