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)
-
Documentum Demo/Test cloud site
Hi , I'm trying to test the rest services with the demo cloud site http://td-ecd.eastus.cloudapp.azure.com:7072/D2/#d2 . I'm able to get results from this rest api http://td-ecd.eastus.cloudapp.azure.com:7072/dctm-rest/repositories/corp but when I use any of the other APIs from the repository response (e.g.…
-
D2: Publish an Event or Trigger an action from Custom Dialog
Hello, Requirement: It is required to trigger a dialog from an external widget which will allow to switch the view in a multi view workspace on clicking on OK button. For example: when having Content and Task views, switch to Task view in case the user is on Content view. Configurations: We made a dialog which is called by…
-
How can I change the Database alone with the same Documentum server
Hi all, I want to move my database to AWS RDS instead of my local database. So I want the steps to follow to complete the task, I have changed the hostname in tnsnames.ora and listener.ora. But the doc bases actually didn't take the new database and I have a big question that how to replace the dppassword.text with the new…
-
Hook sm.getSession() globally
Hi. You know how most JDBC connection pools have the feature to validate connections before they're borrowed, usually, by running "select 1 from dual". I was wondering if something similar was possible for borrowing sessions from the session manager. Actually, I need to set certain connection properties with "execute…
-
Database schema change
Hi, There was database schema change and I made the changes in the changes in the server.ini and added the new schema name, database_conn = <NewName> and i restarted the content server. When I checked the logs, I'm getting the below mentioned error message, Fri Mar 26 03:23:11 2010 198892 [DM_SERVER_I_START_SERVER]info:…
-
The DocBroker running on host does not know of a server for the specified docbase (docbaseName)
Hello all I tried to change the db host from local to aws and the docbases could stop.Actually It was not connected to the docbroker, I can able to start the docbroker and the docbases, But I cannot stop the docbases running and its saying error like this Stopping Documentum server for repository: [fl_gov] EMC Documentum…
-
DM_DOCBROKER_E_NO_SERVERS_FOR_DOCBASE
Hi experts, Can anyone explain how to resolved this problem? API> connect,c,repo,dmadmin,password ... [DM_DOCBROKER_E_NO_SERVERS_FOR_DOCBASE]error: "The DocBroker running on host (192.168.XX.XX:1489) does not know of a server for the specified docbase (c)"
-
dql query to get the list of Folders with the count for all the folders.
Can we create a dql wherein : we don’t need to pass the specific folder path in the query and folder should Identify the main folder Name dynamically and it should generate the result set. Basically we want DQL for pulling out the YXZName folder name and folder path and the count of documents inside the folders/Subfolders
-
"DM_SESSION_E_AUTH_FAIL]error" when uploading document through httpwebrequest using superuser dmadm
Hi Experts, I'm new to Documentum specially with D2 and I'm currently using D2 4.2 and i have C# windows application that utilizes the D2FS web service (soap). Im able to login successfully (checkLoginRequest/Reponse), retrieve repositories and folders using getBrowserContentRequest() and create properties using…
-
How to Skip eTMF modules from Lifescience Auto Install
Hi Experts, Please advise is there any way to skip the installation of eTMF module alone from getting installed, from the whole life science installation (Automated). I have understood following are the files that are related to the eTMF module in the installation directories, will removing this files while doing the…
-
Event registration in dmi_queue_item
HI friends, Maybe you can help me with the following issue. We have millions (over 90m) of registries on dmi_queue_items related to dm_checkcan_ref and dm_checkout_ref events. We don't want them. I searched the audit trail configuration and I didn't found anything (we have not any audit trail configured). Also I looked…
-
Documentum : add trigger event for transition in D2-config lifecycle
Hi all, In D2-config --> lifecycle-->"transition parameters to next state" there are only three trigger event for transition : Checkin, Cancel Checkout and D2 import. Is there any way to add the event "dm_properties_save" in the list of Trigger events for transition to the next state of a lifecycle. we won't to do this…
-
Multiple content server in Windows Machine
Hi Experts, Is there any way where we can install multiple content server in one windows machine, which is possible in Linux environment.
-
Time to say Goodbye... and thank you all
Well... I did Documentum Consulting/Customization/Development for about 21 years and I will be leaving that topic end of this month. I joined fme company in 1999 and @Hartmut_Clausen helped me to get started with EDMS98 and 4i. Both of us were early members of the Documentum Support Forum. Then I did the whole further path…
-
Task notification emails issue
We are using Documentum 7.2. Some of the task notification emails that should be sent to users when they have a new task in their inbox are not sent. We need to know can we get the cause of the issue and fix it. Users claim that they receive tasks in their inbox without the related notification emails. The behavior is…
-
Publish custom action in custom dialog - D2
Hello, i am trying to publish custom action in custom dialog like the code below, but how can i publish it IDynamicAction only create the "message" paramater without publishing. import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.documentum.fc.client.DfQuery; import…
-
Error in loading dfc library DfRegistryWin32
Hi, I am sure this is a very common issue and must have been answered number of times. But after trying all the solutions we are still unable to get rid of this. We have dfc (32 bit) installation on a 64 bit machine and our j2ee web application is deployed on 64 bit version of weblogic 10.3.2. We have set the <documentum…
-
Documentum development installation
Hi! I'd like to ask a question about development environment, can I get and if yes, what's the steps to do to get development installation of documentum Content Server?
-
Documentum : apply method when import or save properties of a document
Hi,
we are beginners in the documentum 7.2 solution and we are looking for the best way to apply a Java method when import (d2 import event) or save after modification (dm_save event) of document properties by the end user.
-
override doSave() of an xCP type
For Audit I need to get the full java stack trace when any client saves a modified xCP object. In classic Documentum I would create a TBO with the doSave() method. xCP has the Business Event "<typename> Updated", but it fires on pre-commit which is too late and I can't determine the caller of save(). I managed to add a…