年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- e_e
- javashop
- sam123456gz
- zysnba
- tanling8334
- arpenker
- kaizi1992
- xpenxpen
- lemonhandsome
- xiangjie88
- ganxueyun
- xyuma
- wangchen.ily
- Xeden
- jh108020
- zhanjia
- johnsmith9th
- zxq_2017
- jbosscn
- forestqqqq
- ajinn
- daizj
- wjianwei666
- ranbuijj
- 喧嚣求静
- silverend
- sichunli_030
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- lzyfn123
- java-007
- sunj
- yeluowuhen
- lerf
- xiaoxinye
- flashsing123
- lxguy
- zhangjijun
最新文章列表
更改documentum默认文档存储路径
由于documentum管理的文档默认会存在系统盘下,所以这是件另人很不爽的事情。
首先,查询当前 storage_01文件的位置:
select r_object_id, r_object_id, object_name,
file_system_path from
dm_location
一、更改位置
方式一:执行DQL
update dm_lo ...
documentum UCF 错误解决办法
在使用webtop等产品时,若出现ucf相关的错误,如下图。可以使用本文档提供的方法来排除错误。
一、首先查看documentum三个服务是否启动,应用是否能连接到服务器。
二、查看UCF日志。
相关文件有两个。文件路径参考:
系统盘:\Documents
and Settings\<USERNAME>\Documentum\ucf\& ...
Documentum
查询所有需要在属性页要显示的属性
select r_object_id, attribute_name from dm_display_config
where r_object_id in
(select display_config from dm_scope_config where any scope_value = 'webtop' and r_object_id in
( ...
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 --& ...