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)
-
Documentum REST API 7.3 - Search Results only include first value of repeating attributes
Hi all we have Documentum 7.3 with the xPlore module and we are using the REST API, via the "/search" resource to perform searches against xPlore. Having a query json as follows: { "types": [ "dm_document" ], "columns": [ "r_object_type", "r_creation_date", "object_name", "r_folder_id", "repeating_attribute" ],…
-
Documentum develop environment with docker
Hi All, is it possibile configure a local develope invironment of documentum using docker or kubernetes? I found some docs about this topic but none of it is enough specific in order to create a container. For example if it's possibile it would be really useful have the registri or the dockerfile for the configurations.…
-
Synchronize S3 file store with metadata
How to configure Documentum to point to objects that have been uploaded to S3 and synchronize this with metadata stored in the database?
-
DCTM Reports V 2018.1.5 Need DQL Query to show DQL Queries for all tt_report object types
How can I view/display/query all of the DQLs for my tt_report object types? I can view the properties for a dctm report one at a time or view the "query" variable within the report variables, but I can't find any way to see all of the queries used by our reports Any ideas? @DCTM_Guru Isaac
-
DFS - Connection reset by peer: socket write error
Dear all, Our setup: - DFS 6.6(P05) running on Apache Tomcat 6.0 is integrated with BSS self-service portal with third-party application to retrieve document. We received the following error message intermittently: - Nov 1, 2016 8:59:01 AM com.sun.xml.ws.transport.http.servlet.WSServletDelegate doGet SEVERE: caught…
-
Yellow Banner in WebTop and Documentum Administrator
I am sure many of you are familiar with the WebTop BHO and Native Client. We have tried so many different approaches to minimizing the yellow banner but have determined that McAfee anti-virus is the main culprit. Whenever Java initiates, something is happening with the rt.jar that fails the scan by McAfee which in turn…
-
Documentum develop environment with docker
Hi All, is it possibile configure a local develope invironment of documentum using docker/kubernetes? I found some docs about this topic but none of it is enough specific in order to create a container. For example if it's possibile it would be really useful have the registri or the dockerfile for the configurations. Many…
-
How to Migrate Documentum ?
Hi guys My IT manager asked me to migrate ( or export ) the data from our Documentum. I don't know who did the setup but it's running on a windows 2003 server under tomcat 6.0 I have looked for some tools, one of them QuikDIE-export-v1.5 Now the thing is this tool requires dctm.jar but there is no jar file on this machine.…
-
Show Date & Time in the webtop list
Dear Experts, I am trying to show the date & time in the webtop lists for r_modify_date column for a particular folder, i.e. on doclist_body, objectlist, myfiles, etc. I am using the <dmf:datevalueformatter> tag with type attribute with the values as short/medium/full but it always show only date & never the time part. Our…
-
Overriding Sign in Function in xCP 2.3 Application
Hi, I am looking for a way to override the Sign-in functionality in xCP 2.3 Application. Is there is any way to validate the user’s group before allowing the user to login into the application, if the user is not part of a group/role then the application should not let the user login and show error message in the Login…
-
Document content url from DFC code
Hello All. DFS has "getObjectContentUrls" functionality: ObjectContentSet[] urlList = objectService.getObjectContentUrls(objects); Does the same exist for DFC? Thanks
-
D2 4.7 Error creating a new document
Hi everyone, hope someone can help me solve this problem. In D2 4.7, when saving a new document, I get an error with this prompt, with no message. If I close the prompt, the document is not saved and the interface remains on the compilation page, with the data compiled. I believe it is some D2 matrix/configuration item…
-
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?