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)
-
When to use this forum and when to use suppport forum...
Just an FYI… It might not be obvious, but this developer forum is more geared towards "developer" level of questions. If your question is around development, this is the place! If your question is more around usage, install, administration, etc. This is your place:…
-
Documentum Smartview SDK
Documentation for the Smartview SDK provides information to set up the SDK locally and develop custom implementations. The Documentum Smartview SDK consists of sources, binaries, documentation, and samples for: Documentum Smartview UI extension environment. D2-REST services extension environment. D2 plugin development…
-
Learning to deploy Documentum on Kubernetes- UNSUPPORTED
A tutorial using Docker Desktop Kubernetes 😉Special thanks to Jose for contributing this tutorial. It is unofficial and unsupported. But very good info to consider. Both files are needed, together, the PDF and the 7z. Slide 38 is WIP that might come in future versions. (Kubernetes Dashboard, metrics server, Kafka,…
-
Documentum integration with ServiceNow
I am trying to setup an integration between ServiceNow and Documentum. Has any one built anything of this type? Basically, I am trying to create folders and documents and then retrieve the same in ServiceNow as a folder view. Note: Documentum Webtop version is 16.7.9
-
Documentum Cleanup Objects Sequence for object types
Hi, I have a scenario where I need to delete dm_document, dm_folder, dm_acl, dm_user, and dm_group. The structure consists of a cabinet containing a folder that acts as a Classroom, with multiple Divisions, and each division further containing Batches—resulting in a deep folder hierarchy. Each folder has specific ACLs, but…
-
Is it possible to integrate Documentum directly using REST to send attachments with JSON values?
We're exploring options to send attachments from ServiceNow to Documentum. However, ServiceNow does not support multipart form data out of the box, which poses a challenge for direct integration. Could you let us know if there are any possibilities or alternative approaches on the Documentum side to handle this? For…
-
Documentum xCP Designer installation needed
We are facing an urgent issue: our licenses for the XCP Designer tool have not been renewed for the past two years, and as a result, we no longer have access to download or use the tool. Currently, we are in the process of renewing the licenses, but we urgently need access to XCP Designer in the meantime to maintain the…
-
Documentum Administrator in docker writes the dm_bof_registry password in blank
Hello good morning I am trying to create a documentum administrator container in docker 20.x in a lab environment however, for some reason, when I create the container I get an authentication error in dm_bof_registry ([DM_SESSION_E_AUTH_FAIL]error: “Authentication failed for user dm_bof_registry with docbase laboratorio.)…
-
can a OTDS user connect to SAML 2.0 ID Broker after LDAP authentication
Hi We are integrating Documentum and OTDS. We are not using Azure AD. The users and groups will be provisioned from LDAP into a synchronized partition in OTDS. Normal users will be using username/password. Admin users need to do 2FA to gain access to Webtop and DA. We are having Red Hat SSO as a SAML 2.0 ID Broker, which…
-
Could not launch
Last Status: FAILED: Could not launch method bulkRotatelmage: OS error: (No Error), DM error: (). Last Return Code: 1 Document DA
-
API To Create groupmemberuser is not working
Hi, We are trying to add the member to the group we are using the below API to add the group member. we are using the below JSON in the payload: { "properties": { "title": "SPADOLUS.frtest"} } We are getting an error as below in the response: { "status": 400, "code": "E_USER_HREF_NOT_CORRECT",…
-
How to solve this error command failed
message_text=[ERROR] [LAUNCHER 31638] Detected while preparing job dm_FTQBS_HOURLY for execution: Command Failed: execquery,s0,F,EXECUTE do_method WITH method = dm_FTQBS_HOURLY
-
How can I configure D2 to open native content on double click?
Hello, I am trying to configure D2 so when a user double clicks on a document, it opens the native content in read only mode. Currently, it opens the PDF rendition of a document. How can I change the double click action to open native content? Thank you,
-
Unable to update the security template for existing document in D2
Hi Team, I have created a new security template and configured against a context. When i create a new document or checkin existing document the new security template is applied against the document but for existing document if run the d2core method its not taking effort. So pls help me to update the security template of…
-
D2Export Service
Hi, Can any one help me like when we export a folder in D2, after completion of folder export i need to display how many files got exported. Please give me any idea on this
-
D2- Open PDFs in local Acrobat rather then using in-built viewer
We are using D2-Smartview 24.2 which comes with in-built viewer to open PDF documents. Is there a way to allow D2 to open PDFs in local acrobat on the users machine.
-
Is it possibile to create a custom manager such as the "ImportManager"?
Hello all, I need to create a dialog to import files from another system through D2 UI. I tried to create a custom manager class like ImportManager and replace the 1st dialog with a custom one to make users can select infos (from registered table) to import. users need to edit properties for each item and that's why I…
-
Check-in multiple documents at once in D2
I have a requirement to select multiple documents or a folder and check-in all the documents at once. Right now, there is no Apply to All or Ok to all in the Check-in user interface therefore, I created mine (called by a menu entry with the ShowDialog Entry. It looks like In the Dialog's java class, in the Validate()…
-
Migrate Content Job
Hello, I am migratign a large amount of content from one file store to another using the Migrate Content Admin job in Documentum Webtop. However, when I run this job it makes Webtop very unstable. I would like to schedule this job to run in the evenings, migrating a month of data at a time. I have data going back as far as…
-
How to retrieve the r_folder_path of documents using Documentum Rest /Search Endpoint
Hello Techies, I am currently exploring Documentum REST and have a requirement to retrieve the r_folder_path along with the document results from the search endpoints. Below is an example of a search endpoint I used, but the results do not include the r_folder_path. To fetch the r_folder_path, I tried using the /dql…
-
How to upload a file from local system using Post Man DCTM Rest API
Hi, I have a requirement where I need to upload a file from local system using DCTM Rest API. I have achieved this by adding the file directly in the postman, but is there a way to specific the path of the file location in JSON and upload the document from the path to the repository? The file should be picked from the…
-
How to Update the Bulk Metadata using Documentum Rest Endpoints
I have request where I have to update the object name of 10000 documents to "DeactivatedDocument" using Documentum Rest Endpoints. But I'm not sure which endpoints should I use and how to use. I explored /batches endpoint but for that preparing the request body is going to be tough tasks for that I have to walkthrough the…
-
AppXtenderReST query help
We use ApplicationXtender and I'm trying to use the Rest service with python to get a list of documents in app. I can run get requests and get responses. What I'm having trouble with is the format of the data object for the post request. Does anyone have any examples on what that should look like?