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.
-
OCP Developer Workbench - API testing app
The OCP Developer Workbench is now available! The developer workbench desktop application is an application allowing developers to understand the functionality of the APIs offered by the OpenText Thrust Services, and how to use them. It offers a highly a configurable user interface, with perspectives (such as Library…
-
Follow Product Categories to personalize your experience
Following product categories allows you to see all posts for the products you follow in the Quick Links list and site header; receive email notifications; and refines your search results. Read on to learn more. Select a product Category: Quick Links After 'Following' a product Category, you can use the Quick Links menu to…
-
Uploading document using Java11 (rest-api)
Hi , Kindly assist in Java error, we were able to upload a document to OTCS using Java7 , however once compiling the same java code in Java11, the below error is coming up as per screenshot. Please advise. Regards, Vishnu
-
Is java assistance supported?
Hi there, I added a D2FS dialog with the sdk to my plugin and in it I defined a combo with java assistance <combo advancedView_required="true" condition_required="true" condition_required_edit="true" control="true" id="name_field" assistance_type="java"…
-
Magellan OpenText deployment on generated VM, can't get node details in deployer
I've created a template instance of OpenText v24.3, and I can access the base instance (used for creating the template) just fine. However, with the new instance created from the template, I can have the deployment/installation program connect to it, at least enough to get the instance name. However, when I open the…
-
xECM - new attribute does not appear in Regions overview automatically
I have created a new attribute (as part of a category) in xECM. Normally, such a new attribute would appear automatically in the 'Regions' overview (Admin —> Content Server Administration —> System Object Volume —> Enterprise Data Source Folder —> right click on menu of 'Enterprise Search Manager —> select 'Properties' —>…
-
Archivelink Viewer and Opentext
I have an old version of OPentext 9.6 and content Server was was installed for Archiving on windows 2008 ( Not suppored anymore) We need to move all the files to a new Windows server 2019 or older but I need to reinstall opentext and the opentext apache web server. What version and where can I get the install files and…
-
Trigger rename action
Hi, I would like to know if it is possible (in Smart View) to automatically trigger the rename action when a document is dragged and dropped in a folder.
-
Restart cancel activity in System Center 25.1
Hello all, We are in the process of upgrading the OTCS from 22.3 to 24.3. In the system center, activities got canceled after the step "Start remaining services." I have attached the screenshot. I am unable to restart the activity now. I don't see any option, either. There is no step mentioned in the admin guide as well.…
-
New! Core Communications
Core Communications is a SaaS application that enables customers to design, generate, and personalize communications such as documents and email messages. Based on OpenText™ Communications (Exstream Cloud-Native), the market-leading Customer Communications Management (CCM) application, Core Communications gives…
-
Any sample HTTP examples to Search against CM 10.1?
Apologies, a noob question I am sure :/ Are there any samples that show how I can access a CM 10.1 server via an API to perform a simple search for records? I am intending to build a Power Automate workflow from Microsoft365 that queries against a CM 10 server using an HTTP Connector. I am really struggling atm to…
-
Core Messaging email "opt-out report"
Dear Community, is there a way to find out which email address has selected the "opt out" option via API. I know from CoreContent GUI there is such a report avail, but I cannot find an api call to receive this info. Thanks for your support !
-
How to configure routing of inbound fax to a webhook?
Hi, I have created a webhook taking in 3 params below is the code snippet. what are the configurations on the fax portal to test this webhook as I am getting faxImage is null. @RestController public class FaxController { @PostMapping("/webhook") public void faxReceiver(@RequestParam("metadata") String metadata,…
-
OTMM CE 21.2 kubernates pod error waiting for otds service
OTMM CE 21.2 kubernates pod error waiting for otds service ? Hw to resolve this?
-
JobOwner in the spool .SHD (StreamServe 4.1.2 SP2 / Exstream 16.6.2)
Hello everyone, Sorry for my english level. I would like to get in my spool files .SHD the owner of my document created by Streamserve. But I have the account from the service startup configuration of my Control Center (Système streamservice) wich appears in the file : When I change the account in the service startup…
-
PDF compliant to PDF/UA
We try to improve the accessibility of our PDF output. This output had to meet the PDF/UA standard according to Documentation "A PDF/UA document is a PDF 1.7 document that complies with additional agreements for digital accessibility." Is there some information or guideline to reach this standard? At the moment we use…
-
Missing plugin when opening a ICC validation application
Hi, this error is appearing when opening an aplication in the ICC Validation client: but not for all users: for me is woring correctly, however for another user the error is appearing. Could someone help us? Thanks in advance, Maria
-
Update/change service account password for Archive Center? SOP for admin account password updates?
I'm looking for the standard operating procedure (SOP) for updating or changing the service account password for Archive Center. Additionally, I need guidance on the process for updating or changing admin account passwords. Any detailed steps or documentation references would be greatly appreciated.
-
ICC Vendors table not populated in validation
Hello! we have an issue in the validation client: the vendor list is empty. In BCC it appears with the expected vendors. Hotspots are running, configuration seems ok, we logged in the validation into the same application than in BCC. Could someone provide some help, please? Thanks in advance! Maria
-
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…
-
how to configure OTDS Oauth2 to use on JSAPI authentication viewer.
OTDS version 22.4, Ihub version 16.7 The purpose is to get a token automaticately (Oauth2 probably) to set the credential of the JSAPI configuration, to view some rptdesign. Since the implementation of OKTA authentication with SAML, i have to define the credentials for the connexion : var extOTCredentials ="TOKEN VALID";…
-
Modifying WebReport Constants through another WebReport
Hello everyone, I would like to know if it's possible to modify the constant values of a WR using another WR? If so, how would I go about it? I did not find a sub-tag dedicated to this and I'm trying to avoid going into the Sub-tag development path. Thank you in advance.