![]()
Sometimes, we may notice this “We apologize for the inconvenience, but we’ve made OneDrive and sites read-only while we do some maintenance.” error message both in SharePoint on-premise as well as online – in this article, we will see what is the “We apologize for the inconvenience, but we’ve made OneDrive and sites read-only while we do some maintenance.” error about and how to fix it.
![[Fixed]: We apologize for the inconvenience, but we've made OneDrive and sites 3 We apologize for the inconvenience, but we've made OneDrive and sites read-only while we do some maintenance](https://i0.wp.com/global-sharepoint.com/wp-content/uploads/2021/02/We-apologize-for-the-inconvenience-but-weve-made-OneDrive-and-sites-read-only-while-we-do-some-maintenance.jpg?resize=992%2C108&ssl=1)
Once we see the above message – the site will be in read-only mode meaning we cannot add or remove any documents to the document library.
Analysis of the “We apologize for the inconvenience, but we’ve made OneDrive and sites read-only while we do some maintenance.” error
The above-mentioned error might be seen both in the SharePoint on-premise site as well as in SharePoint Online. In SharePoint Online, it retains for sometimes then it disappears automatically after some time if it does not go away, we need to raise a ticket to Microsoft 365 support.
But what happens when it displays in SharePoint on-premise site, and what are the most probable reasons for having this error in SharePoint on-premise.
In SharePoint on-premise environment, we might see this error due to the below reasons:
• Low disk spaces in log files drive
• Low disk spaces in SQL database (file growth size)
For the above scenarios, you need to talk to your IT support team to clean up and release some memories in the said servers, and sometimes we need to change the file growth size in the SQL database, then the above error should go.
In case, after performing the above steps, if still, the error does not go, we need to execute the below PowerShell script for the said site collection.
$siteCollectionURL="yoursitecollectionurl" $Admin = new-object Microsoft.SharePoint.Administration.SPSiteAdministration($siteCollectionURL) $Admin.ClearMaintenanceMode() $site.MaintenanceMode
Detailed Understanding: We apologize for the inconvenience, but we’ve made OneDrive and sites read-only while we do some maintenance
When OneDrive and SharePoint sites are set to read-only during maintenance, users will experience restricted access to their files and sites. Here’s what this typically means:
What Does Read-Only Mean?
- Access and View: Users can still access and view documents, lists, libraries, and other site content.
- No Edits or Uploads: Users cannot edit existing content, upload new files, create new documents, or make any other modifications.
- Site Features: Some features that involve writing data, such as creating new list items or modifying site settings, will be disabled.
Common Reasons for Maintenance
- System Upgrades: Applying updates or patches to the SharePoint and OneDrive infrastructure to improve security, performance, or functionality.
- Data Migration: Moving data to new servers or storage solutions, which often requires write operations to be temporarily disabled to ensure data integrity.
- Database Maintenance: Performing tasks such as backup, recovery, or optimization of the SharePoint databases.
Impact on Users
- Read-Only Mode Notification: Users typically receive a notification or alert message indicating that the service is in read-only mode. This could be displayed as a banner within the SharePoint site or as a notification in OneDrive.
- Temporary Restriction: The restriction is usually temporary, lasting only for the duration of the maintenance window. Once the maintenance is complete, full access is restored.
Example Notification
When users try to perform write operations during maintenance, they might see a message similar to:
“We apologize for the inconvenience, but we’ve made OneDrive and sites read-only while we do some maintenance. Please try again later.”
Best Practices During Maintenance
- Plan Ahead: Administrators should schedule maintenance during off-peak hours to minimize disruption.
- Communicate: Inform users well in advance about the maintenance schedule, the expected duration, and the impact on services.
- Provide Support: Offer support channels for users who have questions or need assistance during the maintenance period.
Summary: What we have learned here (we apologize for the inconvenience)?
Thus, in this troubleshooting article, we have learned how to fix the “We apologize for the inconvenience, but we’ve made OneDrive and sites read-only while we do some maintenance” error.
See Also: We apologize for the inconvenience
You may also like the below SharePoint troubleshooting articles:
- How to fix can’t change admins this site has reached its storage limit?
- How to fix Open with Explorer issues in SharePoint Online?
- [Fixed]: How to fix No gulpfile found in SPFx framework project
- [Fixed] Error – activate the SharePoint Server Publishing Infrastructure feature in SharePoint Online site
- [Fixed] Server relative urls must start with SPWeb.ServerRelativeUrl”in reading web part properties!
- [Fixed]: The page could not be created. Custom Scripting might be deactivated on the destination site or you might not have sufficient permissions.
- [Fixed] The upgraded database schema doesn’t match the TargetSchema(Failed to upgrade SharePoint Products)
- [Fixed] “Sorry, something went wrong. There was an exception in the Database” (SharePoint Server Error)
- [Fixed] How to fix the “Unexpected response from server. The status code of response is ‘500’ in SharePoint 2016 Search error.”?
- [Fixed] How to fix the wrong tenant credential error in SharePoint online?
- [Fixed] How to fix request timed out error in SharePoint 2016 search (There was no endpoint listening)?
- [Fixed] How to Fix a SharePoint 404 Error in sub site After Restoring a Content Database?
- SharePoint or OneDrive read-only error messages