Documentum
The Documentum Developer Community is the learning and networking resource for application developers building content management, case management, and business process management applications on Documentum platforms. This include developer topics for: D2, Webtop and xCP (Documentum xCelerated Composition Platform)
-
getObjectsByQuery() misbehaves after CHANGE type TO newtype dql
I need to convert many objects to another type and then set their attributes. To reduce the number of RPCs I use session.getObjectsByQuery() to fetch 100 objects after they're converted, then I call setString() and save(). For some reason, after I call save(), the object attributes that belong to the type I converted them…
-
db query table blocking issue on MSSQL Server with TS 6.6
Hello Not overly familiar with xCP so coming in as a DBA. Performance issues being hunted down. Ran a trace for 8 hours and got 298 blocks between 2 and 5 seconds. Most blocks were part of blocking chains. Blocks affected the following: update dm_workflow_s set i_vstamp = i_vstamp where r_object_id = @P1 1. What is the…
-
Run DFS in the main method of java before generating the EAR
Good afternoon everyone. I am very familiar with DFC, only now I need to work with DFS. I am reading the documentation and being able to make the examples of the documentation successfully. I would just like to know if there is any way to run DFS in the main method of java. Before generating the EAR I wanted to first run…
-
Rodar o DFS no método main do java antes de gerar o EAR
Boa tarde a todos. Eu me familiarizo bastante com DFC, só que agora preciso trabalhar com DFS. Estou lendo a documentação e conseguir fazer os exemplos da documentação com sucesso. Eu só gostaria de saber se tem alguma forma de rodar o DFS no método main do java. Antes de gerar o EAR eu queria primeiro rodar no método main…
-
D2FS SendMail gives ClientTransportException: The server sent HTTP status code 404: Not Found
Hi There, In My D2, my email is correctly configured in D2-Config (I can select a document and send an email from the D2 webapp). However, I have a Java application consuming D2FS. I can do about anything with D2FS but when I try to use the sendmail method, it gives an error: Exception in thread "main"…
-
How can we configure the login dialog in D2 16.5
How can we configure the login dialog in D2 16.5? I need to show custom message in red in the login dialog of D2 16.5. It should appear below the Password Text field. Please kindly let me know if you have any solution for the same. Thank you.
-
xms-tools command line
Hello, please how can I start xms-tools (xms.bat) from command line while providing username, password and command which I want to execute? I'm using xms 1.1 thanks in advance
-
Corrupt PDF and TIFF file issue with files uploaded to AWS S3 using Documentum
Hello Experts, I had created a storage through Storage Management (in DA) using AWS S3 URL, Access Key ID, and secret key. Mapped this storage to a custom type and was able to upload and download the files to/from S3 bucket. I tried file upload for following formats .txt, .pdf, and .tiff and I noticed .pdf and .tiff files…
-
Need an Assist With Documentum API Linux Shell Script
I have been working with a client to migrate some documents
out of Documentum. We were doing fine until we hit a batch that are in Online Document Storage. I have done a little research and think we can
use the Documentum APIs with a Linux shell script to fetch these documents out
of Documentum and onto a network drive.…
-
Assign role to another role
Hi, we have two roles eni_facility_writers and eni_facility_reader. We would like to assign these two roles to at third role eni_facility. How we can do that from da? Thanks. Regards.
-
dm_job.run_now=1 is ignored
Hi. Our app UI needs to trigger a long-running, resource-consuming activity within 5 minutes after the button click. We created a job for that and set run_now=1 on the job object. However, sometimes the job only starts on its schedule which is many hours ahead ignoring run_now. The job is not disabled and it's not like…
-
Is Trial Version for Documentum Available
is there a trail version from documentum valid for 1 month or so?
-
Reject a Task using DFC
Hi, I have a workflow which contains a Reject Flow (the red arrow on designer) and a regular flow on a task (let's say task X). I want to reject this task using DFC. However, the "reject" is not one of the operations that IDfWorkitem handle. So, how can I make this operation? Is there a query or a DFC method for doing this…
-
Digital Signature Validation Failed in Java Method Server
Hi all, We did a fresh documentum installation and after the installation we copied the database from the production environment to this installation. Everything worked, except for inline passwords, they only worked when you reset them. Which, in hindsight, makes sense. So to solve this we copied the aek.key from the…
-
where is the document "Documentum System Upgrade and Migration Guide" for version 20.3?
Hello im searching the document "Documentum System Upgrade and Migration Guide" and i dont fint it anywhere & if is posible someone can tell me what is the best way to upgrade from 7.0 to 20.3 thx
-
Documentum developer edition
Hello, I am interested in using documentum developer edition version 7.2 and 7.1 and try to to download the vmdk files but it said that neither of virtual machine disk file is available. I would like to know if anyone knows a way on how to download any of documentum developer edition. Thanks for all of your helps. Minh
-
Docbase service is not running
I am trying to install 2 content servers and apply the load balance model. I installed the first content server, created the DB and referred to a local folder as the data folder. The 3 Documentum services started successfully. I then installed the second content server, referring to the same DB, and to another local folder…
-
How to check when the Workflow is Created? Manually and using DQL?
Hi everyone, I am a newbie in Documentum. I would like to know how to know when is the date workflow is created? (Manually and using DQL). Thank you so much in advance. Appreciate your help :)
-
Technology used in documentum.exe
Hello Experts, i know that the documentum interface DFC, WDK etc are java based frameworks. But the documentum server itself or the documentu.exe is based on which technology? Is it C++ or java ? Kindly help. Regards, Vinita
-
Manipulating Documentum D2's Content Download Authentication
We just switched our Authentication process, from using HTTPS Header SSO from our Authentication Provider to passing these Auth attributes server side so it is more secure. This Authentication configuration is working now AJP server side attribute passing regarding system login. The problem appears when trying to download…