-
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…
-
Documentum Administrator in docker writes the dm_bof_registry password in blank
Hello good morning I am trying to create a documentum administrator container in docker 20.x in a lab environment however, for some reason, when I create the container I get an authentication error in dm_bof_registry ([DM_SESSION_E_AUTH_FAIL]error: “Authentication failed for user dm_bof_registry with docbase laboratorio.)…
-
Binary format data push to content server API (api/v1/nodes) OTCS version 24.3
Hi All , I am using web report rest client for getting the data downloaded from third party application. Data is getting stored in below variable sample code:- @method:GET @secure:true @header:[ll_reptag_!header /] @output:JSON:binaryfile /] My file is stored in variable names as binaryfile. My use case is i want to push…
-
Can I add a folder reference when the document is created?
Is it possible to include a folder reference when creating a document via the REST API to avoid having to follow up with another API call?
-
File upload size limitation in eDOCS using REST API
Hi, I would like to upload documents of size 2 gb using eDOCS rest api. I woud like to know if eDOCS has any file size limitations to upload using REST API. Also, is there any support for uploading documents by chunks through REST API
-
Hover menu on a document in IC Web
Hello, We added a custom command in the actions bar. We would like to add a custom item to the Hover menu while hovering a document item. The action menu item should have an icon and the ability to trigger the added custom action. Would appreciate your help in the matter.