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)
-
D2 4.7 ID2Method not loading
Hi we are using D2 4.7 and i have written code but the method is not getting invoked. D2-JMS.log is also not printing the logger. Need your suggestions please. I have put the verb the same way com.emc.d2.api.methods.D2Method -class_name com.plugin.methods.CreateRelation public class CreateRelation implements ID2Method,…
-
Determining the number of input flows selected trigger condition for the last activity
Hello, Using Documentum Workflow Manager, We are designing a workflow in which there is a start activity called "1". From One, the performer can choose "2", "3" and/or "4", as shown in the diagram. For 4 there can be multiple performers. For 2 and 3, the performer of those activities can either select 2.1 or 3.1…
-
[DM_SYSOBJECT_E_INVALID_ACL_DOMAIN]error:
No formatter is installed for the format not-found
-
Importing Values D2 - Editable list field
Hello! I was trying to use editable list to enter multiple search strings using query form. The properties page which query form uses has an option which says import/ export values, but I don't see any such option to import data as values in the list: Anyone have such experience using editable list as search criteria,…
-
Documentum Session Creation Slowness Issue
We have one custom DFC based application. We have created session using DFC. Now once there are 15-20 concurrent users trying to access this application session creating taking lots of time. Also once out action is completed we are immediately releasing the session. We have used below code spinet to create the session…
-
Task space application access issue for new user
No formatter is installed for the format not-found
-
Exporting the jobs and ACL permission sets from DA 6.6,6.7 to csv
No formatter is installed for the format not-found
-
Workflow method error : [DM_WORKFLOW_E_PROCESS_AUTO_TASK] Workflow Agent Failed to process task
No formatter is installed for the format not-found
-
Documents from separate batch classes in Kofax are merged into one Doc ID in our system
No formatter is installed for the format not-found
-
Cannot view pdf in Documentum webtop in one of the docbases
No formatter is installed for the format not-found
-
Version mismatch error for the documents records
No formatter is installed for the format not-found
-
Not able to get approval email through WorkFlow
Experts, we have one custom workflow and we are able to launch successfully but we are not getting email notification for that workflow. We have checked event sender file as well mail method, all seems to be perfect but still approval email with link is not getting generated. Can anyone please let me know the solution for…
-
Not able to get approval email in workflow
Experts, we have one custom workflow and we are able to launch successfully but we are not getting email notification for that workflow. We have checked event sender file as well mail method, all seems to be perfect but still approval email with link is not getting generated. Can anyone please let me know the solution for…
-
DCTM Rest Service - Copy ACL + Folders
I need to copy ACL + folders using Rest Webservices from Source -> Destination within same repository but different cabinets. I'm able to implement copy operation using rest services and found that ACL's are not copied to destination folder. Reason - Folder structure is complex and approx 120 folders need to be copied as…
-
ERROR:UCF Session wait time out
Hi can any one help me how to resolve this ucf timeout issue. thanks in advance, please find the below issue log. O 07:05:00ERROR com.documentum.web.common.Trace No of formhistories in the session :Q1By5wFkT1M_w26soJrPIeZ, exceeds threshold, no of formhistories in the session: 50, confiugred threshold: 50 [7/25/12…
-
Relation ship
I do have one requirement like how can make relation ship between dm_document and dm_email_message? Please share your inputs...how can we make relation ship..checked dm_relation also not helpfulll Thanks
-
Can't run API/DQL, dm_agent_exec auth failed
Hi, I've two Docbases with the same error (on the same content server), when trying to lauch API32 or DQL32 (or run dmbasic script) : Couldn't connect as ADMIN_NAME [DM_SESSION_E_CLIENT_AUTHENTICATION_FAILURE]error: "Failed to authenticate client. Please check server log for more detail." Even when i'm starting my Content…
-
DCTM REST API - Entries are limited by 1000 generated in the Response?
Hello Folks, Im programming a aplication and im trying to get a result larger than 1000 entries. Is that possible? Even using through URL params, could not retrieve, like the example above: ** http://localhost:8080/dctm-rest/repositories/REPO?dql=select r_object_id,object_name,r_object_type,thumbnail_url from…
-
Methods are not getting invoked for ExternalWidget
Following javascript code is written to implement external widget. var d2OpenAjaxHub = new D2OpenAjaxHub(); function connectCompleted(hubClient, success, error) { if (success) { console.log("Hub client connected"); alert("Hub client connected"); } else console.log("Hub client NOT connected - please check console");}/*…
-
Documentum D2 api ID2Method
Hi, I am trying to implement a workflow method using D2 api and ID2Method interface. The abstract method: public D2methodBean execute(IDfSession sessObj, IDfSysObject sysObj, Locale locObj, ArgumentParser argParseObj) throws Exception { uses few parameters. I would like to know significance and use of Locale and Argument…