I have an issue with locked documents on replicas.
I have enabled hard locking, and explitly lock and unlock documents in PostOpen/QueryClose events. This is working well.
I have a view that shows all the documents with a $Writers value (ie locked documents, right?).
On local replicas, some documents still show up in my ‘locked docs’ view, even when they do not show up in this view on the server’s replica. Even when I clear replication history, it still does not fix the problem. When a user tries to access one of these documents, it says it is locked…
Why?