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…
-
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…
-
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:…
-
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
-
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.
-
Outbound Fax Failure
Sent to - https://faxus1.xmedius.com/faxservice/rest Request {"faxOptions":{},"userId":"CERTEFR@mtb.com","subject":"denial","recipients":[{"number":"7163064380","name":"fg"}],"comment":""} Response Status code response from Outbound Fax request: NotFound (00000000) Requesting more details on why this request is failing.…
-
Concerning RightFax, how can I query a detailed list of sent emails by users?
Concerning RightFax, how can I query a detailed list of sent emails by users? I found the RightFax table HistorySecureDocs which shows my email sent with field "handle". Which table has the sent to email address associated with the key "handle"?
-
Smart view 24.3 version : Looking for a JavaScript file which will invoke the view functionality
In smart view We are having a requirement to add / modify the existing view button in the inline ribbon menu in browser view. We would like to know what the URL will be invoked while clicking on the view button Also, we are looking for a particular core / JavaScript file which will invoke, so that we can make the changes…
-
How to add new view doc option(external link) on a document in SmartView
We want to open a document in third party application from Smart View. Is it possible to add a button or link on a document in Smart View?