-
There is always a pop up saying to open DCMApp.exe when log into D2
Hi there, I have been having some trouble with the pop-up that always comes up when I login into D2. It says it wants to open the DCMApp.exe. "mylocalhost" wants to open this application. Could anyone please guide me on how to stop the pop-up from appearing? Thank you.
-
OTCS RestAPI: how to authentication a user which is in an Async Partition with SAML2.0?
Hi guys, When I access OTCS, SSO happens with SAML2.0. So far so good. Problem: When I try to use the OTCS RestApi (api/v1/auth) I always get "invalid username/password specified". I tried all the combinations playing around with the account domain, but can't find a way to make it work. Note: The request works fine if I…
-
Strange failure on Linux
Hi, I get the strange failure when running on Linux. The application is a document batch loading app for our Documentum implementation. The qualification is as simple as: fls_instruction where r_object_id = '0900138d81a3c533' IDfSysObject dctmSysObject =…
-
Change to Capture application URL in Build & Test region
With the recent upgrade to Capture services within the developer Build & Test region (NA-1-DEV), the preferred login url for the Capture applications (web and desktop clients) has changed. This change is to align with the URL used within the commercial regions. The url to be used for the web client is now of the form shown…
-
set attributes when initiate workflow using RestAPI
I am calling this endpoint to initiate a workflow /api/v2/processes and set the body={"definition":{"workflow_id":30568}} I want to pass 2 attributes called "Name" and "Email" that I should take this attributes in the start step how I can do this ? I tried to set the body as {"definition":{"workflow_id":30568},…
-
initiate workflow rest api 22.1
Hi, Is there an example where they show how to consume the API rest of starting a workflow process?
-
Getting multiple error in custom app by using DFC
Hi Team, We have written a custom web application using DFC code for viewing/uploading/downloading documents. During these activities, the listing of documents, viewing/uploading/downloading the document we are creating sessions and post completion, releasing at every step. We are also done the session pooling setting in…
-
Change Document Create Date With Rest API
Hi, I'm trying to change document's Create Date value with the api/v2/nodes/{id}/systemattributes PUT request. Here is the documentation : I try to set it to 2020-01-01 and this is the response that I get : It seems that it only returns the info and not even changing the create_date field. What am I doing wrong? is it even…
-
Exstream Input Channel Https
Hi, good day, I am using Exstream Cloud Native and I need help on the https input channel to identify how to use this link: https://<orquestrationURL>/api/v1/inputs/<mode>/<domainID>/<serviceName> And how you could run it with postman for testing.
-
update object using rest services
Hi All, We are working on documentum 7.3 rest service . We are able to use the read(select ) dql query to retrieve details and its working fine. if we use update query it say only read query is allowed . Please help us how to update the object using rest service Regards, Krishnasami