Missing documents in one view on a local databas

I have users that replicats a databas. One of my users have a strange problem. In the databas there is a view that show a subset of documents. One user can´t se all documents in this view. In an other view (that shows all documents) she can see all documents, even the documents she can´t see in the first view.

  • There is no “Readers” fields on the documents.

  • I have made an “compact” and updated all view index.

  • I have made a new (not copy) view with the same Selections formula

…and still I have the same problem

If I make a new replica - will it works then? And can I trust that solution?

Does any one have any idea what I can do to solve this problem?

Subject: Missing documents in one view on a local databas

I have had something happen like that…

I created a view looking for all Replication Conflicts. Sometimes both documents become “losing” conflicts and are hidden from all views.

Try this:

Create a view with the selection formula SELECT @IsAvailable($Conflict).

For a column, for starters, maybe just create one that lists the Simple Function “Last Modified.”

HTH,

Dan