
Archives for DFC DCTM
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»
Hi,
After the post on creation of audittrail (http://www.javablog.fr/documentum-creation-of-audit-trail-entries-dm_audittrail.html), I would like to present the purge of audittrail because "DELL ECM/OpenTxt" advises to purge/archive the audittrail data in order to improve the system's performances.
So, several solutions are possibles:
archiving the audittrail in external database, then, deleting these events in audittrail via custom jobs,
deleting the useless audittrail of technical events (custom indexation,...) ...more»
Hi,
After the post concerning the Documentum : Ticketed Authentication, Generation Of DM_TICKET, I would expose in this post the principal-mode authentication via the use of IDfPrincipalSupport interface.
The DFC javadoc describes this interface: An interface supported by classes that can establish sessions using principal-mode authentication. Principal-mode authentication is a form of authentication in which the caller has already established the ...more»
