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…
 
- 
Getting error while configuring with postman.
Hi team, I’m trying to configure and test the OpenText API using Postman, but I’m encountering an authentication error during setup or request execution. Even though I’m able to successfully generate the access token in the Authorization tab, when I send a request to the server, I receive the following error response: {…
 
- 
What's new in OpenText Signature Service Thrust API for release 25.4
OpenText Signature Service Thrust API Version 25.4 introduces updates and fixes relevant to various users. SendGrid integration support allows users to integrate their own SendGrid setup via the API. Enhancements to package modification enable users to delete individual documents within a package before initiating a…
 
- 
Integration to Splunk
need an API that works for Splunk integration with our system. My team and I tested these URLs: https://portal.xmedius.com/api/v1/enterprise/[companyname]/events https://portal.xmedius.com/services/[companyname]/events But both URLs end up in 404s. Can anyone provide a URL that would work?
 
- 
XML template migration
Good morning. I have version 9.0.111 and I want to migrate templates. To speed up this migration, I would like to have access to the templates in XML format or similar. Is this possible in this version? Is it necessary to have a specific profile or activate any additional tooling? Thank you in advance for your help.
 
- 
error during exporting project
Hello I'm using the Exstream communications builder (16.4.0) and manage several projects that generates pdf letters . Lastly I unable to export an updated project. The communications builder raises the following exception : "encountered an improper argument" during the export , and interrupts it. This problem I have only…
 
- 
Exstream Migration (CAS)
Hello, we have a development server with a lot of single projects (PageOut + StoryTeller layouts) stored within CAS. We handle deployment with Export-Files. So we open a project export and deploy with ControlCenter… We have now the requirement to transfer all projects just to a new server. (so a 1:1 new environment) with…
 
- 
Fax jobs sent to email are received without a cover page
I a question regarding the recent changes in the otpm/otpmrs (https://developer.opentext.com/services/products/messaging-service/apis/messaging-sms-fax-and-email). Currently, all fax jobs sent to email are received without a cover page. I noticed that in the updated OpenAPI specification for otpmrs, the coverpage option…
 
- 
Fluent Bit integration not starting on Windows Content Server 24.4
Hello, I’m working with Extended ECM / Content Server 24.4 on Windows Server 2019 and I’m trying to set up monitoring for OTCM, including system metrics and security logs. Setup: Content Server service: Content Server (OTCS) Fluent Bit config location: C:\OPENTEXT\OTCS\config\fluentbit\fluent-bit.conf Admin UI: “Enable →…
 
- 
OpenText Exstream SMTP Error with Office365: ssl3_get_record:wrong version number
Hi everyone, I'm currently configuring OpenText Exstream to send emails via Office365 SMTP. Here's my setup: SMTP server: smtp.office365.com Port: 587 Authentication: Username and password provided in the TCP configuration Security: TLS 1.2 Authentication type: Anonymous Certificate: None specified When I test the…
 
- 
EMAIL REPORT
Good morning, team/community, Is it possible to generate a delivery report for emails using an SMTP MIME outbound connector along with some additional configuration? In Command Center, it was possible to write/log the success or failure status using the Delivery Engine, but we are currently migrating using Communications…
 
- 
What javascript UI framework works best with Content Server Workflows
There are so many javascript ui frameworks in the world: React, Angular, Vue, on and on. I do quite a bit of CS workflow map development, creating views for workflow steps, collecting/validating/storing user input, triggering task disposition, etc. I suppose Rest API will become the core channel for most interactions,…
 
- 
Does StreamServe (Exstream Communications Builder) support Secure print?
Now we use Exstream Communication Builder v.22.3 to develop our core document printing system. How to apply/control secure print with YSoft or directly to Printer?
 
- 
Cloning or Copying a User in OTDS/Content Server with All Assigned Details and Groups
Dears, I would like to check if there is a way in OpenText Directory Services (OTDS) or Content Server (CS) to clone or copy an existing user so that the new user inherits all associated details, including group memberships, roles, and permissions. Regards,
 
- 
loadrunner controller
how to download loadrunner controller ? i
 
- 
Object Exporter not exporting all versions metadata
Hi, We are using object exporter for cs 16.2.10 and we noticed a bug that its not exporting metatdata for all the versions of the document although we are not specifying "current" do any of you can help here.
 
- 
Rest API to update Form or Attribute inside Workflow Package
Going over the CS RestAPI documentation, in the Process section, there isn't an endpoint to update Workflow forms or attributes. Also under the Forms section, they refer to the forms as alpaca. Whatever that is, I don't see a way to update form inside a Workflow Package. Any guidance?…
 
- 
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…
 
- 
OTCS Smart View - search user by full name
OTCS does not support search for a user by full name (first name and last name at the same time). In Smart View (widget Metadata - user field), when I start typing first name "Radek", it shows all users with first name "Radek", but when I add a character space "Radek ", it shows 0 results. Is it possible to search for a…
 
- 
OTCS Smart View - undesirable automatic widget reload
I am using OTCS Smart View with business workspaces. BWs have perspectives with widgets+webreports. When a tab is loaded and then I click on any folder in the BW, the widget in the other tab gets reloaded (new fetch). Is it possible to prevent reloading widgets in other tabs when I open a different folder in the business…
 
- 
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…