-
File size limitation
What is the file size limitation for files stored on OpenText xECM Server? Is there a maximum file size imposed by the platform itself, or does it depend on the configuration? Are there any recommended best practices for managing large files within OpenText ECM? For instance, are there strategies for optimizing performance…
-
How to read XML response from third party application , I am using xECM cloud 24.3
I am trying to integrate the signing application just like docu sign , Step 1 :- I am authenticating with signing application getting a authorization token. step 2:- I am pushing content server node( basically doc) to the signing application using rest client. Step 3:- I will login to signing application GUI and sign the…
-
I want get count of selected items in caseclass
I want get count of selected items in caseclass of EnScript
-
Is it possible to dynamically assign a source file to a WebReport data source?
Hello Developers, I have a scenario where I need assistance in configuring a WebReport. Within a Workflow Template, under the Attachments section, I have a CSV file Template. Additionally, I have a WebReport in the same Attachments section. Currently, in the WebReport's data source I have provided a static reference to the…
-
Configuring document declarations and testing it
Step by step explantions about how Document Declaration works and how to check if ArchiveLink Documents and PrintLists are attached or not
-
issue while sending emails
Hi all We are facing an issue while sending emails. We are using external jar to send emails and not using OT provided email sending functionality So, to send emails we will send all the parameters in a command which will execute jar and email will be sent. In the email we have 3 attachments out of which 1 is static and…
-
ollsigner - Cannot access OLL file / tables in OLL file
Hi, I'm trying to sign an oll using the ollsigner tool provided, but I am getting the following error with the command: Command: java -jar ollsigner-1.3.0.jar -keystore my/store.pk12 -storepass my_pass -keypass mykeypass hotspots.oll HOTSPOTS and the error i'm getting is: Processing File 'file.oll' Cannot access OLL file /…
-
Best Practices for Taking Tomcat Backup Before Patching
Hi everyone, What is the recommended approach for taking a backup of Tomcat before performing patching? Should the backup be stored on a different server, on the local system, or on a file-sharing system? I would appreciate your insights and any best practices you can share. Thank you in advance!
-
Do we have any searching API for business workspaces child folders?
I have one use case where third party application is sending the business workspace name to content server and i want to search the business workspace using the same name. However, I have found one API "https://<otcs>/cs/cs/api/v2/businessworkspaces?where_name=<bw_name>" in that if I pass the query parameter <bw_name> I am…
-
Deployment Issue: Widget Not Showing in Perspective Manager (CS 24.1 / SmartUI SDK 24.1)
Hi everyone, I'm encountering difficulties deploying a custom widget on Content Server 24.1 using SmartUI SDK 24.1. I’ve been following the guidelines from course 4-0190 Content Server SmartView Development – 20.2, but I’m stuck with a couple of issues: Missing out-module Folder: I noticed that the out-module folder, which…