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