We have 3 servers. And documents in the databases gets replicated across these servers.
In one of my application, I have one view with first column having text value and this column is categorised.
To access documents in this view, sometimes I use link as
http://server/databasename.nsf/viewalias/133?OpenDocument
Where 133 is value of the field mentioned in first column of the view.
Out of 4 servers, this document gets open wihout any error with same link. But on one server same link gives
“HTTP Web Server: Lotus Notes Exception - Invalid or nonexistent document” error. But I can access same document using its document uniqueid.
Thank you.