Recent Posts in My Followed Categories
Switch the "Content" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
OpenText™ Thrust APIs Have Become Part of Our Core Application Portfolio
Effective August 24, OpenText™ APIs previously offered through the Thrust Services Bundle will only be available as part of OpenText™ Core subscriptions, including both free trial and paid plans. This change reflects our continued investment in making OpenText™ applications extensible by default, enabling clients and…
-
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…
-
Documentum And Azure blob storage
Hi, Has anyone used REST store for Azure blob storage? The documentum r obj id and dmr_content references is any different from other stores? If i am migrating files from a CAS based storage to azure blob, does a dfc save action take care of mapping the old r_object_id with that of new content_id referring to the blob…
-
OTDS User mapping format for username
Hi All, When creating user from OTDS into Documentum, we need to save username in the format (Firstname middlename lastname) and if middlename is blank than (firstname lastname). In the Resources - User Attribute Mapping tab I gave following format but is it not working and gives 500 error when I am consolidating the user.…
-
Hide few action items of document in OTCS smart view 23.4
Hi All, In our OpenText Content Server 23.4 environment, we would like to hide the following document actions in Smart View when a document is selected: Copy Move Add Version Reserve Start Workflow. Kindly let us know how to do it if anyone has idea on this. Thank you
-
Smart View validation on attributes in a workflow start or user step.
I've been looking for a solution to attribute validation in a smart view workflow (Multiple date fields that require 1st date to be less than any other date field) when the workflow step is processed (Start button pressed). I have this working with form template/ custom views with embedded JavaScript in classic views, but…
-
PowerDocs Integration With Extended ECM 24.3 CE
Hi, We are working towards integrating powerdocs with our xECM 24.3 CE platform and have hit a roadblock towards its configurations. On following the attached guide for 'Document Generation Customization', we were able to setup the intial setup and authentication between 2 systems. Upon finally trying to generate a…
-
Where can I find the official StreamServe documentation?
Hi everyone, I am currently looking for the official documentation for OpenText StreamServe. Could someone please let me know where I can find the correct and complete documentation for StreamServe, preferably including the installation, configuration, administration, development, and deployment guides? I would also like…
-
Service Client - create redirect URL error
Hello! I'm trying to create a Redirect URL in the Service Client section at the Organization level, as the "Thrust Services Tutorial: Building a Contract Approval application" says. However, I'm getting an error. Does anyone know how to fix this? Thanks in advance! Reason Unexpected error encountered:…
-
Authorization problem using Exstream REST PUT/POST api
Hi all, I hope this is the correct place to ask such a technical question. I'm developing a c# helper application that we'd like to use in order to automate some tedious and error proning tasks that are currently done using the exstream console web application. I'm referring to API depicted here:…
-
Authenticating with Microsoft SSO
Hey everyone, Im trying to get an OTCSTicket from OTDS using a Microsoft SSO token, but Im a bit confused about the "/authentication/token" endpoint and some of the request body parameters. Looking at the docs for this endpoint, it mentions that tokenBinary is required, but im not really sure what exactly is expected there…
-
Socket IO Exceptions - Chainguard image
I'm using a Quarkus REST application that connects to Documentum via DFC. Everything worked fine when running on an Amazon Linux image. However, after moving to a Chainguard Java image, we started seeing random socket I/O exceptions from various DFC threads, including executor threads, license threads, and others. After…
-
Multiple E-mail connector in same organization
Hi, I need to send emails from two accounts with different host names in the same organization. Do I need to set up two email connectors in the same organization and be able to send emails by choosing the connector? Is it possible to change the SMTP server from BPM? Thank you very much.
-
OTAC Admin Client Timeout When Expanding Disk Volumes for Inaccessible Repository Pool ABC
We have an OTAC repository name GOS. In which pool ABC is attached with storage type as single file. It has around ~20 million documents in ds_doc table. The underlying disk volume path is no longer accessible. This particular business is sold to another unit. When we try to expand Disk Volumes in administration client…
-
Upload button functions in toolbar
i am trying to upload a file in the xform and i needed to add few chnages to the upload button in the script , so the thing is when ever i try to upload any files it didnt show any message and the in logs its showing upload1.setValue() is not a proper function , so can anyone help me with this for taking files into the…
-
Getting User data automatically into the form when they logged in with their appworks id
Is there any way to get data that should auto fetch into the Xform when user logged into the appworks and opened the Xform the Xform should get the user details that are stored in the database . Is there any way to get this done ?
-
How can i solve this error and whats the solution for this ?
function button1_Click(eventObject) { var xmlRequest = BusinessDataModel.getMethodRequest(); cordys.setNodeText(xmlRequest,".//*[local-name()='employeeid1']",employeeid1.getValue(),""); cordys.setNodeText(xmlRequest,".//*[local-name()='employeecode']",employeecode.getValue(),"");…
-
Unable to Publish from new Organization
I just started using AppWorks 22.1 last week. I have created a new organization and added entities to it, but I cannot deploy it. I get the following message: The OpenText Entity Identity Components solution is not deployed in the current organization. When I go to the Administration page for the System organization, the…
-
Is there any webservice to fetch only the active(enabled) users from LDAP based on the role
Is there any webservice to fetch the only enabled or active users from LDAP based on the role like GetUsersForRole webservice? Currently GetUsersForRole webservice is fetching the disabled users also.