-
OT Media Management API | Create a folder - malformed syntax error
Hi Team, I am facing malformed syntax for below request, looks some params are not right can some one help me to sort out this issue. note : other post methods are executed fine other than this create folder. https://otmm-dev.com/otmmapi/v6/folders/*********3380442446794dcb161f { "folder_resource": { "folder": { "name":…
-
Query for createTraitDefinition
Hi All , Can some one help me to understand the createTraitDefinition attribute properties. Is attribute properties are fixed or Can we add a custom property to attribute i.e like the below examples custom1,custom2, custom3 ? Swagger API :…
-
Issue with Inherited Permissions in Document Management System
Hello, I am currently working on our Document Management System, and I have implemented several web service calls (using C#), such as documentManagement.ListNodes, to retrieve the nodes in a folder and set up the appropriate permission rights. These operations are functioning as expected. However, I have encountered an…
-
How to ensure re-deployment of helm is "from scratch"
Hi, Working on Helm deployment ot Content Management (xECM) 25.1 and running into some errors. Deployment finalizes 100% pass but otac-0 pod doesn't come up and throws: Enter authenticate Error: 401 Client Error: for url: http://localhost:8080/ot-admin/rest/auth/users/login Exit authenticate When correcting presumed error,…
-
Unable to open Documents in Webtop 16.7.8
Hi Team, While opening the documents getting below errors: 2023-08-09 16:05:48,925 [Thread-0] INFO com.documentum.wdk.extnnative.WDKExtnNative - Archive is: ucfinit.jar 2023-08-09 16:05:48,925 [Thread-0] INFO com.documentum.wdk.extnnative.WDKExtnNative - Applet class is: com.documentum.wdk.extnnative.handlers.UCFInitJar…
-
How to combine multiple content servers into one single content server
Hi Experts, We are looking forward to consolidate our multiple Content Servers into a single one. Kindly let us know how can we achieve the same and what would be the course of action for it.
-
JWKS support in OTDS
For oAuth integration does OTDS provides jwks support, and exposes some wellknown urls that can be used to configure in spring. Can someone post the links here. If not what is the recommended approach to integrate with for OIDC and OAuth token based integration.
-
oAuth Clients in OTDS
Hey Folks, I am wondering if anyone here worked with oAuth Clients in OTDS. I tried Authorization flow and it works great. I am trying to see if Password credentials flow will work with the oAuth client that is created in OTDS. Thanks Mahesh
-
D2Rest - Weird Checkin behaviour
Hi All, I'm using D2 Rest 24.2 (same goes when I put my rest stuff in Smartview (24.2) In my D2 Config, I configured the checkin to be Silent Major However, when I get my object in D2-Rest, in the version version policies, I see only same version or next minor, Since it's configured to silent check in as the next major…
-
FTL include directive in FreeMarker component
Hi, I'm trying to use an include directive in my ftl template which is directly in component. The template which I want to include also uses include directive inside, to include another template. So it's looks like this: In component I have something like this: <#include…