Monday, February 6, 2012 7:02

Archive for August, 2009

Cross Your Fingers

Sunday, August 23, 2009 0:23

This was posted under category: English  |  Read Full Story  |  0 Comments
Tagged with:

client capability

Saturday, August 22, 2009 11:04

When client ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with:

OutOfMemoryError errors in Java Method Server

Saturday, August 22, 2009 11:00

We are going to Increasing the Heap / Memory size of Java Method Server (JMS) on Windows Java Method Server service is actually an Apache Tomcat which serves requests for method executions through the method exposed in it.   Apache Tomcat is a Java application, therefore it runs inside a Java Virtual Machine ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with:

言戒

Saturday, August 22, 2009 10:53

*不要把自己的长处挂在嘴边。贬低别人,抬高自己,这样自己也会被人看轻; *竭力克制议论别人,特别是背后议论,多发议论最伤感情; *说话要有条理,言简意赅,不要时人茫然不解; *多用委婉词句,力避不近人情的话,维护别人的自尊心; *不说穿别人的秘密,因为这是无益于自己又有损于别人的做法; *不可摆出一副有恩于他人的姿态,这样会使对方难堪

This was posted under category: Thinking  |  Read Full Story  |  0 Comments
Tagged with:

NoClassDefFound Documentum Java Method Server

Saturday, August 22, 2009 10:52

The actual method class may have other dependent jar files that are not deployed properly.   Resolution The method class has to be deployed to the java_methods folder. Typically, copying  the  dependent jar files to locations below ( especially # 3) and restarting the method server should fix the problem.   1. $DOCUMENTUM/jboss4.2.0/server/DctmServer_MethodServer/lib    2. $DOCUMENTUM/jboss4.2.0/lib   3. $DOCUMENTUM/jboss4.2.0/server/DctmServer_MethodServer/deploy/ServerApps.ear/DmMethods.war/WEB-INF/lib

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with:

consistency checker

Saturday, August 22, 2009 10:50

Run consistency checker job D:\Documentum\product\6.5\install\admin>dmbasic -f consistency_checker.ebs -e Entry_Point -- administrator administrator password

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with:

Get permissions of user on one documentum object

Saturday, August 22, 2009 10:48

The following API code will allow you to determine what permission the connected user has on a selected object:- /* 1. Obtain the object id for the selected document */ getdata,c,dcapp,selected /* 2. Find the what permission the connected user has on this object */ get,c,<object id found in step 1>,_permit This returns an integer ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with:

Delete dm_workflow objects where the document being routed has been deleted

Saturday, August 22, 2009 10:46

How do I delete dm_workflow objects where the document being routed has been deleted? When this happens, the customer may also report an error from their Consistency Checker report like the following: Checking for dmi_package objects that reference non-existent dm_workflow objects Checking for workflow objects with non-existent r_component_id WARNING CC-0046: dm_workflow object with r_object_id ...

This was posted under category: Documentum  |  Read Full Story  |  1 Comment
Tagged with:

DM_SYSOBJECT_E_NOT_ATTACHABLE_TYPE

Saturday, August 22, 2009 10:39

In DAB go to the lifecycle -> General Tab -> select Primary Type -> Move all valid subtypes in the "Acceptable subtypes" list

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with:

DM_POLICY_E_EXIST_NO_BP_LOG

Saturday, August 22, 2009 10:38

It is hard to find the cause of this error when when attach a lifecycle to an object. The cause can be anything. Aa far as I know, 1. change the implement method of lifecyle from docbasic to Java method. 2. file store permission setting It turns out that any kind of execution ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with: