Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
Documents from Documentum to Azure Blob
Hi All, I work as a Data Engineer and have been asked if we can create a pipeline to fetch documents from Documentum to Azure blob storage for downstream use by AI applications. Is this possible initially as a bulk download and then any new documents to trickle down to the Azure blob storage ? Thanks John
-
Documentum REST Services 23.4 - POST (Create Object)
Hello everyone, I'm trying to use Documentum Rest Services 23.4 in order to create an object: My object type is 'myType' with parent type dm_sysobject. So i want , (for monitoring purposes) to create myType Object without any folder link or any other dependency. What is the purpose of the id in this call ??? : The use case…
-
How to rigister for predelete event in docuemtum
I want to wrtie the BOF module that will listen the event and when there is delete call, my method will be invoke, I tried finding doc but couldn't get. Please share any doc if you have or guid how can I proceed.
-
Documentum Smart View link to query form
Is there a way to create a link to a query form or saved search category for use in Smart View? Customers prefer to have a tile that directly takes them to an existing query form or saved search category. Thank you!
-
how to test Documentum REST API
I am currently evaluating the use of Documentum and its API for my company. The link to the API can be found here: https://developer.opentext.com/ce/products/documentum/apis/documentum-d2-23-4-0. The link to install the software is here:…
-
Using OTDS for the licensing of our own products
Hi there. We hav a bunch of software connecting to Classic and/or Smartview, as well as D2-REST. Right now we use our own licensing system. Since now Documentum uses OTDS for is licensing, I was wondering if it's something we could do too. I supposed we'd need to be able to Generate a license file with the data we need…
-
How to make content-type : 'multipart/form-data' POST request using OScript?
Hello Team! We need to make a POST request using OScript, which would use 'content-type : 'multipart/form-data'', like in Postman. The body would have a 'cert' file with key attached. That's how the request looks in Postman: Is it possible to do with OScript and, if yes, is there any available guidance or examples? We have…
-
User Deletion in eRoom and Documentum
What is OpenText recommendations when it comes to deleting users from Documentum and eRoom? Is it recommended to delete users from the application directly or from the database? What are some of risks when deleting users from the database ? How are licenses counted for eRoom and Documentum users? Are inactive users counted?
-
Upgrade DCTM 7.3 to 23.4
Dears, We have DCTM 7.3 and we need to upgrade to 23.4 Due to our current operating system WIN server 2012, we have to use the migration technique. Any recommendations on the migration process? BR, Hosam
-
Logging for iDQL / iAPI
Hello all together, I hope I'm in the right place in here as I'm totally new. Sometimes I have to do some bulk change of object properties in our documentum system (on prem). Currently, I manage this via iDQL on the Content Server. I collect all DQL commands in one text file and run this file with iDQL in command line (or…
-
Multiple Auth Handler with Smartview/OTDS using SSO
Hi all, Anyone has succesfully put in place a solution that allow for using multiple Auth Handler with Smartview and OTDS, but without having the user to pick the handlre on the OTDS page? Cheers Alain
-
Ask the Expert -EMC Documentum EPFM 1.7
Welcome to the EMC Support Community Ask the Expert conversation. This is an opportunity to learn and discuss the EMC Documentum Engineering Plant and Facilities Management (EPFM) Solution 1.7 release. This discussion covers the announcement made via Momentum 2012. This discussion begins on Monday, Feburary 4th and…
-
What is the general approach for adding a sidecar container to a DCTM Helm chart
We want to add a sidecar container to run the OTEL collector for gathering application logs within the pod. Before proceeding, we have a few questions that need clarification: Is there a recommended approach for adding a sidecar container to the DCTM Helm chart? Are there any developer reference documents or links…
-
Uploading Large Files (5–10 GB) to Documentum via REST – Chunked Upload Support?
Hi Team, Has anyone successfully uploaded a large file (around 5–10 GB) to Documentum using the REST API? If yes, could you please share the approach you used — specifically: Which REST endpoints were involved? What did the request body look like? Were there any required headers or configurations? Also, is there a way to…
-
D2CheckinService plugin not used by Smartview
Hi there, I created a plugin using the D2 Smartview SDK In this plugin, I extend 2 services. For that I have 2 classes: class D2CheckinServicePlugin extends com.emc.d2fs.dctm.web.services.checkin.D2CheckinService and implements com.emc.d2fs.dctm.web.services.ID2fsPlugin class D2CheckoutServicePlugin extends…
-
Secondary Documentum content server - confguration
This is regarding setting up new secondary documentum content server where the primary server is shut down and currently 2 secondary are running Primary (P1) two secondary boxes(S1,S2) If I install new secondary content server instance, cfs confguration →what would be the primary content server as its offline and I know…
-
How to combine multiple content servers into one single content server
Hi Experts, We are looking forward to consolidate our multiple Content Servers into a single one. Kindly let us know how can we achieve the same and what would be the course of action for it.
-
How to assign a ACL to a folder using REST
I am trying to update the ACL on a folder using REST. The call does not return an error but the ACL is not updated. Here are the details: POST Request: https://<server>/dctm-rest/repositories/<REPO>/folders/<objectid> BODY: {"properties" : {"acl_name" : "<acl>", "acl_domain" :"<domain>"}} The call executes and returns a…
-
Documentum Server Installation Error Database Session is shutting down due to
Brand new install for DS 22.4, Oracle 19c db, Windows 2019 server. JDK and Oracle Client installed. Confirmed DB via TNSPING and SQL Plus connection on the box. Ran the Documentum Server software installer with no issues. Ran the Server Configuration Program to configure a docbroker no issue. When installing the…
-
invalid redirect URI when accessing LB URL
Hi All, There is a load balanced URL for the ERSRecords Records Client (similar to webtop) application. in our UAT environment, we have integrated OTDS with ERSRecords application. When accessing the LB URL https://intranet-ers-uat.mch.com.rm/ersrecords. It redirects to…