Hi,
I am trying to install a simple vanilla Documentum on Windows Server 2019 with MS SQL Server running in its own server.
When I am configuring the repository, the installer is failing to connect to the running docbroker with the following error and hence the repository configuration fails:
22:35:06,528 WARN [main] com.documentum.fc.client.security.internal.RegistrationMgr - [DFC_SECURITY_GR_PUBLICATION_FAILED] Publication of DFC instance with global registry failed
com.documentum.fc.common.DfException: [DFC_BOF_GLOBAL_REGISTRY_NOT_CONFIGURED] A global registry is not configured
at com.documentum.fc.client.security.impl.DfcIdentityPublisher.<init>(DfcIdentityPublisher.java:51) ~[dfc.jar:?]
at com.documentum.fc.client.security.internal.RegistrationMgr.register(RegistrationMgr.java:34) [dfc.jar:?]
at com.documentum.fc.impl.RuntimeContext.<clinit>(RuntimeContext.java:195) [dfc.jar:?]
at com.documentum.fc.client.DfClient.<clinit>(DfClient.java:792) [dfc.jar:?]
at com.documentum.dmcl.impl.AApiSessionContext.getObject(AApiSessionContext.java:84) [dfc.jar:?]
at com.documentum.dmcl.impl.GetHandler.get(GetHandler.java:58) [dfc.jar:?]
at com.documentum.dmcl.impl.DmclApi.get(DmclApi.java:49) [dfc.jar:?]
at com.documentum.dmcl.impl.DmclApiNativeAdapter.get(DmclApiNativeAdapter.java:145) [dfc.jar:?]
at com.documentum.dmcl.impl.DmclApiNativeAdapter.get(DmclApiNativeAdapter.java:130) [dfc.jar:?]
I have turned of the IP Helper, installed the c++2013 and 2019 Redistributable, checked that the group named Everyone exists.
I get the same result when I am running 21.X version.
Kindly help