Here is a situation. Say I have two docbases
1) AglobalRepository
2) BAppDocbase
and my AglobalRepository has always acted as global registry. somehow I lost the Docbase A.
Now, I want to make BAppDocbase as global repository. Here are the things I have done so far.
1) made dm_bof_registry user active and I have updated the encrypted password in dfc.properties
2) updated the docbase_config object and set docbase role as Global Registry.
Now, when I am trying to connect to docbase from my local machine (dfc program) it throws me the below error.
14:07:27,115 WARN - [DFC_SECURITY_GR_PUBLICATION_FAILED] Publication of DFC instance with global registry failed
DfException:: THREAD: main; MSG: [DM_DCNFG_E_PKCERT_FORMAT]error: "The certificate value is not of a format understood by the server. Error code: 1,826."; ERRORCODE: 100; NEXT: null
at com.documentum.fc.client.impl.docbase.DocbaseExceptionMapper.newException(DocbaseExceptionMapper.java:57)
at com.documentum.fc.client.impl.connection.docbase.MessageEntry.getException(MessageEntry.java:39)
at com.documentum.fc.client.impl.connection.docbase.DocbaseMessageManager.getException(DocbaseMessageManager.java:137)
at com.documentum.fc.client.impl.connection.docbase.netwise.NetwiseDocbaseRpcClient.checkForMessages(NetwiseDocbaseRpcClient.java:329)
at com.documentum.fc.client.impl.connection.docbase.netwise.NetwiseDocbaseRpcClient.applyForInt(NetwiseDocbaseRpcClient.java:600)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection$6.evaluate(DocbaseConnection.java:1343)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.evaluateRpc(DocbaseConnection.java:1141)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.applyForInt(DocbaseConnection.java:1336)
at com.documentum.fc.client.impl.docbase.DocbaseApi.parameterizedSave(DocbaseApi.java:767)
at com.documentum.fc.client.DfSysObject$1.evaluate(DfSysObject.java:389)
at com.documentum.fc.client.DfSysObject.doSaveImpl(DfSysObject.java:419)
at com.documentum.fc.client.DfSysObject.doSave(DfSysObject.java:222)
at com.documentum.fc.client.DfPersistentObject.saveEx(DfPersistentObject.java:924)
at com.documentum.fc.client.DfPersistentObject.save(DfPersistentObject.java:919)
at com.documentum.fc.client.privilege.impl.PublicKeyCertificate___PROXY.save(PublicKeyCertificate___PROXY.java)
at com.documentum.fc.client.security.impl.IpAndRcHelper.fillAndSavePersistentCertificate(IpAndRcHelper.java:107)
at com.documentum.fc.client.security.impl.IpAndRcHelper.createNewCertificateObjectIfNeeded(IpAndRcHelper.java:369)
at com.documentum.fc.client.security.impl.DfcIdentityPublisher.createCertificateAndRegistration(DfcIdentityPublisher.java:427)
at com.documentum.fc.client.security.impl.DfcIdentityPublisher.publish(DfcIdentityPublisher.java:146)
at com.documentum.fc.client.security.impl.DfcIdentityPublisher.publish(DfcIdentityPublisher.java:102)
at com.documentum.fc.client.security.internal.RegistrationMgr.register(RegistrationMgr.java:34)
at com.documentum.fc.impl.RuntimeContext.<clinit>(RuntimeContext.java:195)
at com.documentum.fc.client.DfClient.<clinit>(DfClient.java:792)
at com.documentum.com.DfClientX.getLocalClient(DfClientX.java:43)
at com.citi.mdmo.GPABackup.createSessionManager(GPABackup.java:222)
at com.citi.mdmo.GPABackup.main(GPABackup.java:63)
14:07:27,849 ERROR - Folder or cabinet does not exist in the Docbase!
14:07:27,849 ERROR - Folder or cabinet does not exist in the Docbase!
I have da that is deployed on a different host which has been there before I lost my globalRegistry docbase (A)
DA still works fine I am able to login as installation owner. Also, I am able to successfully login as dm_bof_registry with out any problem.
What am I missing here. Please help.
Thanks,
Sreekanth