-
How to assign a ACL to a folder using REST
I am trying to update the ACL on a folder using REST. The call does not return an error but the ACL is not updated. Here are the details: POST Request: https://<server>/dctm-rest/repositories/<REPO>/folders/<objectid> BODY: {"properties" : {"acl_name" : "<acl>", "acl_domain" :"<domain>"}} The call executes and returns a…
-
ObjectImporter and long paths
We are using ObjectImporter to import files from unc. ObjectImporter is failing for all network paths larger then 260 charachters. This is often a known limitation with old .net programs. Is there a way to pass this limitation?
-
Facing issue with Fileconnector polling functionality.
Hi Team, We are facing issue with fileconnector polling functionality after deployment of Appworks 24.2 HF07. XML files disappear from the shared path, but the corresponding BPM process is not triggered. The logs show a java.lang.NoClassDefFoundError caused by…
-
Going from Template Workspaces to Business Workspaces - need help finding documentation.
Hi there - We are in the process of upgrading our OpenText ecosystem. All has been going well so far, but we noticed that in the future, Template Workspaces will no longer be supported. Business workspaces seem to be pretty similar from what I'm reading but we have an extensive library of different binders + templates we…
-
Writing workflow method while using Workflow Manager (no Process Builder environment)
Hi, In the Process Builder development guide I see the following: "To write a workflow-specific method, write a Java class that extends the abstract class WorkflowMethod, which is defined in the bpmutil.jar file in the DOCUMENTUM_SHARED directory. Your class must implement the doTask( ) method that performs the main action…
-
💥 NEW way to work with OpenText! 💥
We're excited to introduce a new sample application - Goose Watch 🪿 This application showcases four OpenText API Services - Content Metadata Service (CMS), Content Storage Service (CSS), Information Intelligence Service (InfoIntel) and Messaging Service, running on the OpenText Cloud Platform (hosted on GCP), and the use…
-
Core Fax API with Oauth 2
Hello, Does the OpenText Core Fax API (REST and SOAP) support OAuth 2.0 authentication? Thank you!
-
How can i generate a user token for an SSO account using Core Fax API?
How can i generate a user token for an SSO account using Core Fax API? The doc only refer methodology using local user. Thanks for your help.
-
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 https://www.w3.org/TR/WCAG21/ 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…
-
Help Needed with Integration Issues in OpenText
Hi everyone, I’m facing integration issues with OpenText Intelligent Viewing and Content Server. Despite following the setup instructions, I'm running into authentication and authorization problems. Here’s what I’ve tried so far: Checked user permissions and roles. Confirmed the service account setup. Reviewed…