Selective Replication

Hello

Can a selective replication be made of the names.nsf on a domino server, to only replicated users who have a certain OU?

Example, we have 7 OU’s, one being */ZI/SouthAfrica. How would I go about creating a replica of the NAB, only of the users with the above OU? Any help would be greatly appreciated.

Regards

Subject: Selective Replication

In the replication settings you can go under the Space Savers tab and check the box for Documents that meet a selection formula. Then try this formula

@Name([OU1];FullName) = “ZI”

Might not work but it sounds right. Let us know if that does the trick. If that does work you should be able to use @Name([OU1];FullName) = @Name([OU1];@Username) and you could send a button out that creates the replica to people and not worry about changing the formula all the time.

  • David

Subject: RE: Selective Replication

Hi David

Thanks so much for the response. I’ll give it a bash and let you know the results.

Jason