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)
-
SSL certificate
Hi, I want to know how to enable the ssl certification for IE 11 to access webtop application for content server 6.5 sp3 thanks, saikiran
-
DM_ANNOTATE entry not deleting automatically from dm_relation table when the annotation removed
Hi, DM_ANNOTATE entry not deleting automatically from dm_relation table when the annotation removed from the document. will not be done automatically? Do we need to run any job like dm_clean? if so, how could job consider such scenario automatically?
-
Custom module deployment - error on run "Could not load class through DI framework"
I have just deployed a new custom application using BOF. The module deployed fine, and it runs, but when it's triggered by the JMS, I get a ClassNotFoundException and the message "Could not load class through DI framework, trying to load it by conventional means". What is this? I looked up DI and it is Dependency…
-
Documentum job unable to locate shared location path
Hi All, I am running the DFC program, which contains the business logic of bulk upload of documents into the repository from the excel file having metadata and content is in shared location. it is working fine. but when i create a Documentum custom job and put the same logic over there, it is not retrieving the content…
-
Documentum creation profile
In which attribute creation profile gets saved. Is there any specific attribute which holds value for creation profile in Documentum.
-
WebTop 16.4 Drag and Drop Customization
Hi,My requirements is to check the file name uniqueness when we are dropping the content into documentum using drag and drop. Please guide how to achieve this? can we overwrite "onDrop" method in Drag and Drop? Thanks in Advance.
-
Java version for Documentum 6.5 sp3
Hello, I want to know which version of java(JDK) is compatible with Documentum 6.5 sp3 If we use the JDK 1.8 to dctm 6.5 sp3 what will happen please could you please give information about it. thanks, SaiKiran G
-
Configuring facets in xPlore 1.6
Hello, (already posted in forum xPlore, but seems not be used, so reposted here...) Using xPlore 1.4, I configured facets by editing the file "indexserverconfig.xml" and adding some new dmftmetadata tags in dmft collection. I tried the same thing in xPlore 1.6 P09 (according the documentation, it is the same process as the…
-
Change Case sensitive on Webtop 6.7 on Documentum 7.1
Hallo. I see that on Documentum 7.1, if I use Webtop 6.7, the advanced search is case sensitive. How could I change case sensitive to off? I read on the "EMC Documentum Webtop User guide": Case-sensitivity If the repository is indexed, queries are case-insensitive by default, even using quotation marks. If the repository…
-
What is fetched from 7.2/16.4 BOF Global Repository?
Hi developer experts, of course we all know those dfc.globalregistry.**** entries in dfc.properties. Having examinend DFC a little bit deeper there is a DfPreferences class handling entries from dfc.properties file. Unfortunately that is a singleton and should not be threadsafe for modification by (parallel) requests to my…
-
DCTM Rest - Replace a file if already exists
Hi, We are using the below REST call to upload a new file to documentum (16.4) http://xxxxx-camqa.prod.xxxxx.com/DctmRest/repositories/dmgbs_cr/folders/0b0138888000dbaa/documents We are passing the below properties (json) to it { properties: { object_name: xyz.pdf r_object_type: gbs_bpm_docs } } Our requirement is if a…
-
Qit 3.1 – New Documentum Open Source Tool
Hi, Can anyone share the Qit installable. i cant download from any of the links present in the internet. It is similar to dqMan / RepoInt / DQL tester.
-
Documentum springboot support
Hi Experts, Can i use dfc/documentum in springboot . I can find this dependency structure in maven(pom.xml). Is it the latest release ? com.emc.documentum.spring spring-boot-starter-dctm 0.0.1 If Anybody has used this way, please throw some light. I want to monitor documentum services, make it a rest service and then…
-
xcp 2.1 result set double click
do we have a option to double on the result set to open an item ? xcp 2.1
-
New Custom Method in Documentum 16
Hello, i am new to dctm i want to know that how to create a custom method in dctm 16. thanks, saikiran
-
Error while executing custom method.
Hi, While I was trying to run my custom method in java.I'm getting the below error message in the server log. Here is my java program: **package com.verinon; import java.io.PrintWriter; import java.util.Map; import com.documentum.fc.common.DfLogger; import com.documentum.fc.methodserver.IDfMethod; public class…
-
D2 Workflow Abort
Hello! On aborting a D2 Workflow through D2 UI, the target state that I've configured isn't getting set to the document for some reason and none of the logs are throwing any kind of error to be able to understand what's causing the issue. I'm configuring the Workflow to move the documents to initial lifecycle state which…
-
[DFC_SECURITY_IDENTITY_INIT] Error while creating session from DFC
Hello, I am trying to create the session using DFC code. While creating session I am getting below error [http-nio-8080-exec-3] ERROR com.documentum.fc.client.security.impl.IdentityManager - [DFC_SECURITY_IDENTITY_INIT] no identity initialization or incomplete identity initialization java.lang.SecurityException: Algorithm…
-
Documentum Ports
Hi All, We are working on documentum xcp 2.3 and we have deployed the xcp application on tomcat server other than content server vm .we have already enabled the 1489 port but when we are login to the application it says server communication error . Any other port should be enabled? Please help
-
DFS error
Hi Experts, We tried customising DFS ObjectService class by inheriting from default class. However we are getting below error after configuring in sun-jaxws.xml with new class for the wsdl file and starting the tomcat service. 2019-07-15 13:45:11,614 [main] ERROR…