-
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…