-
Unique Form requirement
Hello Experts, I have a task and there are several options. For one of the options,0 the user must attach a document as a package and send, but for the rest of options, it is not required. Now I cant make package mandotary because it is not required in several options, and if I don't make it mandotary it is possible to…
-
Unregister sdt's for indexing
Hello Experts, how can I unregister sdt's for indexing. The index server trys to index them and fails.
-
Document/object specified by 4c00000c80000e4e does not exist.
Hello experts, We are facing this error in our docbase. API> dump,c,4c00000c80000e4e ... [DM_API_E_EXIST]error: "Document/object specified by 4c00000c80000e4e does not exist." [DM_SYSOBJECT_E_CANT_FETCH_INVALID_ID]error: "Cannot fetch a sysobject - Invali d object ID : 4c00000c80000e4e"…
-
Forms builder Folder cantetns form ignore case
Hello Experts, Is it possible to create a folder cantetns form in forms builder with ignore case query?
-
BPM works very slow
Hello Experts, We have documentum on RHEL 6.1. The method server always had been throwing error with message, Exception invoking com.documentum.bpm.rtutil.JMSHealthCheckMethod. ClientAbortException: java.net.SocketException: Broken pipe https://community.emc.com/message/679295#679295 After making some research I come to…
-
Display title instead of process name
Hello Experts, We have localized documentum and also we have localized all custom interfaces. But our process templates are in English. Now the problem is that when a user initiates a process the name of the process appears in English. Is there a way to completely hide it or display title insted of object name, in that…
-
Delete dm_workflow objects with r_runtime_state=4
Hello Experts, In our environment we have about 100 workflows with r_runtime_state=4. According to documentum documentation, Value Meaning 0 Dormant 1 Active 2 Finished 3 Halted 4 Failed Now I want to delete the workflow objects with runtime state 4 but when I try to update the state for them an exception is thrown. update…
-
Issue with repating attribute
Hello experts, I have a repating attribute where I have stored some data. Now I have a form which selects the data from the attribut and lists in a list box. When I try with this query "select case_c_e_evaluation from s_org_config where ANY case_c_e_evaluation is not nullstring" the result is something like this, When I…
-
Taskspace task list problem
Hello Experts, We are facing a strange problem in taskspace. The same task appears more than once in task list, please let me know if you know the reason.
-
Documentum & microsoft lync
Hello Experts, Is it possible to integrate documentum with microsoft lync? Has any one done anything like that? We use taskspace and the customer uses microsoft lync and wants to integrate documentum to it as well.Please let me know if there any tools that provide this. Thanks in advance.
-
MS Office like integration for documentum
Hello Experts, One of our customers has a requirement to create and manage all of their content without using third party document editors such as MS Office. They want to be able to create and manage all of their content using web browser.Something like google docs.Please let me know if there is any tool for doing this.…
-
Configuring Documentum DR solution
Hello Experts, Can anyone suggest me what is the best low cost HA, DR solution for Documentum. We have two physical servers located in different geographic locations.The distance between the two host's is less than 60 km.In addition to DR the primary site must fail over to DR site in minutes. We use oracle as database…
-
Custom forms builder taskspace form requirement
Hello Experts, We have a custom requirement, we have to build a form something like below. When the users select department name from "Department name" box the "User name" drop down list should be populated based on the value of the "Department name" box. Now I have created a table and an adopter for the user name dropdown…
-
Taskspace action config
Hello Experts, We have a very unique requirement, please help me to achieve it.In taskspace form plain actions we have options to set input parameters and get back output parameters like in the following image. But for other actions the same functionality is not available. For example for initiate process form this options…
-
Custom adaptor requirement
Hello Experts, I have to query xml file located in the docbase, Now the problem is that if the app server and content server are on the same host my adaptor can get the full path of the physical xml files from repository filestore and return the elements. But when the app server on a different host the it can't access the…
-
Question regarding to IDfCopyOperation
Hello Experts, I need your help on using IDfCopyOperation for multiple docbases. I can do this easily if a user exist in the target docbase with the same user name and password in both source and target docbase. But how can I do the same for different user?
-
DRS vs BAM
Hello Experts, What are the advantages BAM provides over DRS. I mean we have xCP licence that includes BAM as well, so we have it for free. But in the past we had DRS for one of our projects. The DRS allows to generate any report based on documentum types, but the problem is that the reports that we had designed were quite…
-
API
Hello experts, Do you know how to launch IAPI on linux platform?
-
Documentum start/stop
Hello Experts, I have a quetion regarding to documentum start stop. In linux I have started repository ahead of docbroker, after the repository had been opened I found out that the docubroker was down. Now I have started the docbroker but at this time the docbase does not send connection information to docbroker. Now I…
-
Get session inside of a method
Hello experts, I have a server method which should run as a superuser and do some work. Inside that method I have to do some processing that requires a docbase session. My question is, what is the best way to get a session inside of the method? I know how to do this for workflow methods, for them we can get a session from…
-
Error in Taskspace
Hello Experts, We get this error message in taskspace when we try to start a workflow. java.util.MissingResourceException: Can't find bundle for base name com.documentum.webcomponent.library.workflow.startworkflow.LaunchStartSənəd dövriyyəsiNlsProp, locale az_AZ at…
-
Obtain documentum user password
Hello Experts, Is there any way to obtain a documentum users password?. The passwords are stored in the docbase (inline password).
-
DFC IDfSession
Hello Experts, Is it possible to create session for multiple repositories at the same time? I know that we can do this in DA but how it works on DFC side?
-
Document and file store
Hello Experts, Lets say I have a dm_document. Of course the content file is stored on content server host. It is possible that I can log on to content server as install owner find the document on physical file store and edit it directly. So in this case can content server detect that the file had been changed?
-
Question with repeating attributes
Hello Experts, I have three reapating attributes in my custom type, citizen_name, citizen_last_name, sent_date. The citizen_name, citizen_last_name, attributes store tha name and last name of citizen and sent_date storse the date when mail ware sent to that particular citizen. Now the problem is that I want to show them in…
-
Inherit ACL from folder
Hello Experts, For some folders (Not for all) the documents linked inside of the folder should inherit the folder's ACL. What is the easy way to make that possible?
-
Need a simple smple on calling CS method from app server
Hello Experts, I need a simple sample which shows how to call a content server method from app server with wdk.Please share if there are any blogs or post etc on this. Thanks in advance.
-
Retun parameters from action and read with forms builder
Hello experts, We have created a custom action which overrides dm_sysobjects checkout action. In this action we have added some custom logic. Then we created a custom action in taskspace which calls the action we have created. Then using forms builder we created an invoke button and call the action form form.Fortunately we…