-
What is the proper way to add RecordsManagement.svc to CWS (dotnet)
Hi, I was wondering what is the proper way to add the RecordsManagement service so I'd be able to use it's methods on my .NET project? As far as I know RecordsManagement.svc and it's DLL file are not located at the folder : OPENTEXT > WEBSERVICES > DOTNET > CWS / bin So I'm not able to add it to my project like other…
-
Pass Metadata with Workflow Initiation (Attributes/ Form) with REST API
Hi, I'm looking for a way to somehow initiate a workflow with some custom metadata that I want to store in the WF process (data could be stored in WF attributes, maybe a form) My main goal is to run WF several times to do the same job but with different metadata. The only thing that came up in mind is to run a over a list…
-
Reference file
**** morning everyone! We are working with an app (OpenText Designer V23) that includes a reference file containing an XML list along with its own KEY. This list is supposed to match one of the variables in the customer driver file, but it always returns a blank. Do you know if I'm overlooking anything important for it to…
-
OpenText API authentication failed.
Hi Guys. I got all the details like TenantID, TenantUserName, TenantPassword, CLientId and ClientScecret. Though I applied all those it failed the authorization. Please check the attached screenshot. Any advise on how to get it authorized. Thanks.
-
Create Profile from VSCode
Create Profile From VS COde Added all the required key Create profile from VS Code for Opentext Authorization failed. Please check the client ID is valid within your profile. Using Trial Account
-
Bulk permission change
Hi, I am trying to write a Powershell/C# script to bulk change file permissions in my home EC folder. I am wondering where I can find documentation or an example. Thanks!
-
OTDS token request with HTTPS url
Hi Team, End point of OTDS to get a token everytime a user hits a CS URL as here below is working fine with HTTP url. http://localhost/otdsws/rest/authentication/credentials { username: , password: } However once have enabled SSL to OTDS url and started using HTTPS for the same URL , the URL does'nt work and returning…
-
Is it possible to upload a file streaming when creating a node
Is it possible to upload a file streaming when creating a node, we are using NodeJS + typescript and now I have to read a whole file into memory before I can upload it. Can this be done differently?
-
<DataType_1_3_Workflow Attributes />
Hello everyone, I have an issue in the workflow regarding the naming of the step by the user and using <DataType_1_3_IDNumber />, which is one of the inputs in the workflow and has a value, but it does not appear. For example, in the following images
-
Running 2 instances of OTDS (different versions) on same Linux VM
We are trying to do a PoC with latest OTDS version, while keeping our exiting older OTDS version in place on same VM. Is it possible to have 2 different version of OTDS installed and running on same Linux VM? Note - We do have a separate directory for new installation and separate instance of Tomcat already setup on the VM.