-
Where to set enableLoggingRequestDetail in Smartview
Hi all, In D2-Smartview's log, I see the following line: enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data Where can I set it to true. I have an issue with a .NET Client when passing a query form parameters and would like to be able to…
-
Transport Package upload
I am trying to automate migration of transport packages between xECM instances. I can successfully download a package with /v2/nodes/{id}/versions/{version_number}/content but I am not sure what the corresponding upload call would be. I suspect it involves the 'multipart' set of calls but I have not been able to verify it…
-
Is Gupta Team Developer going to be discontinued?
Dear OpenText: I've been a GTD Software Developer for more than 20 years and I am looking to know if OpenText plans to discontinue Gupta Team Developer. Thank you, Conrado
-
Download mvn artifact
I would like to download this artifact <plugin> <groupId>com.fortify.sca.plugins.maven</groupId> <artifactId>sca-maven-plugin</artifactId> <version>25.3.0.0014</version> </plugin> However, it is not in mvn central. Does anyone know how I can download this artifact. I would like to implement a profile in my java project to…
-
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?
-
Document URL in CMS
is the opentext document url guaranteed to never change? ie is it considered a permalink?
-
Integrating Core Intelligence with Core Content
I am working on PoC on checking feasibility of OOTB integration of core intelligence with core content. Can someone please share any leads/documentation you might have on this? We are looking to create interactive reports/dashboards without using extension app.
-
Retrieve documents from OpenText cloud Platform via REST API?
Is there any REST API from OpenText cloud platform to fetch employee document? which will return JSON Data { employee : "", filename : "", content: "" }
-
Retrieve documents from OpenText Content Management Platform via API
Basically, want to retrieve all the documents from OpenText Content Management Platform and import into ServiceNow Employee Document Management Platform specific to user. Ex.Want to retrieve documents associated with John Smith then after performing integration with OpenText and ServiceNow. Document should Attach to…
-
How to Create a Custom API in OpenText Content Server ?
I am working with OpenText Content Server and looking for a way to create a custom API to extend its functionality. I need to expose some custom endpoints to interact with Content Server data programmatically. Could anyone guide me on: The best approach to creating a custom API inside Content Server. Whether WebReports,…