-
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.
-
D2-Workflow issue
Hi Experts, I want to config to start a workflow automatically, can any one please tell us to folllow the steps. Please dont suggest go through the development guide.
-
Documentum 7.2 Content Server Configuration| Database Scripts
During Documentum 7.2 Content Server Configuration; get to a point "Select Database Home Directory". I am not sure what is really required here; installing on Windows 2012 R2, Sql Server 2106 with Basic set up option (all services on same box). Please advice.
-
Errors in D2 App Server Log
We are seeing the following error in our D2 App Server log -- has anyone seen this and know the cause/fix? It does not seem to cause any issues but keeps cluttering the logs .... We've cleared caches, restarted all servers, etc. but keeps happening... 2017-03-18 12:14:29 [INFO ] [ajp-apr-8009-exec-2] -…
-
Upload Multiple Documents using File selector in XCP
Dear All, For some reason I don't want to use Import action flow and want to use the File selector for importing documents , I am able to import single document using file selector but i am unable to import multiple files using it, as for importing file I am using "Custom Import Base Content " Data Service ,which takes…