Issue:
You have changed the current QuickPlace / Quickr server from "External" (LDAP) to Domino Directory. The names in the places are all still in external (LDAP) format. You need to convert the names from ldap to normal Domino canonical hierarchical format.
Solution:
Use the qptool changehierarchy command to change the format of the "distinguished" (hierarchical) names of external (LDAP) members to use the Lotus Domino forward slash (/) delimiter.
Example:
ou=raleigh,o=mw = the current ldap format,
ou=raleigh/o=mw = new native Domino canonical format
load qptool changehierarchy -sourceh ou=raleigh,o=mw -targeth ou=raleigh/o=mw -p placename
or
load qptool changehierarchy -sourceh ou=raleigh,o=mw -targeth ou=raleigh/o=mw -a
(for all Places)
Note:
You must restart the Domino service after performing this change.
previous page
|