(private) sorry...!! contact@ecmnotes.com
slide

Cloning / Copying a Docbase

Pre-requisites: The following points need to be strictly adhered to, for Cloning/Copying a Docbase: a. The clone of the Docbase should be created on a machine other than the source Content Server machine. b. The cloned Docbase should be made on a Content server installation version same as that of…

slide

Documentum Repository Pre-Cloning Queries

# Generic select count(*) from # Exceptions both default and custom count # Group select count(*) from dm_group where group_name not like 'dm_%' and group_name not like ' ' select count(*) from dm_group where group_name like 'dm_%' select count(*) from dm_group where group_name like ' ' # ACL select count(*)…

slide

Documetum Repository Migration

Introduction There are four basic options when it comes to moving a docbase: • Documentum dump and load • Third party move applications • Complete file system move • Database extract and Docbase content move Each method has its advantages, disadvantages and constraints. Here is a general listing of things…

slide

Documentum Internal Views

Documentum systems has two views for single and repeating attributes these are _sv and _sp for single attributes and _rv and _rp for repeating attributes. Examples are, dm_document_sp, dm_document_sv, dm_document_rp, dm_document_rv The two _sp and _rp views are used by DQL and the two _sv and _rv views are used by the Object…