
Archives for ECM
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,
Juste a mini-post concerning the configuation of DATASOURCE on Documentum server.
The DATASOURCE (DS) are configurable:
in windows via the ODBC Data Source Administrator https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/open-the-odbc-data-source-administrator
in JAVA METHOD SERVER (Jboss) via the file D:\Documentum\jboss7.1.1\server\DctmServer_MethodServer\configuration\standalone.xml
Here, the example for the DS "java:/MY_ARCHIVE_DS" :
The use of this DS in the JOB/JAVA code could be:
That's all!!!
Huseyin OZVEREN ...more»
Hi,
Just a post concerning the concurrency in DFC for the error :
DfException:: THREAD: http-0.0.0.0-0.0.0.0-9080-5; MSG: error: "Cannot save 0902xxxxxxxx15 sysobject."; ERRORCODE: 100; NEXT: DfException:: THREAD: http-0.0.0.0-0.0.0.0-9080-5; MSG: error: "save of object failed because of version mismatch: old version was 30"; ERRORCODE: 100; NEXT: null
...
Followed by: DfException:: THREAD: http-0.0.0.0-0.0.0.0-9080-5; MSG: error: "save of object failed because of version ...more»
