`
文章列表
在系统实施时,由于客户需求,要求屏蔽掉系统默认文件夹在界面上的展示,为了简便起见,把那些默认文件柜的dm_world权限修改为NONE,杯具了,文件柜倒是隐藏了,对普通查询用户影响不大,但是管理员操作时,时不时的会报一些错误出来,一般都是权限部分的提示。系统默认的文件柜有几个,这些文件柜的权限设置有什么要求?这些文件柜又用来做什么? 下面这段是从EMC官网论坛中得到的说明。 1、Users must have WRITE permission to the RESOURCES cabinet - otherwise they will not be able to use the Dis ...
    WEB服务器、应用程序服务器、HTTP服务器有何区别?IIS、Apache、Tomcat、Weblogic、WebSphere都各属于哪种服务器,这些问题困惑了很久,今天终于梳理清楚了: Web服务器的基本功能就是提供Web信息浏览服务。它只需支持HTTP协议、HTML文档格式及URL。与客户端的网络浏览器配合。因为Web服务器主要支持的协议就是HTTP,所以通常情况下HTTP服务器和WEB服务器是相等的(有没有支持除HTTP之外的协议的web服务器,作者没有考证过),说的是一回事。 应用程序服务器(简称应用服务器),我们先看一下微软对它的定义:"我们把应用程序服务 ...
http://vsrr2020.blogspot.com/2008/02/how-to-enable-combined-dmcl-and-dfc.html 1. Make sure that you have added the following lines to dfc.properties file found in the documentum/config directory.## Specifies whether to enable or disable trace.#dfc.tracing.enabled = on## Specifies whether to record ...
SELECT object_name,r_object_id FROM dm_sysobjectWHERE r_object_id IN(SELECT parent_id FROM dmr_containmentWHERE component_id = (SELECT i_chronicle_id FROM dm_sysobject WHERE r_object_id = ‘’))
idql: execute make_index with type_name='dmi_queue_item', attribute='stamp'go
Instructions to fix this error: [DM_SESSION_E_CLIENT_AUTHENTICATION_FAILURE]error: "Could notauthenticate the client installation for reason: Client hostnamein authentication string doesn't match value in registry" This happens if the name of the host (or its IP) has changedafter installa ...
SELECT upper(f.tablespace_name) 表空间名, d.Tot_grootte_Mb "表空间大小(M)", d.Tot_grootte_Mb - f.total_bytes "已使用空间(M)", round((d.Tot_grootte_Mb - f.total_bytes) / d.Tot_grootte_Mb * 100,2) "使用比", f.total_bytes "空闲空间(M)", f.max_bytes "最大块(M)" FROM (SELECT tabl ...

Documentum解密

System.out.println(com.documentum.fc.tools.RegistryPasswordUtils.decrypt("CpzIFUEHWaNCfI2gETG4iWA\\=\\="));

Method

  import com.documentum.fc.client.*;import com.documentum.fc.common.DfException;import com.documentum.fc.common.DfId;import com.documentum.fc.common.IDfLoginInfo;import com.documentum.com.DfClientX;import com.documentum.fc.methodserver.*; import java.util.*;import java.io.PrintWriter; public class ...
http://vsrr2020.blogspot.com/2008/02/how-to-enable-combined-dmcl-and-dfc.html 1. Make sure that you have added the following lines to dfc.properties file found in the documentum/config directory.## Specifies whether to enable or disable trace.#dfc.tracing.enabled = on## Specifies whether to record ...
1.备份还原数据库,有时候用UI操作不成功的时候可以用命令行如:restore database QA1 from disk = 'd:\qa1' with replace. 数据块恢复完之后有两个表还得需要修改一下,分别是dm_acs_config(?) dm_server_config(?),具体表名我也不是记得很准,不过你打开数据库管理器很容易找到的。打开两个表后,把几个url和uri的字段修改一下,主要是机器名或者ip. 2.将C:\Documentum\data\qa1拷贝过来 3.如果启动Repository报错,如Docbase QA1 was not successful ...
从dm_event_sender.ebs中可以看出,contentserver默认是使用smail来发送邮件的,但有时候却迟迟收不到邮件,此时你可以通过下边的命令来测试你的smtp是否跟smail配合通畅。 cd C:\Documentum\product\6.0\binsmail.exe -nohttp -S "smsubject linetest" -A "rch@123.com" -F "C:\Documentum\dba\dm_documentum_config.txt" -Server "10.32.148.6 ...
http://www.bluefishgroup.com/library/2006/getting-started-with-dfc-and-dql/   Introduction Before I joined Blue Fish Development Group this past year, I had never worked with Documentum. So, my first task was to familiarize myself with the basics of the Documentum Foundation Classes (DFC). Do ...

DFS开发

先送上一段视频 https://community.emc.com/servlet/JiveServlet/download/1723-1-1461/service_catalog_demo.exe   原始文章:http://www.dfsnotes.com/2007/11/14/custom-dfs-service-development-service-creation-part-1/ Some persons from EMC Documentum Forums stated that AcmeCustomService which comes with DFS SDK se ...
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 any attr_name='<attribute name>')
Global site tag (gtag.js) - Google Analytics