首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

EMC DFS 出现com.emc.documentum.fs.rt.AuthenticationException 异常解决方式

2012-09-04 
EMC DFS 出现com.emc.documentum.fs.rt.AuthenticationException 错误解决方式private String repository

EMC DFS 出现com.emc.documentum.fs.rt.AuthenticationException 错误解决方式

private String repository =  "test";/* The username to login to the repository */private String userName =  "username";/* The password for the username */private String password =  "passowrd";/* The address where the DFS services are located */private String host = "http://IP:port/services";

以上的配置信息如果在DFC使用的时候是正常的, 可是到DFS这边就出错。


解决方法:

这里的 username 必须和 Documentum\config\dfc.properties 配置的dfc.globalregistry.username 完全一致

热点排行