Comments
-
Thanks Savio, I will check admin guide
-
Thanks I need to move the Documentum file store to Centera filestore. I am writing a java program for this. It comes under Documentum. I am using below query for that update dm_sysobject object set A_STORAGE_type = <centera filestore> where r_object_id = <r_object_id>. This will take long time to move the millions of…