- 浏览: 92819 次
- 性别:
- 来自: 上海
-
最新评论
-
zq_zero:
很好,不过如果改为用字符串数组来存储迭代结果和判断是否重 ...
Oracle自定义聚合函数实现字符串拼接 -
sea0108:
good。。
Oracle自定义聚合函数实现字符串拼接
文章列表
◆恢复完全备份
MySQL -u root -p < backup_sunday_1_PM.sql
◆恢复增量备份
MySQLbinlog MySQL-bin.000002 … | MySQL -u root -p注意此次恢复过程亦会写入日志文件,如果数据量很大,建议先关闭日志功能
◆--compatible=name
它告诉 MySQLdump,导出的数 ...
bat(batch file or batch program)文件语法与技巧
首先:批处理文件就是一个文本文件,这个文本文件的每一行都是一条DOS命令
其次:批处理文件是一种简单的程序,可以用if,goto控制流程,for来循环执行一条命令
再次:一个编好的批处理文件相当于一个DOS的外部命令,也就是说,只要你把bat文件的存放
目录设置在path上面,那么cmd在任何位置都可以执行到该bat文件
最后:C盘根目录先到autoexec.bat批处理文件是自动运行的,每次系统启动时会自动运行该文 ...
1)alter type <custom_type> drop <custom_attribute> PUBLISH
2)alter type <custom_type> add <custom_attribute> String(100) PUBLISH
3)restart the server & the client
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 the Java memory allocation" for full details and keep in mind the heap settings are specific ...
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_dictionary_zh.txt
Look for a appropriate API. Following is the basic one for flushing a cache and publishing th ...
引用
/*********************************************************************
*
* TestACS - verifies ACS functionality
* Checks acs server map, dm_acs_config
* Then executes a real world test of the ACS server
*
* author: fabian.lee
*
*
*
* Example compilation in windows
* javac -c ...
Tuning the Performance of UCF Content Transfer
ID: esg100749
Use Count: 51
Date Created: 10/29/2008
Date Modified: 02/18/2011
Product(s): WDK, Webtop
Ca ...
无法保存preset
- 博客分类:
- documentum
错误图见附件。
解决方法:
确认dmc_wdk_presets_acl 的owner 是否为repository owner,如果不是,修改过来。
在websphere中修改了jsp后,有时会出现修改的jsp没有起作用,特别是改变了某jsp的样式后,在页面中没看到效果,这主要就是由于websphere中缓存的缘故,这就要清除WebSphere中jsp缓存
WAS 缓存位置:
/wasapp/WebSphere/AppServer/profiles/AppSrv01/temp/aix17Node01/server1
http://www.bluefishgroup.com/library/2003/dump-and-load-a-docbase/
December 21, 2003 - Article by Richard Rans
A brief introduction to the concepts of Documentum’s dump and load feature, as well as an example of performing a dump and load.
– Table of Contents
* Introduction
* How to Perform ...
"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 either
side of the scheduled run time that allows the tool schedule to recover gracefully. For example, suppose tha ...
1.add user to dm_superusers_dynamic role and set role's dynamic
dfSession.addDynamicGroup("dm_superusers_dynamic");
//write you custom code here
dfSession.removeDynamicGroup("dm_superusers_dynamic");
com.emc.ide.installer.InstallException: ACL 'dmc_wdk_presets_acl' not accessible to installation user
Cause
the case of the repository owner account did not match the docbase
name (i.e. DocbaseA install owner is docbasea).
Resolution
Cleaned up the metadata, re-configured, and th ...
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: Create a new Docapp and select insert--> Object from Docbase -->Document and select the Preset to a ...