-
Event registration in dmi_queue_item
HI friends, Maybe you can help me with the following issue. We have millions (over 90m) of registries on dmi_queue_items related to dm_checkcan_ref and dm_checkout_ref events. We don't want them. I searched the audit trail configuration and I didn't found anything (we have not any audit trail configured). Also I looked…
-
Documentum development installation
Hi! I'd like to ask a question about development environment, can I get and if yes, what's the steps to do to get development installation of documentum Content Server?
-
How to write/update aws s3 object metadata using DFC/API
We have configured s3 file store in documentum repository. Is there a way to add or modify metadata for the S3 object in AWS for the stored documents with the help of DFC/API.
-
Documentum 16.4 sorting basic search
I am looking to sort the basic search by object_name, similarly to how it can be done with the advanced search by extending to AdvSearchEx using: protected IDfQueryBuilder buildQuery() throws Exception { IDfQueryBuilder queryBuilder=super.buildQuery(); queryBuilder.addOrderByAttribute("object_name",true); return…
-
DM_CRYPTO_E_CANT_FETCH_CRYPTO_OBJECTS error 10,022
We have been getting below error while retrieving content. DM_CRYPTO_E_CANT_FETCH_CRYPTO_OBJECTS error 10,022 This issue happened during activity of window 2012 to window 2016 upgradation. It is completely stopping our work. This error is happening while retrieving document.Please suggest.
-
D2 AutoNaming Counter Issue
Hi All, In one of our D2 projects we are facing an issue with D2 Autonaming counter value. The autonaming rule contains a couple of attribute values followed with a 5 digit conter. The counter value was initially set to 0 however we then changed it to 10001. The issue is that the counter value is not getting incremented…
-
Free Download - Documentum 6.6 Developer Edition Has Arrived
We've just made Documentum 6.6 Developer Edition available for download from EDN. You can read about the new features in 6.6 here: Regards, Jerry
-
Clearing out crypto keys
Hi all. I have recently upgraded my content server to 6.7 SP1. In one of my environments on SQL Server 2008, I am trying to clear out my crypto keys from the database. In the past I have used: UPDATE dm_docbase_config_s SET i_crypto_key = ' ';UPDATE dm_docbase_config_s SET i_ticket_crypto_key = ' ';DELETE dm_sysobject_s…
-
DQL for output in excel
Hi, My requirement is as below to have output in excel - User/Group NameUser email AddressBelongs to GroupAccess LevelACL Name Please let me know how can this be achieved using DQL. Thanks.