Documentum Content Management
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)
-
Webtop 6.7 to D2 16.5 Migration Calrifications
Hi All, We are in a process of migrating webtop 6.7 functionlity to D2 16.5. Do we have any options to migrate below features as is to D2 1) Webtop "My Home Cabinet" to D2 2) Webtop subscriptions to D2 Apprecite your immediate help if anyone migrated these to D2 client application. thanks in advance.
-
XCP Unable to load process and invoke it..
Hi Experts , We are facing some strange issue where after some days (Its not fixed ) after deployment ,xcp is unable to load and invoke stateless process, the solution we do is just restart the app server and all works fine ,but the same issue comes after some days of restart, looking for permanent fix , Help…
-
documentum object service not honouring repository when looking document by r_object_id
Hi Experts, Context: Two docbases(docbase1 and docbase2). User with access to both docbases. Docbase1 contains a document with r_object_id ="2347293" input: r_object_id "2347293", username and password with access to both docbases and other stuff needed to use ObjectServiceStub result required: retrieve the document and…
-
How can I correct expiration date for a job using composer
When the software engineer update DAR file (with some jobs inside) via composer, some expiration_date of the existing jobs on the server may change for incorrect values. So I frequently use DQL query to update expiration_date to decent values. How can I insert expiration_date for the jobs via composer, before DAR…
-
DQL Query to find out Length of Object name
Hello all, I need help with below queries: 1.) Is there any way using DQL query that I can find the length of the object name in a cabinet? 2.) I know r_folder_path is a repeating attribute, but can I get the length of the folder path for a document object? I have tried using select len(object_name) from dm_document select…
-
Documentum Server 16.4 Oracle DB Settings
Hi All, Iam planning to install Documentum server 16.4 by using Oracle 12C Database. As per Installation guide i could see below requirements to install Oracle DB instance. Iam not sure what values i need set for these environment variables. If any one installed 16.4 with Oracle DB, Kindly suggest me the values that i can…
-
Documentation of 16.4 and 20.4
Hi All, I am new to this forum. Where can I find all the documentation related to 16.4 and 20.4 versions. I am looking for content server admin guide, release notes etc.
-
How to create vDoc and add child documents in it using DQL?
Please help me to create vDoc and add child documents in it using DQL?
-
How to show new line text using any of the text display components in xCP Designer
Hi to all, A screen of my application contains a text area which shows an output to the user. I am trying to write the output of a stateless flow which contains multiple lines to the screen (via text area). In text area, the newline characters are trimming and I got an ugly output as you can see below. I know that the…
-
So does Documentum support unknown columns in DB table or not?
Documentum does not use the list of columns when it formats the INSERT SQL for a created object. Instead, it uses the alternate syntax with the values listed in the order in which the table columns are defined. For instance, if the table is defined like this: CREATE TABLE mytype_s ( r_object_id, i_partition, myattr) then…
-
New user with same name & Email address but Different user ID
We use LDAP Sync to create new users. We have new user whose Name & Email address are same as another existing user. The Existing user is no longer valid can be deactivated Old User's Name: User, Old Older User Email: User.Old@TestComp.com Older User UserID: UserO New User's Name: User, Old NewUser Email:…
-
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.