documentum
kevin.kang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
如何去除webtop中browsetree 中的add repository链接
在用webtop做客户化的时候,如果只有一个repository 客户一般会要求去除左边导航树中的add repository 功能链接。操作步骤如下:step1.Create your custom control class as follows . When the control initializes, it will display only thenodes that are...2010-03-31 17:27:15 · 129 阅读 · 0 评论 -
dfc trace performance anaysis
1)设置dfc.properties enable dfc trace dfc.tracing.enable=truedfc.tracing.verbose=truedfc.tracing.max_stack_depth=0dfc.tracing.include_rpcs=truedfc.tracing.mode=compactdfc.tracing.include_ses...原创 2011-09-14 09:57:34 · 172 阅读 · 0 评论 -
Tuning the Performance of UCF Content Transfer
Tuning the Performance of UCF Content Transfer ID: esg100749 Use Count: 51 Date Created: 10/29/2008 ...原创 2011-03-07 17:04:33 · 188 阅读 · 0 评论 -
Acs is enabled or not(test code)
[quote]/********************************************************************** * TestACS - verifies ACS functionality * Checks acs server map, dm_acs_config* Then executes a rea...原创 2011-03-08 20:03:59 · 182 阅读 · 0 评论 -
type attribute label is not localized
you will have to clear cache and publish the data dictionary before accessing the webtop fir that attribute.dmbasic -f dd_populate.ebs -e LoadDataDictionary -- aix17 dmadmin dmadmin data_dictionar...原创 2011-03-09 16:41:23 · 173 阅读 · 0 评论 -
无法保存preset
错误图见附件。解决方法: 确认dmc_wdk_presets_acl 的owner 是否为repository owner,如果不是,修改过来。原创 2010-11-15 16:56:54 · 161 阅读 · 0 评论 -
Some basic guidelines for setting the J2EE Application Server JVM memory
Please refer to WDK/Webtop deployment guide (version 6.5 sp1/sp2) and the recommended parameters should be applicable to WDK-based application versions 5.3x and 6.x.Note see the section on "Setting ...原创 2011-03-21 14:40:25 · 182 阅读 · 0 评论 -
Add or delete a custom attribute
1)alter type drop PUBLISH2)alter type add String(100) PUBLISH3)restart the server & the client原创 2011-03-22 10:43:43 · 117 阅读 · 0 评论 -
When open tasklist form, it pops up exception casued by [DM_SESSION_E_SETUP_ROLE
SymptomsAn error has occurred. DfException:: THREAD: http-28080-2; MSG: ; ERRORCODE: ff; NEXT: null After closing this window, press the Refresh or Reload button on your browser to continue. ...原创 2011-12-28 13:05:22 · 276 阅读 · 0 评论 -
Invoking UCF in custom import component
1)I have made some changes in the component defination. This instantiated ucf session when component is initialized.<ucfrequired><events><!-- only one supported right now --...原创 2011-12-28 13:09:38 · 155 阅读 · 0 评论 -
query attribute map dictionary
select map_display_string, map_data_string from dm_nls_dd_info where label_text ='<label Text>' and parent_id in (select r_object_id from dm_aggr_domain where type_name='<type name>' and...原创 2011-12-28 13:15:23 · 188 阅读 · 0 评论 -
Documentum
查询所有需要在属性页要显示的属性 select r_object_id, attribute_name from dm_display_configwhere r_object_id in (select display_config from dm_scope_config where any scope_value = 'webtop' and r_object_id in...原创 2012-01-04 18:35:29 · 185 阅读 · 0 评论 -
DFC Session Management Srinivas Jakkula
摘要:这个文档从application出发,介绍DFC Session Management的使用细节 DFC Session 和 Session Manager总揽 DFC Session 赋予指定用户访问指定repository的权利。这意味着一个DFC Session 负责一个客户端与 repository连接的凭证。一个 Sessio对象就是一个I...原创 2012-01-19 14:02:28 · 195 阅读 · 0 评论 -
dfc session Monitor
You can enable logging on the session related classes, and you can also turn on resource diagnostics to track down unreleased sessions. 1. Enable resource logging in dfc.properties add t...原创 2012-01-31 10:53:49 · 233 阅读 · 0 评论 -
content server
当使用的composer修改属性的相关约束条件,比如是否为空,是否能搜索等,安装后不生效的情况下,可以采用单独刷新某个类型字黄的方法。flush,c,ddcache,type_nameflush,c,persistentcache publish_dd,c,zh,type_name,attr1,TRUEpublish_dd,c,en,type_name,attr1,TRUE ...原创 2012-02-02 15:23:34 · 482 阅读 · 0 评论 -
Assign multiple groups as performer of activity using code in workflow
I determine the groups dynamically and I used a process variable with a repeating attribute to hold the multiple group names or user names and set the performer as Some users from a group: $com...原创 2012-02-03 17:02:39 · 137 阅读 · 0 评论 -
Tuning the Performance of documentum UCF Content Transfer
In Documentum applications, the speed at which users can retrieve or add content to the system plays a big part in the overall end user experience. Network latency and bandwidth restrictions, physical...原创 2011-05-27 09:12:04 · 253 阅读 · 0 评论 -
DUMP AND LOAD A DOCBASE
[url]http://www.bluefishgroup.com/library/2003/dump-and-load-a-docbase/[/url]December 21, 2003 - Article by Richard RansA brief introduction to the concepts of Documentum’s dump and load feature...原创 2010-11-05 09:50:30 · 161 阅读 · 0 评论 -
jobs Window Interval parameter
"The Window Interval.When you restart a server, the tools scheduled to run while the server was shut down will not necessarily run immediately. Some tools have a default window on eitherside of th...原创 2010-10-29 10:05:15 · 132 阅读 · 0 评论 -
documentum 后台客户化method 接收da配置参数的方法
documentum job develop guide see the attachment(MethodServer_DevTools_Whitepaper.pdf),which I want to explain here is how to get the parameters from da job parameter configuration. Detail di...2010-04-06 15:20:12 · 197 阅读 · 0 评论 -
repoint eclipse plugin安装使用
1.解压reportEclipsePlugin包里到%ECLIPSE_HOME%/plugins目录下。 2.添加%Documentum%/shared目录下的jar 到%ECLIPSE_HOME%/plugins/com.documentum.dfc_1.0.0/lib目录下。 3.cmd进入Documentum/config目录下 运行jar cvf config.jar lo...2010-04-20 11:13:23 · 121 阅读 · 0 评论 -
一些documentum面试题
今天在www.dmdeveloper.com看到一个国外documentum人士的面试题,贴来大家共赏一下,题目不难,答好也不容易。 (1) Describe the Documentum object model (I usually mention dm_sysobject and custom types to give them a starting point, then...2010-04-20 13:23:31 · 169 阅读 · 0 评论 -
Recovering Lost documentum database password
docbase Owner account password will be stored in encrypted format in the following location$DOCUMENTUM/dba/config/<repository name>/dbpasswd.txt To decrypt the password, Open the file w...2010-04-21 11:16:48 · 211 阅读 · 0 评论 -
register table and update registered table object permission
–For example://create tableCREATE TABLE RT_CENTERS(CENTER_ID NUMBER, CENTER_NAME VARCHAR2(60 BYTE))//register table–REGISTER TABLE dm_dbo.rt_centers ...2010-04-22 11:09:43 · 127 阅读 · 0 评论 -
set webtop browsertree refresh
There are two events on the browser tree (there are in the BrowserTree class):refreshTreeFromId(Control oControl, ArgumentList oArgs);refreshTreeFromAbsolutePath(Control oControl, Argument...原创 2010-05-07 15:32:22 · 153 阅读 · 0 评论 -
确认文件存放路径
1.查看file_system_path DQL //r_object_idselect r_object_id from dm_document where object_name = 'test.docx'; //storage_idselect storage_id,data_ticket from dmr_content where any parent_id ...原创 2010-08-10 16:16:48 · 212 阅读 · 0 评论 -
客户化objectlist component 实现自定义属性的展现
详细的实现方法见:http://developer.emc.com/developer/Articles/DisplayCustomAttributesInWebtop.htm原创 2010-05-26 13:15:44 · 140 阅读 · 0 评论 -
weird [DM_SYSOBJECT_E_VERSION_MISMATCH] error
the related error occurs when a object is saved. DFC checks the i_vstamp attribute of the object you previously obtained with dfSession.getObject() and the current i_vstamp value of the object in ...原创 2010-08-25 17:51:55 · 194 阅读 · 0 评论 -
手工安装UCF
java -cp "d:\ucfinit.jar" com.documentum.ucf.client.install.TestInstall "http://192.168.19.7:8080/attach" "/wdk/contentXfer/ucf.installer.config.xml"原创 2010-06-09 10:19:32 · 726 阅读 · 0 评论 -
删除一个lifeCycle
There are four steps1) identify whther any sysobjects are attached to the lifecycleselect * from dm_sysobject(all) where r_policy_id = '460186d080230dc5'2) if any results from above query, ...原创 2010-09-26 10:48:24 · 203 阅读 · 0 评论 -
日志路径
Job Logs:$Documentum\dba\log\<Repository Id in Hex>\agentexec\<JobId> AgentExec Log:$Documentum\dba\log\<Repository Id in Hex>\agentexec\agentexec.log...原创 2010-09-27 21:22:41 · 145 阅读 · 0 评论 -
move the Preset from one repository to another
The steps below are a workaround that can be used: 1. Archive the Presets from the /Resources/Registry/Presets/Webtop/Preset Packages folder in source repository. For example: Crea...原创 2010-10-17 15:22:26 · 149 阅读 · 0 评论 -
install webtop.dar error
com.emc.ide.installer.InstallException: ACL 'dmc_wdk_presets_acl' not accessible to installation user Causethe case of the repository owner account did not match the docbase name (i.e. Doc...原创 2010-10-17 15:25:37 · 152 阅读 · 0 评论 -
DFC own Administrator permission
1.add user to dm_superusers_dynamic role and set role's dynamicdfSession.addDynamicGroup("dm_superusers_dynamic");//write you custom code here dfSession.removeDynamicGroup("dm_superusers_dynam...原创 2010-10-27 14:54:00 · 141 阅读 · 0 评论 -
调用DFS创建文档报 type dm_literal_expr failed
调用DFS时报如下错误:[DM_SESSION_W_FETCH_FAILED]warning: &quot;Fetch of object with handle 530311f28000090a and type dm_literal_expr failed.&quot; at com.broadtext.services.FileService.ucfUploa...原创 2012-03-18 16:06:02 · 230 阅读 · 0 评论
分享