I have a replicated db across two clustered servers. This db uses document locking from the web by running a lotuscript agent on WebQueryOpen. Locking almost works fine, except that when a document is locked, the $writers field is only available on the document residing on the master lock server. Is this normal functionality?
Subject: Correct…
You’re correct. The fields concerned with locking do not replicate. Since one server is designated as the master lock server, changes to these fields are not marked as document changes, nor are they replicated to other servers.