Documentum
The Documentum Developer Community is the learning and networking resource for application developers building content management, case management, and business process management applications on Documentum platforms. This include developer topics for: D2, Webtop and xCP (Documentum xCelerated Composition Platform)
-
Unable to connect from Composer 7.3 to Content Server 7.3: "Server communication failure"
Hello, I have an urgent problem: I can't connect from Composer 7.3 to a 7.3 CS. Everytime I try to install the Composer project to the CS, the login fails with error [DM_SESSION_E_RPC_ERROR]error: "Server communication failure". The same Composer (exactly a copy) works correctly if used on the CS host. Obviously it's not a…
-
Run job two times a day
Hi everyone, Could someone tell me if is it possible to schedule a job two times a day? If it is possible, how can i do? I'm using 16.4, and I have to run dm_LDAP job two times, the second one just fews minutes later than the first one. Thank you.
-
invalidMessage vs invalidMessageList in xCP
Hi. We use xCP 16.4P6 and we have remnant expressions in our project that look like this: widgets.<widgetId>.invalidMessage The validator does not complain and the expression has the type string, single. However, it's not in the list of suggestions, but another one is: * Invalidity message (invalidMessageList) I didn't…
-
D2 Doclist with Dynamic DQL
I am trying to create a doclist based on a dynamic DQL. Based on the object select I need to view the set of documents. Below is the query I am using select $value(r_object_id),$value(default_attributes) from dm_document where r_object_id in (select child_id from dm_relation where parent_id='$value(r_object_id)' and…
-
Documentum D2 Aspect Attribute Display
Hi All, Is there a way to configure the DocList widget to display aspect attribute values? Regards Joe Bruton
-
modify the file_system_path of common and events
I am trying to modify the file_system_path of common and events from dm_location but I am getting this error from DA. The ..\pp_imagefiles\Documentum_NEWPRODCOPY\share is an old location and should be replaced. I've checked in StateOfDocbaseDoc log and it's still using the old location. Any idea where to modify this? Any…
-
D2 com.documentum.fc.common.DfException: [DM_EVENT_E_INVALID_ID]error: "Invalid handle error
Hello, We are getting below error when we try to open document from D2. It is opening fine from DA. Kindly suggest if there is any solution to fix this error. 2020-10-27 15:43:30 [ERROR] [https-openssl-nio-8443-exec-59] - c.e.d.d.a.InjectSessionAspect[ ] : {} com.documentum.fc.common.DfException:…
-
DM_SESSION_E_PASSWORD_CHECK_GETPWNAM
Does anyone here already encountered this error from the docbase logs? I've checked every possible file where credentials exist but I found them pretty much okay. We've checked in windows perspective and DB perspective and no history of the account being locked out. The application is also running but quite bothered with…
-
Audit Trail Migration
Hello, We have a requirement to migrate some documents and their audit trails from one repository to another repository. Both the repository name and ID are different. Could you please suggest how can we achieve Audit trail migration in this case?. Thanks, Mahesh.
-
IRM Content Decrypt API
We are trying to make a decrypt application for IRM protected PDF documents, and have a few quetsions. Regarding how to generate the XML file (to be used to register the decrypt application with IRM Server), the help aid "add a certificate chain," but is this a certificate for IRM Server? If we use "DocDecrypt.exe" as is…
-
com.google.gwt.user.client.rpc.XsrfToken
We are encountering this message for quite sometime now after entering the login credentials in the application, although it didn't let us logged in into the application. Then after clearing the browser's cache the message no is no longer showing... but this has something that we're experiencing almost everyday. Wondering…
-
D2 - Is Chrome supported on Mac OS
Hello, We are using D2 20.2. Does any body know if D2 is supported with Chrome on Mac OS?
-
Error updating object attribute
I'm trying to update a type object and am getting the below error. Through various invenstigations, I'm pretty confident the issue is on the server rather than something with a local cache. [ERROR] FAILED QUERY: alter type act_document DROP components DfException:: THREAD: ModalContext; MSG:…
-
File Extension removal on import in webtop
Is there an option to remove the file extension of a file (ie .pdf) so that it doesn't become part of the name of the file in Documentum? Currently the "title" is the path of the document on my computer and the "name" of the document is the name of the file with the extension. I would like it to not add the extension on…
-
set "default_acl" value of server config per session
I would like to set the "default_acl" value of the server config only for a single session, without the change being global. Is this possible via DFC?
-
[DM_QUERY_E_BAD_EQUAL]error:"The attribute qualifier, b23, for attribute string_value is not a valid
Hello, I got the below error in my browser when I want to launch a statefull process containing more than 19 variables developped in xCP Designer 2.3 (Documentum 7.2) [DM_QUERY_E_BAD_EQUAL]error:"The attribute qualifier, b23, for attribute string_value is not a valid qualifier Thank you in advance
-
Error in search of Webtop 16.4
Hello Experts, I am trying to setup webtop 16.4 on my local machine. It is working but after searching any document it gives below error : com.documentum.services.cluster.impl.ClusterManipulatorImpl.setMaxPhraseLength(I)V After closing this window, press the Refresh or Reload button on your browser to continue. my…
-
Documentum D2 4.1 Extended creation matrix, how to use?
Hi, I see with 4.1 a new feature Extended creation matrix is introduced which can be context based creation profile. Is it just for dm_folder? Don't find proper documentation for its usage? Do I need to have at least 1 non-context based creation matrix anyways? How to apply it and how is it useful if I can apply based on…
-
JMS Authentication failed user
Getting this error from server.log file in JMS. I've checked every possible files and properties where the authentications were used and confirmed that I have the correct install owner or user and docbase name. I also tried restarting everything and clearing caches and logs.…
-
[DFC_SECURITY_IDENTITY_INIT] Error While Creating Session using DFC
We are creating Documentum Session using below DFC code. While creating session we are getting below error. Can you please suggest me what is wrong. ******Code****** IDfLoginInfo loginInfo = new DfLoginInfo(); loginInfo.setUser(techUserName); String decryptedPasswd = RegistryPasswordUtils.decrypt(techUserPasscode);…