Skip to main content

[Sharepoint]"Your changes could not be saved" error message. File locking wifh office files(Excel, docs, Power point) Sharepoint Online Document stuck "open" by a user. No other user can access.

"Your changes could not be saved" error message

 PROBLEM:

Sharepoint office files are stuck "open" by a user. No other user can access.

sharepoint save file can not open for awhile.

SharePoint thinks a user still has a lock on.  I can't administratively do anything with the file online.  This has been going on for almost a day.

We've cleared cache, closed Excel on his computer, cleared out some local cache directories, rebooted, etc.

Nothing is clearing up this lock. It took 1 hours to release.

Also many different symptoms when saving on lock issue.


CAUSE: 

web client service add lock on the file


RESOLUTION: 

since no need for checkout/checkin, add below registry to disable the lock function of web client service but keep all other functions like explorer view support

                                HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\SupportLocking=0


Registry to disable lock function when web client service is started:


Start webclient service on user side

Find registry: HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters on their machines.

Find value: SupportLocking(if no, please add), set its value to 0, want to just disable lock feature.

Comments

Popular posts from this blog

[Cisco] command and CDR log backup by FTP (gw-accounting file)

Below command has been tested with ISR4331 devices.  1. check Cisco device file size command :  a. show current folder dir flash:  b. show all folder and files dir flash 2. check file only start with "cdr." dir flash:cdr.* 3. Remove file (Add option [ /recursive /force]  when you delete file is not recovering free space) delete /recursive /force  flash:cdr.* 4. check subfolder file dir flash:\tracelogs 5. example for log back to ftp https://www.cisco.com/c/en/us/td/docs/ios/voice/cdr/developer/manual/cdrdev/cdrcsv.html#marker-1163166 enable conf t gw-accounting file primary ftp 192.168.1.51/cisco/cdr username cisco password xxxxx secondary sftp 192.168.1.52/cisco/cdr username cisco password xxxxx acct-template callhistory-detail maximum buffer-size  30 maximum retry-count 3 (note : if these setting is not working. check these area, FTP password can not be used @ and some of special characters for this command. Second, ftp location is case sensitive. Please...

Vmware ESXi Raid change from 0 to 6

    Back up  with NAS or other method Check disk for windows server 192.168.1.250   raid from 0 to  6 instruction https://www.dell.com/support/kbdoc/en-us/000129246/dell-poweredge-how-to-change-the-raid-level-of-a-virtual-disk Purchase below to prepare before starting this.  https://workdone.shop/products/x7k8w 4-Pack 3.5-inch Hard Drive Caddy WH5D2   purchase Brand: Seagate IronWolf Pro Model: ST8000NT001 Qty : 3 (2 for Raid 1, 1 for old HDD  replacement ) https://www.newegg.com/seagate-ironwolf-pro-st8000nt001-8tb/p/N82E16822185077

[SharePoint] Versioning Settings menu location for sharepoint 2013

  https://support.microsoft.com/en-gb/office/enable-and-configure-versioning-for-a-list-or-library-1555d642-23ee-446a-990a-bcab618c7a37#OfficeVersion=2016,_2013 1. From top menu Select "PAGE" 2. Select "Library Settings" 3. Select "Versioning settings" 4. Versioning Settings are listed.