无法从Windows 7(32位)连接Windows 2008(64位)中的内容服务器docbase

时间:2012-02-02 02:39:55

标签: documentum dfc

使用DFC从windows7(32位)连接windows2008(64位)中的docbase时发生错误。 (内容服务器版本为Developer_Edition_6.6_windows_sql)。

  

DfServiceException :: THREAD:main;味精:   [DFC_SESSION_DOCBASE_UNREACHABLE] Docbase“documentum”无法访问;   ERRORCODE:ff;下一个:null       在com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.establishNewRpcClient(DocbaseConnection.java:259)       在com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.open(DocbaseConnection.java:122)       在com.documentum.fc.client.impl.connection.docbase.DocbaseConnection。(DocbaseConnection.java:96)       在com.documentum.fc.client.impl.connection.docbase.DocbaseConnection。(DocbaseConnection.java:60)       at com.documentum.fc.client.impl.connection.docbase.DocbaseConnectionFactory.newDocbaseConnection(DocbaseConnectionFactory.java:26)       at com.documentum.fc.client.impl.connection.docbase.DocbaseConnectionManager.getDocbaseConnection(DocbaseConnectionManager.java:74)       在com.documentum.fc.client.impl.session.SessionFactory.newSession(SessionFactory.java:29)       在com.documentum.fc.client.impl.session.PrincipalAwareSessionFactory.newSession(PrincipalAwareSessionFactory.java:35)       在com.documentum.fc.client.impl.session.PooledSessionFactory.newSession(PooledSessionFactory.java:47)       在com.documentum.fc.client.impl.session.SessionManager.getSessionFromFactory(SessionManager.java:111)       在com.documentum.fc.client.impl.session.SessionManager.newSession(SessionManager.java:64)       在com.documentum.fc.client.impl.session.SessionManager.getSession(SessionManager.java:168)       在com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.connect(ModuleManager.java:356)       在com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.init(ModuleManager.java:311)       at com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.getInstance(ModuleManager.java:36)       在com.documentum.fc.client.security.impl.DfcIdentityPublisher。(DfcIdentityPublisher.java:44)       在com.documentum.fc.client.security.internal.RegistrationMgr.register(RegistrationMgr.java:34)       在com.documentum.fc.impl.RuntimeContext。(RuntimeContext.java:191)       在com.documentum.fc.client.DfClient。(DfClient.java:721)       在com.documentum.com.DfClientX.getLocalClient(DfClientX.java:43)

但如果我在Windows XP上使用相同的DFC代码,它可以正常工作......

另外,我可以使用相同的DFC代码从这个windows7(32位)连接windowsXP中的另一个docbase。

我已关闭这些机器中的所有防火墙。有什么想法吗?

2 个答案:

答案 0 :(得分:0)

我很确定,这是一个网络问题。

首先,尝试找出是否可以连接到docbroker主机/端口。如果失败,您就知道从哪里开始。还要在这些设置以及全局存储库配置上再次检查dfc.properties和防火墙设置(<再次)。

也许,这也可能与您的IPv6有关?我听说过IPv6的问题,也遇到过一些问题(但这些都是在Linux上)。

另一个(微小的)想法:当您从Windows 7计算机访问DA / Webtop时,您是否也面临同样的问题?此外,您可以尝试设置本地Web服务器并在那里部署DA / Webtop。这可以为您提供更多信息,并指出此问题是否与您的DFC代码有关。

也许还会重新启动所有服务(Docbase,DocBroker,Method Server)。

祝你好运!

答案 1 :(得分:0)

是的,IPV6会影响! IPV6必须在Windows域成员PC下运行。 (工作组成员不受影响) 和x:\ Documentum \ Cache文件夹必须是可写的。