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.
-
Help with Configurations in D2-Config
Hi Experts, I am fairly new to D2-Config. So please help me out with basic questions as well For different property pages for different types (like different document types or folders do we need to create different contexts and select them. I tried it but not working with myc_base(custom) document type and one of dm_folder…
-
How Difficult Is the OpenText Documentum Content Management Analyst Exam 5-8710
Hello Community I'm preparing for the OpenText Documentum Content Management Analyst Certification Exam (5-8710) and would love to hear from anyone who has already taken it. How difficult is this exam in your experience ? is it more theoretical or scenario-based, and what is the single best way you prepared for it?
-
Why this error appearing when i try to save a dictionnary in D2-CONFIG
Dear Community, I'm new with opentext products, i installed and cofigured a documentum content management server version 25.4, with clients (DA,D2-Config,Smart-view..), i created OTDS user and assigned him license and access to D2-Config, I can create configurations normally but when i try to save a dictionnary i get the…
-
Unable to to Sync OTDS with Content server users
Hello, I’m new to OT and currently in training. I’m in the process of configuring OTDS with Content Server. I have followed the instructions to create a partition, an access role, and attached the license in OTDS. The connection to the repository succeeds; however, when I click Consolidate, it does not import the users…
-
TBO access from Webtop
Dear Experts, We have webtop application which uses TBO & SBO using dbor.properties i.e. do not need to install the TBO & SBO on Content Server, but now we have planned to install the TBO & SBO on content server & i am able to install a test TBO on the content server. But I am not sure how I am going to use it in webtop…
-
DCTM25.2 - Issue with Procedure in lifecycle
Hi, Background, below code snippet is from a Procedure that we call when our lifecycle goes into “Published” state. We are trying to call a custom method “MycDocPublisher” with arguments to perform our task. This Procedure was working fine with 22.4 and jdk11 (javax) but is failing after upgrade to 25.2 and jdk17…
-
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:…
-
Webtop 16.7.9 Issue with browser plugin
Hi, My custom component is unable to recognize browser plugin even though it is installed. In the normal main component the files are getting downloaded fine, whereas when the custom component is directly opened it does open the file by throwing the error webtop plugin is required for this operation. Custom Component —>…
-
xCP
OpenText has announced end-of-support for xCP after 2029, and we’ve observed that xPlan’s SmartView does not support the level of complex application design currently achievable in xCP. What is your recommended strategy for transitioning from xCP? Additionally, given the higher cost of xPlan, what would you consider the…
-
Shared Resource Set – newly added resources not offered during update in other projects
Hello, I recently migrated several projects from StreamServe 5.6 to Exstream 16.6, which uses CAS-based versioning. In the old environment I had a single shared resource set containing overlays, fonts, images, lookup tables, etc., referenced by all projects. During the migration import I used the "reuse resources with the…
-
D2 Smartview url parameters
Does anyone known what accepted parameters can be used on Smartview? I've seen via network traces that it uses something like: D2-Smartview/ui/#d2?_sso_repository=<repository>&_sso_application=<application>. This url allows login into the repository automatically, but it seems that once you are logged in, this tries to…
-
DQL query with select * not returning all the properties in API response
Hi Everyone I have been trying to work on DQL to get the documents based on specific modify date to extract the properties/metadata and i have used below API where select query is being used to retrieve all the fields but its not retrieving all the properites…
-
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
-
Publications API using Contains query
Currently we've been trying to figure out how to use the Contains Query of the Publications API within Intelligent Viewing, but either this feature is incomplete or we are missing context. Even something as simple as publications?contains(tags,keyTest=valueTest) yields in the following error. { "code": 500,…
-
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…