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 D2 4.6 - Action for calling specific creation matrix
Hello, I'd like to know if anyone achieved to call a specific creation matrix (extended or not) by clicking on a specific out-of-the-box action. I see that upon 'New -> Content' the 'Show dialog with manager..' is called, and the manager (in this case CreateManager) is specified in the Manager parameter. Do you know if it…
-
How to call custom Servlet to open PDF in Browser in xCP 2.2
Hi Experts, Requirements: ----------------------- From xCP 2.2 application task page, user will click one button and after that PDF Report will be created either in Application server temp folder and from that custom Servlet will be called to open the PDF in browser. Solution: ---------------- I have created one Stateless…
-
ContextRegistryService and token being invalid?
Please note: i modified the server names, ip addresses and token values I am trying to use the ContextRegistryService to get a token and reuse it for multiple calls. This is needed to reduce the number of sessions being created on the documentum server (we are running out of sessions). I can request a token and receive it…
-
Looking for a Documentum archiving tool
Hi All - We are ready to start archiving our 4+ TB of content into a separate system which will host this data for users who need old data. The idea is to have only 1 year of data available in the production system. The intention is to benefit in the following ways : 1. Performance improvement - for search, retrieval and…
-
How to call custom Servlet to open PDF in Browser in xCP 2.2
Hi Experts, Requirements: ----------------------- From xCP 2.2 application task page, user will click one button and after that PDF Report will be created either in Application server temp folder and from that custom Servlet will be called to open the PDF in browser. Solution: ---------------- I have created one Stateless…
-
D2 PDF Viewer Widget: Show the PDF content on a separate Monitor
Take a look at this blog and the source code for a D2 widget that helps uses better view documents: Document Viewer – Part 1: Multiple Monitors – paulsundquist source code: https://github.com/paulsundquist/d2-widget-core and give me some ideas on where you'd like to see this widget go!
-
preLoad utility to generate dql script
Hi I am running preLoad utility on dump file, using below command, i don't see anything written to dql script file. from CS admin doc, says The utility can also create a DQL script that you can edit and then run to create the needed objects. D: \Documentum\product\6.7\bin>preload DOCBASE_DEV2 -Udmadmin -PPassword…
-
Change Mouseover text / tool tip for attributes values
Hi All, I wanted to know is there any way to change the mouseover text for the attributes values which is come in document list. for eg. If Object_name ='XYZ' then When I put my cursor over document named as 'XYZ' its showing same as tool tip. I am not looking for help_text which is there for each attribute at the time of…
-
EXECUTE DO_METHOD Exception Handling
Hi All, We are facing difficulty in executing the custom dm_method with EXECUTE DO METHOD query. Below is our requirement. We have created method by pointing our java class CustomClassA, Say the method isCustomMethod. We are executing method from another class with try catch block as shown below. This is works fine if our…
-
can not set Scrollableresultset
I have a customized group (Distribution Lists) in which we have groups and users. Our DistributionLists extends GroupList and DLResultSet extends ScrollableResultSet class. I am getting error while setting the scrollable result set. I see nothing in the logs. DistributionLists.java…
-
How to get value assistance DQL statement?
Mostly this is a reminder for myself whenever I need to look at this again. I have wondered about this for a while, seeing as I hate duplicating configurations. There is a question at end if someone would like to do a bit of work for me please Assuming I have configured the following DQL as the value assistance for an…
-
importing Minor Branched versions to Documentum from excel sheet
Hi All , We have one requirement to load the documents(physical location) metadata(Spreadsheet) to Documentum . we have minor branched versions as part of the sheet as below example . r_object_idobject_namei_chronicle_idr_version_label09015da883544975Operations Manual.pdf09015da8834097b51.309015da88360ca9cOperations…
-
xCP 2.2 Workflow issue
Hello Experts, I am facing issues with my Workflows in xCP 2.2 application. Whenever a workflow is started i am facing below error. Error in Repository log: [DM_WORKFLOW_E_PROCESS_AUTO_TASK]error: "Workflow Agent failed to process task 4a325b1280006d00 of workflow 4d325b1280006100. The task is using method…
-
Install content server 7.2 on linux
Hello, I'm trying to install Documentum Content Server 7.2 on a redhat linux 64bit. When I execute serverSetup.bin -i swing I get the usage message, Can anyone help? Best Regards, Nuno Feliciano
-
Adding a D2 Charts Widget using Google Charts
This 3 part series demonstrates how to add a custom D2 widget that displays pie charts, bar charts, and column charts: Part 1: Starting with Google charts Part 2: Clicking part of the chart calls a query form that tells D2 to list the documents Part 3: Code on GitHub
-
Pros & Cons of Multiple Docbases in Content Server
We have 2 different business requesting to store content in Documentum with their own object model. I want to know the pros and cons of the 2 options given below Option 1: One Content Server and 1 docbase. Have both business object models in 1 docbase and manage content with a security model. Option 2: One Content Server…
-
Query regarding customizing Restful webservices
Hi William, I want to implement the Documentum Restful services in our environment which will expose the docbase functionalities on browser (based on the custom logic written in DFC). This will be more like a reusable asset where multiple applications can call the same logic as per the need. Example Scenario: A refresh…
-
Change in installed TBO
Hi All, I recently join the support team. apparently there are no documents available. we have a TBO installed in our docbase. we want to change some functions there basically wanted to change doSave. actually we can remove it but we are not sure the full functionality of the TBO. is there any way to get the code or class…
-
i_folder_id is not in the PropertySet
Hi, maybe I'm an idiot or blind or anything else. I have issues to get the i_folder_id value from a property set in DFS. I export the content and wants to export content and some properties Here is my code: public ContentTransfer() { } public void getContent(IServiceContext sContext,String repositoryName,ArrayList<String>…
-
xCP 2.X non-qualifible property
Hi, At the moment we have a property that will have more then 2000 chars. We know we can create non-qualifiable properties in Composer so the overloaded data will be saved in property i_property_bag. But how can we create a non-qualifiable property in xCP designer 2.2 as that option is not available? Best regards, Antal