随笔分类 - Documentum
摘要:Some times you want to create many user to content server for testing, you can use import feature to create it.Create a txt file use below content:----------Start-----------object_type:dm_useruser_nam...
阅读全文
摘要:在dm_docbase_config中,有个字段"r_normal_tz",文档上的解释是Indicates the storage mode used for date values. 0 directs Content Server to store all date values in UTC time. A value other than 0 represents the time zo...
阅读全文
摘要: 今天想抓通过WCF访问的soap数据包,开始用的是wireshark,但是抓的都是tcp包,不容易查看,后搜索到了下边这个工具。 http://www.pocketsoap.com/tcptrace/ 使用也很简单,设置一个监听端口如8080,然后接着设上你的server地址和端口,最后在你发访问service程序中将访问地址设成localhost:808...
阅读全文
摘要: 估计是某次实验时候修改了store路径,结果出来这个问题,ok,如下修改: 1.根据select file_system_path from dm_location where object_name in (select root from dm_filestore where name = 'filestore_01') 得到目前对应路径,看来下结果的确有问题。 2.直接...
阅读全文
摘要:Documentum Methods (含怎样创建一个dm_method对象)http://www.bluefishgroup.com/library/1999/dctm-methods/Api列表 (如果觉得该列表描述不详细的话可以搜索“Content Server API Reference”这个文档,在contentserver5.3下载列表中可以找到)http://...
阅读全文
摘要:如果你的index server还在,那当然就简单了,使用Index Agent Configuration Program就可以,但假如这个index server已经停掉了,或者你希望有其他简单的方法来删除,ok,这提供一个。执行下边sql :select * into dm_ftengine_config_s_bak from dm_ftengine_config_s;select * in...
阅读全文
摘要:From:http://www.packtpub.com/article/custom-types-in-documentum Custom Types in Documentum In this article by Pawan Kumar, we look at the Custom Types in Documentum. We will see how to manage the cus...
阅读全文
摘要:1. Before populating data dictionary files, you will get the result through running dql " select dd_locales from dm_docbase_config". 2. Edit data_dictionary.ini file, remove the "#" . # en stands for ...
阅读全文
摘要:从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:...
阅读全文
摘要:1.备份还原数据库,有时候用UI操作不成功的时候可以用命令行如:restore database QA1 from disk = 'd:\qa1' with replace. 数据块恢复完之后有两个表还得需要修改一下,分别是dm_acs_config(?) dm_server_config(?),具体表名我也不是记得很准,不过你打开数据库管理器很容易找到的。打开两个表后,把几个url和uri的字段...
阅读全文
摘要:今天安装一个64位的contentserver,真是费了老鼻子劲了。特地记录一下,以免下次再犯。主要问题就是在于我想当然的安装了64bit的sqlserver,之后broker建立正常,repository却一直建立失败,报道错还是没有 一点参考价值。最后灵光突闪,卸载了该64位版本的数据库,装了31bit的,一切正常。另外一个问题是repository对应的数据库的collation设置应该是s...
阅读全文
摘要:1.取Format: SELECT name,description FROM dm_format WHERE name IN (SELECT DISTINCT a_content_type FROM dm_sysobject WHERE r_object_type = 'dm_menu_system' AND i_has_folder = TRUE AND i_is_deleted = FA...
阅读全文
摘要:From:http://www.bluefishgroup.com/library/1999/virtual-documents/ Article by Michael Trafton – Table of Contents What is a virtual Document? What is a component? Why do I need Virtual Documents? ...
阅读全文
摘要:最近做了全文检索功能在contentserver中,使用的是DQL的检索,发现DQL这个东西还真比较诡异,必须记录说明一下。 1.DQL中的全文检索主要是使用 SEARCH DOCUMENT CONTAINS 关键字,例如要搜索内容中包含'aaa'的,可以用 SELECT text,object_name,score,summary,r_object_id,r_object_type FROM d...
阅读全文
摘要:The r_link_cnt attribute has double usage one is for folder and another is for virtual document. FOr folder is store the number of object linked to folder. In case of virtual document it store the n...
阅读全文
摘要:Reopen local file with UCF(after checkout) https://community.emc.com/thread/2251
阅读全文
摘要:Change SQL Connection details in web.config CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//////////////////////////////////////////////////...
阅读全文
摘要:由于asp.net的权限问题,所以如果在site中使用了Assembly.Load()方法,那么很容易报这个错误。我的整个解决方法如下: 1.执行 c:\winnt\microsoft.net\framework\[version number]\aspnet_regiis.exe -i 2. Assembly.Load()使用的参数应该是fullname,类似于 EMC.CMA.Objec...
阅读全文
摘要:经过多次失败,今天终于配通了kerberos。为使后来者不继续我的弯路,就把主要过程记录一下。 其中有些结论仅是我目前安装过程中的一些感觉,并不做准。 我们这次配置的目的是实现客户端不要输入用户名密码直接登陆sharepoint2007,而且为了和另外一套系统共享认证信息,所以使用了一个单独的DC。其中我的spserver(shaerpoint server)已经加入了这个个域emcdc.loc...
阅读全文
摘要:首先如果你的DC的function level使用2003,那么就会不显示Account is trusted for delegation。 其次如果看不到Delegation tab,那是因为你没有对该用户设置SPN,设置之后就会出现。
阅读全文

浙公网安备 33010602011771号