0

We are using Windows Server 2008 R2 and have enabled offline files. We need offline files for the synchronization features and to allow them to take laptops out into the field.

However whilst our users are in the office and online we would prefer windows to show a warning if a user attempts to open the same file another user has open.

Is this possible?

Reafidy
  • 319
  • 1
  • 7
  • 18

2 Answers2

1

Unlikely. Microsoft Office apps achieve this by using lock files, but that's obviously done at the application level and has nothing to do with the filesystem itself.

If you need to be able to ensure that file edits are not inadvertently overwritten by others with the same file open, you'll probably have to look at some kind of revision control system. Sharepoint, perhaps?

Chris McKeown
  • 7,168
  • 1
  • 18
  • 26
0

Silly me, after testing the problem myself (and not relying on users) it appears windows does warn you that another file is looked for editing when using offline files. The problem must have occurred because one of the users was actually offline when they thought they were online. Therefore a sync correctly identified a conflict.

Reafidy
  • 319
  • 1
  • 7
  • 18