
Archives for DQL DCTM
Hello,
Just a post concerning the freeze, unfreeze mechanism of documentum which allows to mark an object and, optionally, its components (if the object is a virtual document), as unchangeable.
There is also the lock/unlock mechanism which places a database lock on an object.
FREEZE DOCUMENT
The content server modifies these following attributes of the object when freezing an object :
• r_immutable_flag to ...more»
Hello,
I would like to explain information concerning an error with the message DM_API_E_EXIST with stacktraces below. The system could not retrieve the objects while they were present in the docbase, suggesting a problem of corruption or consistency.
First, in Documentum, there are several levels of cache : Object type caching (cache of object type definitions), Repository session caches (existing only for ...more»
Hi,
After my previous posts concerning the Documentum audit trail entries (dm_audittrail) http://www.javablog.fr/documentum-creation-of-audit-trail-entries-dm_audittrail.html and http://www.javablog.fr/deleting-of-audit-trail-entries-dm_audittrail.html, here, I would like to expose a solution in order to force content server to store some extra information in dm_audittrail.application_code. This information stored in the SessionConfig allows the identification of dm_audittrail / dm_audittrail_acl created through the current session.
Here, DQL example:
Here, JAVA DFC example:
Best ...more»
