-
Confg OTDS Server for MFA – SameSite=None
Hey, I’m running Content Server 24.4 and OTDS 24.4. I am trying to setup MFA using a MS Azure SAML 2.0 auth handler. Our HTTPS certs are managed by our networking team on a separate proxy server. This means that all the internal traffic is only http(port 80). Because of this configuration, we are losing the…
-
API To Create groupmemberuser is not working
Hi, We are trying to add the member to the group we are using the below API to add the group member. we are using the below JSON in the payload: { "properties": { "title": "SPADOLUS.frtest"} } We are getting an error as below in the response: { "status": 400, "code": "E_USER_HREF_NOT_CORRECT",…
-
How to Install an L2 TLS Certificate (keyonRA) on OTDS and OTAC Servers?
We currently have an L2 TLS Certificate (keyonRA) available on our server. However, we need detailed guidance or the standard operating procedure (SOP) to properly install the certificate on the server. Could someone please provide step-by-step instructions or direct us to the relevant documentation for this process? Any…
-
How to pass the NodeID of the document that initiated the Workflow process?
Hi, I want to pass the node id / DataID of a given document that initiates a workflow to one of the steps in the WF map. The DataID supposed to be delivered to the Execute step on the WF map. Here's how the map looks : The goal is to somehow pass the Data ID from the start step to the execute step. Another step in the…
-
FolderBrowserWidget loaded using WR HTML widget in Workspace tabbed perspective issue
Hello, CS 22.4 We have a workspace that has multiple tabs where tab 1 is standard browse (shows workspace content) while tab 2 has WR HTML widget that is loading FolderBrowserWidget. In general it works fine, however, there is a problem when we switch between tabs: Open WS and go to tab 2 (with WR widget) and…
-
How to get a horizontal scrollbar in smartview?
hi I'm sure this will be simple to someone smarter than me, but I can't work it out. I've created a webreport using the simple table smartview template. The table is wider than the container that the table is in, and although it automatically adds a vertical scroll bar, I can't work out how to add a horizontal one. I've…
-
How to solve this error command failed
message_text=[ERROR] [LAUNCHER 31638] Detected while preparing job dm_FTQBS_HOURLY for execution: Command Failed: execquery,s0,F,EXECUTE do_method WITH method = dm_FTQBS_HOURLY
-
I am installing content server im my machine but the admin page is freezing
I am installing content server im my machine and after some configurations i reach the enterprise data source creation. After pressing create the process takes forever and doesnt actually end. When i try to access admin page it just stays loading forever. I checked the thread1.out log file and i found this error but I…
-
Modify the AuthnRequest sent by OTDS
Hi, My goal is to use Italian Public Identity Providers (SPID) to log into Appworks / OTDS with autoprovisioning handler in SAML. Due to validation problems by IdP I need to modify the AuthnRequest sent by OTDS or customize the SAML handler. is that possible? thanks
-
"{"error":"Error: File could not be found within the upload directory."}"
Hello , I am trying to upload my file from client system to open text. so, first i am trying it in postman where i don't want to go with form-data→file approach because i need to write a code in JSON format in my client portal to upload a file , i am uploading the file content to postman and it is showing the below…