<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928"></HEAD>
<BODY>
<DIV><SPAN class=749442213-29042011><FONT size=2 
face=Arial>Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=749442213-29042011><FONT size=2 
face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=749442213-29042011><FONT size=2 face=Arial>I have the following 
setup:</FONT></SPAN></DIV>
<DIV><SPAN class=749442213-29042011><FONT size=2 
face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=749442213-29042011><FONT size=2 face=Arial>I have a 2 
multimaster replication setup, where both masters also have a number of 
shadowing agreements to other consumers. The data gets replicated to all boxes 
and there are no issues. When I try to perform an update on the slaves, it works 
on all, but one. Meaning, the server sends back err=10, with the referral to one 
of the masters and the client automatically follows the referrals. 
Unfortunately, it does not works with one box:</FONT></SPAN></DIV>
<DIV><SPAN class=749442213-29042011><FONT size=2 
face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=749442213-29042011><FONT size=2 face=Arial>When there is an 
attempt to write to the db, the server returns an error-code 1, with the 
following message:</FONT></SPAN></DIV>
<DIV><SPAN class=749442213-29042011><SPAN 
style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"><FONT 
color=#000000 size=2 face=Arial>javax.naming.NamingException: [LDAP: error code 
1 - Mapping tree node for o=base is set to return a referral, but no referral is 
configured for it]; </FONT></SPAN></SPAN></DIV>
<DIV><SPAN class=749442213-29042011><SPAN 
style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"><FONT 
color=#000000 size=2 face=Arial></FONT></SPAN></SPAN>&nbsp;</DIV>
<DIV><SPAN class=749442213-29042011><SPAN 
style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"><FONT 
color=#000000 size=2 face=Arial>This can also be seen in the access 
file:</FONT></SPAN></SPAN></DIV>
<DIV><SPAN class=749442213-29042011><SPAN 
style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">
<P class=MsoNormal><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: blue; FONT-SIZE: 10pt"><FONT 
color=#000000><SPAN class=749442213-29042011>[</SPAN>26/Apr/2011:05:35:45 -0300] 
conn=3418 op=13256 ADD dn="o<SPAN class=749442213-29042011>u</SPAN>=<SPAN 
class=749442213-29042011>test</SPAN>,o=<SPAN 
class=749442213-29042011>base</SPAN>"<BR>[26/Apr/2011:05:35:45 -0300] conn=3418 
op=13256 RESULT err=1 tag=105 nentries=0 etime=0</FONT></SPAN></P>
<P class=MsoNormal><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: blue; FONT-SIZE: 10pt"><SPAN 
class=749442213-29042011><FONT color=#000000>When I have a look at the 
configuration, it looks exactly like the others:</FONT></SPAN></SPAN></P><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: blue; FONT-SIZE: 10pt"><SPAN 
class=749442213-29042011><PRE><FONT color=#000000 face=Arial>dn: cn="o=Base",cn=mapping tree,cn=config
objectClass: top
objectClass: extensibleObject
objectClass: nsMappingTree
cn: "o=Base"
nsslapd-state: referral on update
nsslapd-backend: userRoot
modifiersName: cn=server,cn=plugins,cn=config
modifyTimestamp: 20100721202730Z
nsslapd-referral: </FONT><A href="ldap://master-ld01:389/o=Basensslapd-referral"><FONT color=#000000 face=Arial>ldap://master-ld01:389/o=Base
nsslapd-referral</FONT></A><FONT color=#000000 face=Arial>: </FONT><A href="ldap://master-ld02:389/o=BasenumSubordinates"><FONT color=#000000 face=Arial>ldap://master-ld02:389/o=Base
numSubordinates</FONT></A><FONT color=#000000 face=Arial>: 1</FONT></PRE><PRE><PRE><FONT color=#000000 face=Arial>dn: cn=replica,cn="o=Base",cn=mapping tree,cn=config
nsDS5ReplicaBindDN: cn=replication,cn=config
nsDS5ReplicaRoot: o=Base
nsDS5Flags: 0
nsDS5ReplicaType: 2
nsds5ReplicaPurgeDelay: 43200
objectClass: top
objectClass: nsDS5Replica
cn: replica
modifiersName: cn=Multimaster Replication Plugin,cn=plugins,cn=config
modifyTimestamp: 20110421052744Z
nsDS5ReplicaId: 65535
nsState:: //8AAAAAAADLv69NAAAAAAAAAAAAAAAALSoAAAAAAAAIAAAAAAAAAA==
nsDS5ReplicaName: 59480b7e-94fb11df-9df8eeea-774385c0
nsDS5ReplicaReferral: </FONT><A href="ldap://master-ld01:389/o=BasensDS5ReplicaReferral"><FONT color=#000000 face=Arial>ldap://master-ld01:389/o=Base
nsDS5ReplicaReferral</FONT></A><FONT color=#000000 face=Arial>: </FONT><A href="ldap://master-ld02:389/o=Base"><FONT color=#000000 face=Arial>ldap://master-ld02:389/o=Base</FONT></A></PRE><PRE><SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: blue; FONT-SIZE: 10pt"><SPAN class=749442213-29042011><FONT color=#000000></FONT></SPAN></SPAN>&nbsp;</PRE><PRE><SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: blue; FONT-SIZE: 10pt"><SPAN class=749442213-29042011><FONT color=#000000>I was wondering if someone has seen this kind of issue. Everything looks fine to me and I can not explain this behavior. </FONT></SPAN></SPAN></PRE><PRE><SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: blue; FONT-SIZE: 10pt"><SPAN class=749442213-29042011><FONT color=#000000></FONT></SPAN></SPAN>&nbsp;</PRE><PRE><SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: blue; FONT-SIZE: 10pt"><SPAN class=749442213-29042011><FONT color=#000000>Right now, I can not reproduce this issue. I only see it in this one setup.</FONT></SPAN></SPAN></PRE><PRE><SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: blue; FONT-SIZE: 10pt"><SPAN class=749442213-29042011><FONT color=#000000></FONT></SPAN></SPAN>&nbsp;</PRE><PRE><SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: blue; FONT-SIZE: 10pt"><SPAN class=749442213-29042011><FONT color=#000000>Thanks,</FONT></SPAN></SPAN></PRE><PRE><SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: blue; FONT-SIZE: 10pt"><SPAN class=749442213-29042011><FONT color=#000000>-Reinhard</FONT></SPAN></SPAN></PRE></PRE></SPAN></SPAN></SPAN></SPAN></DIV></BODY></HTML>