-
OTDS Authentication with Cognito token
I`m having problems authenticating AWS Cognito users, I need to do operations in the repository with their credentials, and I cant find a way to create a IDFSESSION, I can take their credentials, authenticate then against aws and get an access token, but I can`t find an example to take that token, and pass it to DFCs, DFSs…
-
documentum webtop how to implement actioncompletelistener for checkin operation?
Hi! I understand that there is information found on the WDK developers guide on this topic, but it is currently spread out across various examples, making it difficult to implement for our use case. Thanks!
-
Documentum Checkin Question
Hello! I am fairly new to Documentum and DFC development. We are using Webtop and we are looking at customizing the checkin process to create a rendition request once the checkin process is completed. What will be the best way to proceed? The process will be checkout document>checkin new version>submit rendition request…
-
DQL - Integer as String
I have a saved DQL query that users can run. I've been asked if we can change how the values are displayed in the query such that the column review_cycle(integer) will show 'Critical' if the value of the integer is 12, and 'Normal' if it is not equal to 12. Using SQL this seems like a CASE statement. How can I use DQL to…
-
How to configurate a Documentum Composer to building a DFS or REST project on a CI/CD pipeline?
I can't find any documentation about this. Someone alredy try this? Thanks!
-
Regenerated aek.key. Now inline users (dm_bof_registry, etc...) can't login
I've regenerated the aek.key (see attached forum link) and now user's with inline password (dm_bof_registry, dmc_wdk_presets_owner, dm_fulltext_index_user, etc..) are unable to login. I've been into DA, reset the password for dm_bof_registry (to the same password as before, and then saved the user) and this works. Does…
-
EBS script error while sending workflow emails
Hi Experts, I am seeing below error when my custom EBS script is trying to send email. dmbasic: Exceed limit of 40 parameters dmExec::ForkLaunch() process exit code: 0 dmExec::ForkLaunch() returning value: 0 Below are my findings: In the docbase logs I see below line (note there is more to this line I have cropped it as an…
-
Regenerate aek.key - Could not connect to docbase using IDQL
I've regenerated the aek.key, re-encrypted the dbpasswd.txt and started the docbase back up. All looks fine in the docbase log, however none of the users are able to login using IAPI/IDQL. I recieve the following error when trying to login to IDQL using the install owner: Could not connect…
-
REST API throwing error code "E_INPUT_MESSAGE_NOT_READABLE"
I'm trying to make POST API call to create a folder using custom REST code. On execution I'm getting the 400 status code and following error message. {"status":400,"code":"E_INPUT_MESSAGE_NOT_READABLE","message":"The input message is not readable.","details":"Error in unmarshalling the JSON representation into annotated…
-
git project configuration with Documentum Composer
Hi, How to configure git project with Documentum Composer?