Documentum Content Management
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)
-
Help Needed!!! API to DFC
I need to run the below API command through DFC program. apply,c,i_contents_id,PURGE_CONTENT Can anyone help me how to acheive this?
-
[ERROR] Detected while completing processing for job wf_cleanup:
The entire message/log I receive is: [ERROR] Detected while completing processing for job wf_cleanup: FAILED: Could not launch method wf_cleanup: OS error: (No Error), DM error (). Within the server.ini the following error information: (paste causing the screen to become unresponsive so typing out most of it) Loading…
-
How to get DQL component access from DA
Hello All, I am trying to get the DQL editor component from DA 6.7. I tried following options. Tools - DQL File - Cntrl+About Documentum Administrator URL ; <Host:port>/component/dql No success - can someone tell me -what am i missing - is it neccesary to have Admin rights to get DQL editor component ?
-
session.apply() DQL Question
I'm trying to trigger a DQL statement without triggering the TBO code, I've seen several references to the following API call that achieves this. apply,c,EXEC,QUERY,S,'{DQL}',FOR_UPDATE,B,T,BOF_DQL,B,F this discussion talks to it: https://community.emc.com/message/638470#638470 What I'm trying to do is convert this to a…
-
Required OS and Browser for Documentum
Hello All, We're using Documentum WP 6.5 SP7. In our project, the client is planning to upgrade the OS (from windows 7 to Windows 10) and browser (from IE9 to IE11). I've read it in Documentum guides that we need windows 7 and IE 9 for WP 6.5 SP7 otherwise some of the features of the Documentum would not work as expected.…
-
Calling D2 delete operation from plugin
I have been working on trying to call the standard D2 delete operation from a custom plugin with no real luck. To be a bit more accurate I need to be able to reproduce the exact steps that D2 is performing a document is deleted. I tried calling the D2DestroyService with the following code: new…
-
how set vertion_label of a component in virtual document with DFS
Hi all. I'm trying to create virtual document with DFS and I need to explicitly set the version of a component. How can i do this with DFS? I'm trying to do it like this public void createVD(){ ObjectIdentity identity = new ObjectIdentity(); identity.setRepositoryName("repo"); DataObject packO = new DataObject();…
-
ContentTransferProfile.setDestinationDirectory() has no effect
G'day, I am using DFS6.7 SP2 SDK for Java (1.8) to fetch documents by object ID. By default the fetched documents are written to the system's temporary directory, e.g. /tmp on Linux. I have tried modifying this behaviour with the following transferProfile.setDestinationDirectory(destDir); The destDir I specify exists and…
-
Saving and sending html 5
Hi experts, We have a customer requirement: we have to save html5 file (not only html5 file but addicional folders with another files). Then, users can make a query and open the html5 file in their browsers. Is it possible? If we send only html5 file, I suppose file will not show correctly. And another question: is it…
-
Xcp 2.2 Shared Libraries for JAVA Services
The Shared Java Services Libraries is a neat feature for the 2.2 Xcp Documentum but is problematic in this specific case. A little bit of background: I have to make a migration from a 2.0 Xcp project to the 2.2 version. I started a new project and gradually added all the artifact, custom widgets and sources, since a…
-
Documentum D2 Custom Vdoc Exporter Widget
Custom Export Vdoc Widget – Part 1 – paulsundquist Requirements: * Use a D2 widget to set up user options * Export to a file share * Export a virtual document using nodes as folder names This implementation can form a base for anyone wishing to do their own The full project is here (look in the folder VdocExport)…
-
Composer, Process Builder and Form Builder Versions
Hello, We have migrated our documentum environment to Content Server 7.2, DA 7.2, TaskSpace 6.7 SP3 and Webtop 6.8. Which composer, process and forms builder do we need? Thank you very much in advance.
-
xCP 2.x and Restful services
Hello Everyone, I want to learn xCP 2.x and documentum Restful services. Can you please share how to start moving ahead on both of them from scratch ? Basically, I am looking for where to start, how to begin development on it as per production level project standard(modular, scalable, svn storable, etc), creating a POC…
-
Webtop 6.8 - column preferences not saved in WIndows 8
Server Version: 6.7.2210.0209 Linux.Oracle Webtop 6.8 Client OS: Windows 8 Browser: Internet explorer 11 Column preferences are lost after closing sesion or browser. It only happens in production environment. In development environment preferences are save properly. May be due to repostory settings that are different in…
-
Issue with webtop login
Hello, I am using webtop 6.5 sp3 which is customized .On login with generic accounts like install owner and system owner it is smooth .But when trying to login with ldap accounts its giving an error :- invokeMethod() failed while calling: onLogin null java.lang.StackOverflowError in the webtop as a pop up. Also in the…
-
Document still searchable after adding filter on Index agent
Hi All, I have added one of the repository cabinet under Index Agent filter for exclusion from search. Although any document I create in that cabinet, still shows up in search and I don't see any entry in IndexAgent.log against the document getting skipped from indexing. Any help on this issue is appreciated. Thanks
-
Documentum 7.1 to 7.2 upgrade
Hi All Currently we have Content server 7.1 serving around 10+ docbases (High Availability) like CS1 (Primary CS) and CS2 (Secondary CS) . Now I can't be able to build parallel environment and perform upgrade due to cost. Can someone suggest better approach since we will not be able to upgrade all docbase in single day .…
-
Difference between Global Repository and Local Repository?
Difference between Global Repository and Local Repository?
-
What is the difference between Documentum Job and Cron Job?
What is the difference between Documentum Job and Cron Job?
-
Workflow Manager transition condition
Hi, Using Workflow Manager, how can we check for null value in repeating attribute under transition condition of an auto activity. Thanks!!