Multiple choice technology enterprise content management

Consider a template ACLs with ten alias in it, and applied to an object with a alias set, but alias set has only nine alias, what happens when ACL gets applied to it ?

  1. Nine alias set gets resolved with proper user/group with proper permission, but ACL on the object will have only nine user/group and the 10th one would removed

  2. Throws error on apply of ACL

  3. It resolves the missing one with dm_world

  4. It resolves the missing one with dm_owner

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When an ACL template references 10 aliases but the alias set only contains 9, the system throws an error because it cannot resolve all required permissions. Documentum requires complete alias resolution at ACL application time and does not auto-substitute missing aliases with defaults like dm_world or dm_owner.

AI explanation

A template ACL is expected to have an alias entry matching every alias defined in the applied alias set. If the alias set is missing an alias that the template ACL references, the system can't resolve that entry to a concrete user/group, so applying the ACL fails outright with an error rather than silently dropping the entry or substituting a default like dm_world or dm_owner.