Forum Discussion
Document in "Read-only" mode all the time
Hi, I know this problem from a SharePoint 2016 on Prem environment.
Temporarily (at our environment) the problem can be solved by completely resetting the Internet Explorer settings (important when resetting - select the check box "Delete personal settings").
Unfortunately I haven't found a reason for this yet. I can exclude OneDrive from my list because it affects users who have not even configured it. My previous assumption was that the whole thing happens when users jump back and forth between different WIFIs (it usually hits users who don't have a fixed workstation).
And there is something else. The SharePoint can be reached via https as well as via http (https is the default). If the problem occurs and the user opens the document with http instead of https, the user can edit the document again.
- KangeeSep 17, 2019Copper Contributor
after looking at the network communication protocol I see only one difference between a client where is working and where is working not. at the client where the documents are only opened read-only/write protected I see that the _vti_bin/cellstorage.svc/CellStorageService is never called there. I think this is because a HTTP OPTIONS was send from word/excel to the lib before and HTTP 401 was returned.
- Mirek_NSep 24, 2019Iron Contributor
Hi Kangee,
thank you for your results of analysis. Do you have any tips how to avoid it or what to do in this case as a workaround?
Thank you,
Mirek
- KangeeOct 01, 2019Copper Contributor
No I have unfortunately no tips the only thing which has brought us something further is this article:
https://support.microsoft.com/en-us/help/3203432/descriptionofthesecurityupdateforsharepointserver2016june13-2017
However, our property was already $true and we simply set it to $false. After that it went everywhere with the Office 2013 users who had problems so far. However, a few colleagues simply installed Office 2016 and now we have problems again with these office 2016 user.