Fix SharePoint 2013 Site in Read only mode after an interrupted backup

简介:

阅读目录

Problem

When I was backing up SharePoint Site Collection Automatically with PowerShell and Windows Task Schedule.Unfortunately,the backup process was abnormally terminated.But What's even worse is I came across an confusing issus When I Browsed to Site .Just as shown in the below picture.

 

The message "We apologize for any inconvenience ,but we've made the site read only while we're making some improvements".It Obviously means that the site being in Read mode .

Resolution

  • Go ahead SharePoint 2013 Centeral Administration

  • Choose Application Management On the left Navigate

  • Choose Configure quotas and locks

  • Select Specific Site Collection

  • Here is how the status look like. It is locked as "Read Only" and all settings are grayed out. There are Two Ways to get out of this situation.
  • Option 1

If your SharePoint Server has April 2013 CU or latest SharePoint Service Pack installed,then all you need to do is executing the below PowerShell Commands:

  • Option 2

If your SharePoint Server hasn't April 2013 CU or latest SharePoint Service Pack installed,then you need to do below changes.

  • Go to Sql Server
  • Select the Database Hosing your affected site Collection
  • Go to Site Collection Quotas and locks and Get Site Collection Id(just shown in Url)
  • Execute below Script

  • After Executing the update commands,site may go into read only mode and all settings are not grayed out.

  • You can Select "Not Locked" Option Or Execute below PowerShell to move site collection to UnLocked State.    

  • Finally, The message "We apologize for any inconvenience ,but we've made the site read only while we're making some improvements" will gone

 

88x31.png
本博客为 木宛城主原创,基于 Creative Commons Attribution 2.5 China Mainland License发布,欢迎转载,演绎或用于商业目的,但是必须保留本文的署名 木宛城主(包含链接)。如您有任何疑问或者授权方面的协商,请给我留言。

本文转自木宛城主博客园博客,原文链接:http://www.cnblogs.com/OceanEyes/p/Fix-SharePoint-2013-Site-in-Read-only-mode-after-an-interrupted-backup.html,如需转载请自行联系原作者
目录
相关文章
|
Android开发
意外导致了gradle project sync failed. Basic functionality will not work properly
意外导致了gradle project sync failed. Basic functionality will not work properly
意外导致了gradle project sync failed. Basic functionality will not work properly
subclipse同步冲突问题A conflict in the working copy obstructs the current operation
subclipse同步冲突问题A conflict in the working copy obstructs the current operation
subclipse同步冲突问题A conflict in the working copy obstructs the current operation
|
缓存
Error:Could not download ecj.jar : No cached version available for offline mode
Error:Could not download ecj.jar : No cached version available for offline mode
196 0
Error:Could not download ecj.jar : No cached version available for offline mode
AS 3.6 之前和之后No cached version available for offline mode 解决方法
AS 3.6 之前和之后No cached version available for offline mode 解决方法
101 0
AS 3.6 之前和之后No cached version available for offline mode 解决方法
transfer = C only read dynamically - why it fails to work
transfer = C only read dynamically - why it fails to work
102 0
transfer = C only read dynamically - why it fails to work
解决webstom failed to change read-only files
我百思不得其解的是,为何我的文件不让我更改,变成了只读模式,后来我仔细回忆了一下,原来是因为我使用了root权限,来安装thinkjs之后,webstom没有root权限,所以我使用root,在终端敲下如下命令,即可解决问题 chown -R ae6623 lv-node 我解释一下,如上的命令...
1116 0