Documents missing from one view in a clustered database

Hello,I have a database that’s clustered across two servers. On one of the servers, there are some documents missing from one of the views. However, the documents are in the database because I see them in other views.

The replicas have the exact same number of documents, but the view in question has 300 fewer documents on the one server.

I’ve already tried:

  • fully replicating the databases

  • rebuilding the view index on the problem db

Any other ideas?

Subject: Documents missing from one view in a clustered database

Try clearing the replication history.That normally sorts it.

Subject: RE: Documents missing from one view in a clustered database

I cleared the replication history and re-replicated but the documents are still missing from the view.

The documents are in the database… they are just not showing up in one view on the one server while they are showing up in the same view on the other server.

Any other ideas?

Subject: RE: Documents missing from one view in a clustered database

view index?

CTRL+SHIFT+F9 could fix the problem in the Notes client.

Running UPDALL -R reorganizes the view in the database

JYR

Subject: RE: Documents missing from one view in a clustered database

I have tried ++ and Updall -R. No luck on either.

Subject: RE: Documents missing from one view in a clustered database

Are there Readers-fields in the documents?If so, are there any differences in the ACL’s of the databases?

Are the NAB’s the same?

Any of these could explain why you can see documents on one server but not on another.