A user has left your company. There is an object that is still checked out by that user. How would you remove the lock from this document?
A. delete the user using Documentum Administrator and all the documents checked out to this user will automatically have the lock removed
B. change the r_lock_owner attribute of the document to "dmadmin"; dmadmin will now own the document and can cancel checkout
C. unlock the document using the API
D. check the document in using a superuser account
What is the purpose of the Consistency Checker?
A. to check for object corruption within the repository and provide a report
B. to check and correct object corruption within the repository and provide a report
C. to check the file stores for corruption and provide a report
D. to check the repository for corruption, fix the problem, and provide a report
In the repository's server config object, the secure_connect_mode attribute is set to "native." The client dfc.properties file contains the parameter dfc.session.secure_connect_default = native. What is an accurate description of a connection request from this client?
A. An unsecure connection is preferred, but a secure connection is allowed.
B. A secure connection is preferred, but an unsecure connection is allowed.
C. Only an unsecure connection is allowed.
D. An unsecure connection will be attempted if the secure connection fails.
What does the Consistency Checker do?
A. It looks for repository inconsistencies, such as groups with nonexistent users, permissions sets with nonexistent users, and sysobjects that point to nonexistent content files.
B. It looks for repository inconsistencies, such as users with invalid email addresses, permissions sets with nonexistent users, and sysobjects that point to nonexistent folders.
C. It looks for repository inconsistencies, such as users with invalid LDAP usernames, permissions sets with invalid permission, and sysobjects that point to nonexistent content files.
D. It looks for repository inconsistencies, such as users with nonexistent groups, permissions sets with inactive users, and sysobjects that point to nonexistent content files.
You are setting up a distributed content configuration. You need to add proximity values to your repository
configuration.
How do you add proximity values?
A. The only way is to use Documentum Administrator to modify the dm_server_config object.
B. You can use Documentum Administrator to modify the dm_server_config object or modify the server.ini file on the Content Server host.
C. The only way is to use Documentum Administrator to modify the server.ini file stored in the repository.
D. You can use Documentum Administrator to modify the dm_docbase_config object or modify the server.ini file on the Content Server host.
Which is a valid sequence of activities for cold repository backup?
A. Content Backup--> dm_DMClean Job --> dm_FileScan Job --> Stop Repository --> Database backup-
> Start Repository
B. Stop Repository --> Database Backup--> Start Repository--> Content Backup--> dm_DMClean Job->dm_FileScan Job
C. Stop Repository --> Content Backup--> Start Repository--> Database Backup--> dm_DMClean Job--> dm_FileScan Job
D. dm_FileScan Job --> Stop Repository --> Database backup --> Content Backup--> Start Repository--> dm_DMClean Job
How would you enforce that the Content Server omit the usage of file extensions on stored files?
A. set the use_extensions attribute to false on the dm_filestore object
B. clear the a_content_type attribute of the dm_sysobject objects
C. configure the accessing application to clear the full_format from the related dmr_content objects
D. set each dmr_containment object to have the a_contain_desc attribute set to false
In order to move some content from one filestore to another, you have decided to execute the
MIGRATE_CONTENT administration method. You test the migration task and notice that the migration
process takes much longer than acceptable. The system is using a small portion of the available CPU and
memory resources.
Assuming that Content Storage Services (CSS) is installed and High-Volume Server (HVS) is not installed,
how can you reduce the total amount time for this task to complete?
A. Edit the default arguments of the MIGRATE_CONTENT method, so that the task is carried out using several execution threads.
B. Increase the maximum number of sessions in the server.ini file.
C. Configure the maximum number of threads to use on the dm_docbase_config object instance.
D. Split the content into several smaller batches and creating a job to run the MIGRATE_CONTENT tool when few users are connected.
An administrator logs in to Webtop and enters the following url: http://my_server:port_number/webtop/wdk/dmclTrace.jsp?level=10 What does the above statement do?
A. It enables tracing and the trace will be stored in a local file on the client computer.
B. It enables tracing and the trace will be stored in a local file on the Content Server machine.
C. It enables tracing and the trace will be stored in a local file on the application server machine.
D. It enables tracing but the application server must be restarted for tracing to take effect.
What is the purpose of the dm_audittrail_acl object type?
A. It indicates which ACL to apply to the audit trail entries.
B. It is a special type for ACL change events.
C. It stores information about ACL changes on dm_sysobject objects.
D. It is a type used to monitor changes made to groups belonging to ACLs.