Reputation: 10720
I get this error while trying to access documentum through webtop. "An error has occurred.
[DM_DOCBROKER_E_NO_DOCBROKERS]error: "No DocBrokers are configured". Iam trying to access documentum for the first time.
Any help ?
Upvotes: 0
Views: 4060
Reputation: 28800
check the dfc.properties file, assuming D65, the file is in [webtop base]/Web-Inf/classes.
In that file, edit this line to point to the correct content server where the docbroker is. either ip address or host name should work.
dfc.docbroker.host[0]=[docbroker host]
Upvotes: 1
Reputation: 14055
First guess on a new setup... Is your docbroker started?
Second guess, your dfc.properties is incorrect or not updated at all. Can you add it to the question?
Upvotes: 0