本月博客排行
-
第1名
龙儿筝 -
第2名
flashsing123 -
第3名
xiaoxinye - e_e
- java_doom
- johnsmith9th
- gaochunhu
- sichunli_030
- zw7534313
- 深蓝传说
年度博客排行
-
第1名
宏天软件 -
第2名
龙儿筝 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- e_e
- javashop
- sam123456gz
- tanling8334
- arpenker
- kaizi1992
- xpenxpen
- lemonhandsome
- xiangjie88
- ganxueyun
- xyuma
- sichunli_030
- wangchen.ily
- jh108020
- Xeden
- johnsmith9th
- zxq_2017
- zhanjia
- jbosscn
- forestqqqq
- luxurioust
- lzyfn123
- ajinn
- daizj
- wjianwei666
- ranbuijj
- 喧嚣求静
- silverend
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
- lerf
- lstcyzj
- flashsing123
- lxguy
最新文章列表
更改documentum默认文档存储路径
由于documentum管理的文档默认会存在系统盘下,所以这是件另人很不爽的事情。
首先,查询当前 storage_01文件的位置:
select r_object_id, r_object_id, object_name,
file_system_path from
dm_location
一、更改位置
方式一:执行DQL
update dm_lo ...
content server
当使用的composer修改属性的相关约束条件,比如是否为空,是否能搜索等,安装后不生效的情况下,可以采用单独刷新某个类型字黄的方法。
flush,c,ddcache,type_name
flush,c,persistentcache
publish_dd,c,zh,type_name,attr1,TRUE
publish_dd,c,en,type_name,attr1,TRUE
DQL for managing scope_config of a type
When publish data dictionary of a custom type(publish_dd,c,,custom_type,,T), I get below error message:[DM_DATA_DICT_E_COULD_NOT_PUBLISH_DATA_DICTIONARY_INFORMATION]error: "The Data Dictionary ...
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 --& ...