Has anyone encountered strange behavior with readers fields where they do not recognize members of a group, but other groups in the readers field work fine? This database replicates down to other domino servers and we need the group so that the domino servers can see their docs and replicate them. I’m including the code below for that group. The admins and I are stumped. We’ve recreated the groups in the NAB, refreshed the documents, added a new group in the readers field and then recreated the docs, created a new replica of the database at the other server. It still will not replicate!
Select Case Form
Case “salesrank” :
areaders(18)=ch+“SRV D”+newdst_fmt
areaders(19)=ch+“_SRV_D”+dst_fmt
Case “uringsum”:
areaders(18)=ch+“SRV D”+newdst_fmt
areaders(19)=ch+“_SRV_D”+dst_fmt
Case “scanstr”:
areaders(18)=ch+“SRV D”+newdst_fmt
areaders(19)=ch+“_SRV_D”+dst_fmt
Case “initcomp”:
areaders(18)=ch+“SRV D”+newdst_fmt
areaders(19)=ch+“_SRV_D”+dst_fmt
Case “subcomp”:
areaders(18)=ch+“SRV D”+newdst_fmt
areaders(19)=ch+“_SRV_D”+dst_fmt