-
webtop 16.7.9 application errors
Dear Experts, we have upgraded our webtop application from 6.8 to 16.7.9 with all the customizations, but now we are getting below exception in some of functionality [DM_SESSION_E_CANT_ALLOCATE_NEXT_TICKET_BATCH]error: "Could not allocate next ticket batch." [DM_SESSION_E_CANT_ALLOCATE_NEXT_TICKET_BATCH]error: "Could not…
-
Webtop 16.7.8 upgrade search60 issue
Dear Experts, I am facing strange issue in webtop 16.7.8 Search60, as we have customised Search60 of webtop to be used in all the search functionality of the our application, but while upgrading to webtop 16.7.8 found a very strange code in the com.documentum.webtop.webcomponent.search.Search60 as shown below, Locale…
-
[DM_QUERY_E_CURSOR_ERROR] How to optimize select group members DQL query
I have this following query where I want to select all users who are members of all the group of a specific user: select i_all_users_names from dm_group where group_name in (select group_name from dm_group where any i_all_users_names = USER and group_name like 'rcc_user_%'); But the execution of this query is causing this…
-
Update Application name in D2-Config
Hi, We need to update the Application Name in D2-Config. How to achieve that.
-
How to Update a Repeating Attribute of a given Object ID using the REST API
Hello all, I am working on a .NET web application that connects to the Documentum REST API and I need to be able to update a Repeating attribute of a known object (Document) ID. Can anyone give information on how to do that or the resources where that information would be located?
-
New Repository Configuration
I am getting the error attached in the screenshot while trying configure a new repository. The DB is new and empty.
-
DFS Compilation error DFS 22.2
Hi All, Compiled webservice code is getting error that service exception class is not having methods setcausecode and setexceptiongroup methods. Build is successful, however the generated webservice Java file is showing error. com.emc.documentum.fs.rt.ServiceException -- package
-
DAR Installation fails post repository upgrade to 22.1
Hello All, We have done an in place upgrade of Production repository from 16.5 to 22.1. DAR installation was failed with normal upgrade so we are trying to install DARs using headless composer post upgrade. Same process worked in our lower environment. We are getting below error when we try to install the DARs. [ERROR]…
-
Help CTS Tranforms thumbnails jpg
I've been uploading photos to Documentum for a while, we've taken the time so that the photos are correctly oriented (horizontal or vertical) but when generating the Renditions (jpeg_story, jpeg_th, jpeg_th, jpeg_th) some of them appear rotated (90,180,270 degrees). The original photograph retains its orientation. Is there…
-
DOCUMENTUM. How to integrate a custom development that uses dfcs with OTDS?
Hi We have a custom development (in angular) that calls some web services that use the dfcs. These web services use username/password to connect via dfcs We want to integrate the Angular front end with OTDS and SSO, the problem is that angular pass the user and password to custom rest service to do the connection via dfcs.…