The server was unable to save the form at this time.
Please try again
Error: The server was unable to
save the form at this time. Please try again
Problem description: While
doing the testing, I see an error while editing the list item. Further
exploration reveals that I can’t add a new item also.
Cause: The issue mentioned above
could be of many reasons. In the article I am providing all the reasons and the
trouble shooting steps to get rid of the error.
Solution: Please follow the below provided solutions one-by-one In order and check to see the issue resolved.
Solution1.
Do IISRESET on SharePoint Servers
Solution2.
Restart all the SharePoint Servers
Solution3.
Enable anonymous authentication for the website in IIS.
Solution4.
Restart the SharePoint
Search Host Controller in services.msc
Solution5.
Issue with the permission of
user, could be The user doesn't have access to the site, but has access to the
library.
If still the issue is not resolved by the above steps. Please do
the below.
A.
Open IIS Manager on SharePoint server and do
the following steps:
a. Right Click on “Web Application” where you are getting error.
b. Explore the Web Application.
c. Open Web.config file.
c. Search for serviceHostingEnvironment under system.serviceModel
d. modify the entry as follows:
<serviceHostingEnvironment
aspNetCompatibilityEnabled="true"
minFreeMemoryPercentageToActivateService="0"/> .
e. Save the Web.config
f. Reset IIS.
e. Save the Web.config
f. Reset IIS.