-
Creating a session for more than one docbase
Hello Experts, I want to create a session for more than one docbase. The dfc documentation says that if you want to create a session for more than one docbase with the same credentials you can use this, sMgr.setIdentity( * , loginInfoObj ); . But, what if I want to pass different credentials. Unfortunately, there are no…
-
Patch and new features
Hello Experts, Could you tell me please where I can get information on new features or changes that every patch has? After installing patch 06, most of my custom activity templates don't work any longer. Where I can get information on what changes cause this problems and what should I do to fix them? Thanks in advance
-
Custom module and method issue
Hello Experts, I am facing a very strange situation, please share your knowladge if you had encountered such an issue. I have created one sever method and now I want to call another module from this method. So, I have created interface and implementation classes for the module and deployed it to the docbase. Now, the…
-
Steps for changing documentum content server host name
Hello Experts, Could anyone provide me the exact steps for changing documentum content server host name?. Thanks in advance
-
[DM_SESSION_E_AUTH_FAIL]error: "Authentication failed for user Development with docbase Development
Hello Experts, Please let me to find out the reason of this problem. Caused by: java.lang.RuntimeException: DfAuthenticationException:: THREAD: http-0.0.0.0-9080-1; MSG: [DM_SESSION_E_AUTH_FAIL]error: "Authentication failed for user Developmentwith docbase Development."; ERRORCODE: 100; NEXT: null at…
-
Using session handle that has already
Hello Experts, Could you please help me to find out the cause of this problem. One of my custom workflow methods throw the error after installing Process Engine P06. In fact it has been runing fine for a long time. Docbase log. [DM_WORKFLOW_E_PROCESS_AUTO_TASK]error: "Workflow Agent failed to process task 4a026c1980032102…
-
Email display name
Hello Experts, Do you know how I can set eamil display name in documentum email notification?
-
Search requirement
Hello Experts, Is there any easy way to modify the advanced search in such a way that it will retrun results from the user's home cabinet and several other cabinets? Now it searchs everything in every cabinet.
-
JMS Error
Error message in JMS log, 2013-01-21 18:03:33,169 INFO [STDOUT] (http-0.0.0.0-9080-1) Loading configuration :com/documentum/mthdservlet/discan.properties 2013-01-21 18:03:33,185 INFO [STDOUT] (http-0.0.0.0-9080-1) Loading configuration completed. 2013-01-21 18:03:37,709 INFO [STDOUT] (http-0.0.0.0-9080-1) Loading…
-
Update int with dql write
Hello Experts, Does anyone know how we can update an integer field value with dql write activity template? I try update .... set my_int=? but it maps the parameter like this '500' and the system complains that it can't set a string to an int.
-
Has anyone deployed Patch 11 for Documentum 6.7 sp 1
Hello Experts, Has anyone deployed Patch 11 for Documentum 6.7 sp 1? Please let me know, this is the second time that I am facing major function errors after deploying the patch and as a workaround I am rolling back it. I wonder if someone has tested it and whether it was successful?
-
Strange workflow error
Hello Experts, In our environment a strange workflow error has occurred. 2013-01-17T10:50:02.1830004308[3228]01026c198001254e[DM_OBJ_MGR_E_DELETE_FAIL]error: "attempt to delete attributes of object 4a026c1980017c66 in table DMI_WORKITEM_S failed: error from database system was ORA-00060: deadlock detected while waiting for…
-
I unregister dm_startedworkitem
Hello Experts, How can I unregister dm_startedworkitem event from sending workflow notifications? We are tired from cleaning email boxes. Thanks in advance
-
Email notification issue
Hello Experts, In our docbase when I turn on smtp server, users receive emails like below.But if I set smtp server address to null then users don't receive any emails when they receive a new task. Please let me know how I can turn off this kind of notifications and keep others.…
-
How can I check docbase consistency
Hello Experts, How can I check if docbase is consistent state or not? I mean whether each database record has a relevant file object in file system? Does file report job provide information on that?
-
dm_LDAPSynchronization Job
Hello Experts, The content server admin guide says, The LDAP synchronization job must have at least read access to a unique identifier on the directory server, as follows: • nsuniqueid on Sun One/Netscape/iPlanet Directory Server • objectguid on Microsoft Active Directory Server • ibm-entryuuid on IBM Directory Server •…
-
Documentum and Active Directory 3
Hello Experts, Is it possible for a documentum user authenticated against active directory, change their password ? The passwords are not stored in docbase and must be changed in directory server. Thanks in advance
-
Documentum and Active Directory 2
Hello Experts, We have users in docbase with inline password and now we should change their authentication mechanism and authenticate them against active directory. Is that possible? Thanks in advance
-
Documentum and Active Directory
Hello Experts, When importing users from LDAP, is it possible to keep their login names as in active directory but give a different user name to each user? The problem is that, in our customer's active directory server, users names are in English, but in documentum they must not be in English. So, I don't know whether…
-
Search requirement
Hello Experts, I want users to run search queries against to full text engine as long as possible. But, full text engine may require some time to index before the files is ready for search. What I want to do is to search the indexed file from index serve and non indexed ones from the database, and join them and return the…
-
Custom search requirement
Hello Experts, We have a custom requirement which is not available out of the box in taskspace. We have created a search form using forms builder, now the requirement is that the search form should display the number of results found by a particular search query. Please help me to find a way to retrieve the number (count)…
-
Taskspace search form requirement
Hello Experts, We have a custom search requirement. When a user searches using a search form in taskspace, the number of results should be shown. I tried using an adaptor but no luck. Please give me some suggestions to achieve this.
-
DQL count(*)
Hello Experts, Is it possible to count and query some attributes in dql. For example, select count(*) as result, object_name from dm_document? Thanks in advance
-
Documentum works very slow
Hello Experts, We have several documentum deployments in different networks. Unfortunately one of them works very slowly. It was very fast when the it was installed for the first time, but then our customer changed their network configurations. Since then the system works very slow. There are no error log and no problems.…
-
Configuring process builder email template
Hello Experts, I am trying to use email message shown in process builder development guide, but it seems that documentum can't understand jsp tags. It is sending the results as html text. This is my email template, =============== <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib uri="/dmp" prefix="dmp" %>…
-
Password policy in documentum
Hello Experts, How to enforce users to change their password on login, and create a password policy, length chars etc. I have users with inline password and all have the same password. Now I want to force them to change their password on first login attempt. Is there any OOTB configuration available in Documentum, or does…
-
Transition condition
Hello Experts, How can I compare two date values in a transition condition. I do like this in manual transition condition, "dmi_workitem.r_creation_date>due_date.value" , but it does not work. Please let me know how to achieve this. Thanks in advance
-
Enable Brava flash viewer
Hello Experts, Can you please tell me how to enable brava flash viewer for taskspace? Thanks in advance