If you try to synchronize replicas while a replica within the set is editing a record, one of the following errors can occur, depending on which locking scheme is in place.
The following error occurs if
Default Record Locking is set to
Edited records and the
Open databases using record-level locking check box is selected or not selected:
Synchronization between replica '<Drive>:\<Path>\<Replica1>.mdb' and replica '<Drive>:\<Path>\<Replica2>.mdb' failed.
Could not update; currently locked.
The following error occurs if
Default Record Locking is set to
All records and the
Open databases using record-level locking check box is selected:
Synchronization between replica '<Drive>:\<Path>\<Replica1>.mdb' and replica '<Drive>:\<Path>\<Replica2>.mdb' failed.
You tried to lock table '|' while opening it, but the table cannot be locked because it is currently in use. Wait a moment, and then try the operation again.
The following error occurs if
Default Record Locking is set to
All records and the
Open databases using record-level locking check box is not selected:
Synchronization between replica '<Drive>:\<Path>\<Replica1>.mdb' and '<Drive>:\<Path>\<Replica2>.mdb' failed.
Could not lock table '<tablename>'; currently in use by user '<username>' on machine '<machinename>'.