Documentum
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)
-
Difference bw login tickets and tokens
Hi, i am a new member in community. Recently attended the documentum fundamentals training. It was pretty cool. i was going through the content server fundamentals guide and found topics on Login tickets and tokens i am confused between the two. are Tokens a part of Login tickets or is it something different? It would be…
-
Documentum performance testing using Load Runner
Hi, I have to test a documentum (with Webtop UI) application and details of the software version are Client machines & Load Runner: 1. OS : Microsoft windows server 2003 R2 2. Browser : IE 6.0 with SP2 3. Load Runner : 8.1 The business processes we are interested to test are 1. Upload Document 2. Open Document We are using…
-
Import Problem with Webtop 6.8.2 SSL Enabled
Hi Guys, We have deployed 6.8.2 on tomcat 8 (Java 8). Everything works fine without any issues. But when have enabled the SSL on tomcat, the import window is not showing up the buttons to browse the files. Without SSL ============= ========== With SSL =========
-
[D7.2 JMS] location of custom job logs run by JMS
Hello, I developed a custom java method which is executed by the Java Method Server (D7.2), and when I launch the job I created, the execution logs are only on the server.log of the jboss, the file which is created in /Temp/Jobs/<my_job_name> is empty; how to log into this file (as Documentum-native jobs). ? Please note…
-
how to add Viewer Document as a favorite in xCP?
Hi everyone! I have developed an application like YouTube application. i can upload the video.and also show the video in xCP viewer .but i need to store this video as a favorite video . Does anyone have a idea? Who can help me? Thanks you again!
-
Virtual Links in D2
Hi, Anyone know how to implement virtual links in D2, Is there any package available from EMC for this feature in D2? Virtual linking i mean is accessing repository objects using URL in D2 application. Thanks Rajesh Mani
-
Documentum Reporting Gateway in Documentum 6.5
Hi, We are thinking of using Documentum Reporting Gateway in Documentum 6.5 Reporting service. But i am not able to find Documentum Reporting Gateway in 6.5. Does it mean that Documentum Reporting Gateway is not supported in 6.5 or renamed to someother names? Please tell me. Thanks & Regards bless
-
Disabling textfield into different roles
Hi guys i have a problem regarding disabling textfield into different roles Scenario Roles: Role1(all user can initiate workflow with forms & Can only edit Part1(textfield1) Role2(this role can only edit Part2(textfield2) means Part1(textfield1) & Part3(textfield3) is read only) Role3(this role can only edit…
-
Webtop custom column for each folder in a cabinet
Hi I am. new in the customization of documentum. I would like to ask if it is possible to to view custom column attributes in webtop for each folder in a cabinet? Example: In this image below the selected folder is 0b01b46480000796 and the column attributes are test 1, test 2, test 3. but if I select the other folder TEST…
-
Documentum clone 6.5 to 7.x
For a clone and upgrade scenario, many posts on the board say that if the source environment is 6.5, the destination environment must also initially be 6.5. Examples: But this emc whitepaper seems to contradict this: https://middle-east.emc.com/collateral/white-paper/h13028-wp-d65sp2-migration-d7x.pdf Which is correct?
-
get and modify via dql condition and possible values of a custom attribute
We defined a custom type, "my_custom_type", with a custom attribute "my_custom_attr". When the custom attribute was defined, some conditions and possible values (value mapping>conditional assistance) were defined to it. Is there any dql sentence to see the conditions and his possible values? Is there any dql sentence to…
-
xCP task id in task list query
If i get a value of task id from result list to a value display, it showing process name, activity name, workflow id, and task id together but if i pass this value to any stateless process, it passing only task id.... So if i want to get all the values what should i do?
-
Problem in Read documents from one xCP project to another xCP Project
Hi, I have one xCP Project - sample 1. It has one content type(custom type) and deployed in content server and I have another xCP Project - Sample 2 and deployed in same content server. The Scenario is, I need to read the content metadata and documents of custom type from Sample 1 project and display the document in viewer…
-
How to work on file content in a Java custom Service xCP 2.3
hello all, i would like to write a custom java code to manipulate a CSV file. This file is a content object in my repository. Does anyone knows which Java type i have to use in my interface to correctly map the content data from activity process? ByteArrayInputStream does not work. thank you Simone
-
Xcp attachments widget issue
We are facing an issue while using attachments widget in xcp2.2.which is when user adds an attachment it is added to the attachment list successfully but when he click on it the application navigate to view document page. And when press back the attachment list becomes empty. We tried to avoid this behavior but…
-
DA Error when trying create new work queue
Hi all, I receive follow err when I try to create new Work queue. I made this action with install owner: I delete browser and app server cache. thx all, Dan.
-
DFS - Package Service problem
Hi, After upgrading DFC/DFS from 6.7 to 7.2, I'm having a problem building a custom dfs service ear. The problem is that several jars are not included in the package These are not included: castor-1.1-xml.jar certj.jar EccpressoAll.jar elmjava3_1_0-jdk1.5.0_12.jar flexlm.jar jcmFIPS.jar xtrim-api.jar xtrim-server.jar…
-
Rest service for Posting comment to document and upload Document as attachment.
Hello Team I am currently working on native iOS app (using objective c) and I am using documentum rest services. Currently I am able to use get services of documentum for fetching data from Server. But now I need to use post services of Documentum for sending data from iOS Device to Server. Following task I need to achieve…
-
customized the doubleclick event in D2 4.6
Hi, Wanted to check if anybody has customized the doubleclick event in D2 4.6. We have a requirement where when the user doublelclicks a document , we want to launch separate event than D2_view.
-
boolean literals
Hello guys, I want to set a boolean variable to either true or false - without fancy calculations or function calls. So I used an activity and in that activity a simple function which copies a function parameter into the target data field. So, what parameter to give? Is it called "true" or "T" or "1" or what is the word I…