-
Content access gives 404
I'm using Content Storage v2. When I tried to access my uploaded content after two days, the api call gives 404. Before two days it was accessible.
-
OpenText APIs Quick Start Guide
The following steps will help you try out the APIs quickly after you've signed up for one of the free trials. We have 3 trials available: Services bundle, Signature, and Messaging. This guide is also available in the website, along with other key resources to help you get started. First, confirm the region where you have…
-
How to set multi-value attributes using REST API in PowerShell
I am trying to copy a set of attribute values from one Category to another using PowerShell and REST … I have it working for all attribute value types except multi-value, I just can't seem to get the syntax correct. "/v1/nodes/36500965/categories/3310115" $body = @{ 3310115_16 = "Track 1" 3310115_17 =…
-
Magellan BI and Reporting
I am having issues with my reports displaying on AppWorks. On the Dev and QA environments, the platform service keeps shutting down. In production, the dashboard would show but the report would say "The file type is not supported". Usually when that happens, I stop and restart the cluster in the System Console and it all…
-
Using the output of one dataset as parameters to another dataset in a chain
<p>In BIRT, how can we use the result set of one dataset as parameters to another dataset? I'm not refering to dynamic report parameters (where the user selects between results from a query). I want to chain together datasets from different data sources. How can I use the output of a MySQL dataset to parameterize a query…
-
Query related to a columns not visible in Business Workspaces using widgets
Hello All, We have designed an html page and using below widgets to display business workspaces - "csui/integration/folderbrowser/folderbrowser.widget" and "csui/widgets/nodestable/nodestable.view" 2. We have global+custom (created via Facet volume) columns available in those Business Workspaces 3. From OTCS (smartview and…
-
Execute a query in beforeOpen and pass the output as a variable in open method in BIRT Report
I need to execute a query like ( SELECT column1 FROM table 1WHERE column2='ABC 'AND id = '1234859') . The output of this query will be 'X2224891', 'Y2839120' . I need to pass this output as a variable to the main query written in the open method. Is this possible to do it in the beforeOpen or any other way to achieve this?
-
"OperationCount" and "NonReadCount" columns in KuafUsage/KuafUsageSummary tables
What types of access are included in the "OperationCount" and "NonReadCount" columns in the KuafUsage and KuafUsageSummary tables? I have been unable to find anything in the OT My Support Portal knowledge base, nor online in general, about the details of these tables.
-
DCTM Rest 23.4 with OTDS (Without Password)
I am looking for Reference article for DCTM Rest Authentication with OTDS Access Token for the user without providing password. We cannot send the password to OTDS access token API. So is there something like proxy token for the user? Or does DCTM Rest Supports Azure Oauth?
-
Documentum is not processing the queue
Often we face this issue where Documentum stacks the queue and doesn't process it. Is there any we can identify what is causing the Documentum to hold queue processing? The session within the Documentum are within the limit. When I kill that one queue which is taking too long time to complete, then it starts to pickup the…