Question regarding Readers Fields

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

Subject: Question regarding Readers Fields

did you include the server names in the readers fields?

Subject: RE: Question regarding Readers Fields

The servers are in the group. There are too many to hard code them into the report. (Multiple servers access the same report doc.)

Subject: Question regarding Readers Fields

Is it intention to have sometimes a space after SRV and sometimes no space?