Hello,
We have three servers 1, 2 and 3. names.nsf of 2 is replica of 1 and names.nsf of 3 is replica of 2.
I have a script that uses
view.getdocumentbykey(key$)
to access a group document of names.nsf.
The server 3 returns a document but the server 2 not.
If I create a new view in names.nsf of server 2 the script can’t find the view. All new documents or views I create are not found.
Anybody help me, please?
Thanks in advance