-
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…
-
MultipartFormDataRequest API : Corrupt form data: premature ending
Hi, I have a custom component where i am using MultipartFormDataRequest for file upload but while i am initializing it through the request object its breaking up and throws the below stack trace Can anybody help please Its urgent java.io.IOException: Corrupt form data: premature ending at…
-
DQL to retrieve docs linked to two locations of same cabinet
Hi, I need a DQL query to generate list of documents linked to two or more locations of same cabinet. For example, the document ABC is linked to /Record Centers/New York/.., /Record Centers/Chicago/.., /File Plan/xyz/.. and /Test/a123/... As this document is linked to same cabiner /Record Centers, this should show as a…