-
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…
-
Application Xtender Index Image Import question regarding PDF Documents
Lately I've been encountering issues with Index Image Import freezing up when attempting to import certain PDF documents. The only way to stop this is to kill the process in task manager. I'm using the "@@" import option so that multi-page PDF documents have each page imported as individual pages into AX. Appears to be…
-
How to download prebuilt Docker imges for InfoArchive
I am new to this but hoping to get help from all the gurus here, I need to download prebuild docker images for Info Archive - • otia-ias:24.1.0.n-m • otia-iawa:24.1.0.n-m • otia-mgmt:24.1.0.n-m • otia-otds-ia-init:24.1.0.n-m and download the packege - infoarchive-24.1.0-n-k8s-helm. zip I have signed-up and created an open…
-
Documentum D2 Smartview DocList Widget
Hi, Is it possible to configure a 2nd doclist widget for Smartview UI that browser a different section of the repository? I have getting an error when the smartview ui load, I have configured the widget on the D2-Config and added it to the Landing page xml with no luck See error and landing page xml below <!-- Landing Page…
-
RightFax Version 20.2.3.4739 Causes API Call Misbehavior, with RightFax/API/Documents
When we invoke the REST call to our url , http://172.31.23.95/RightFax/API/Documents?jobId=10361&userId=2&filter=JobSucceeded&skip=0&top=50&userId=2 We get back…
-
Why am I getting a 401 error
Using Postman to build my command. Running the command I get a 401 = The request is unauthenticated. Please pass the correct auth code. What is it finding that is unauthenticated? There is a message "Please pass the correct auth credentials". The script already has the XM-Token_Authorization. This seems to be a…
-
Not able to deserialize data provided.
I have been testing the example in one of your tutorials using the API to send faxes. Below is the logging of the problem. What does "Not able to deserialize data provided." mean? What is wrong? See code/log I uploaded. Darryl Freinkel.
-
How to handle case sensitive using web report when CS database is designed as case sensitive
Hi, Can anyone help me on this. We are passing user names as CSV source file to Web Report in any of the format ( like it includes upper and lower case letter) and we are trying to match these users names with Database. Based on the match we have to perform some functionality. Here, the problem is database is designed as…