Uploading file to SharePoint server 2016 document library stuck on "This shouldn't take long" for 7 minutes

Mohamed Abdullah 1 Reputation point
2021-03-15T12:29:25.683+00:00

Uploading file to SharePoint server 2016 document library stuck on "This shouldn't take long" for 7 minutes and then the uploaded file is Checked Out for me, after filling the required data and try to Check In I got below error "The server was unable to save the form at this time. please try again"
77768-image.png

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,206 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,794 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. JoyZ 18,041 Reputation points
    2021-03-16T06:20:01.953+00:00

    Hi @Mohamed Abdullah ,

    If all users are facing this issue, the root cause related to a server issue as the following:

    1. Memory usage is very high.
    2. SharePoint Search Host Controller service started and consumes a lot of memory.
    3. The database drivers are full.
    4. Anonymous Authentication disabled in IIS.
    5. “minFreeMemoryPercentageToActivateService” attribute is not set in the serviceHostingEnvironment tag in Web.Config.
    6. There is an issue in the SecurityTokenServiceApplication.
    7. The farm is not updated with at least Public Update / Service Pack 1.

    If a specific user is facing this issue, the root cause related to the following:

    1. If your list has unique permissions, and a user/group has permissions only on that list and the user has limited or no access to the site level, then you will run into this error.
    2. Some free add-on like download manager may raise this issue.

    Please confirm your issue and use related solutions to solve the issue in below article:

    https://spgeeks.devoworx.com/the-server-was-unable-to-save-the-form-at-this-time-please-try-again-in-sharepoint-2013/

    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Mohamed Abdullah 1 Reputation point
    2021-03-23T11:11:20.877+00:00

    Hi @JulieWang-MSFT

    Apologies for delayed respond
    I already tried below points, And yes all users are facing the same issue even Farm administrator

    If all users are facing this issue, the root cause related to a server issue as the following:

    • Memory usage is very high.
      50% to 60% Memory Usage
    • SharePoint Search Host Controller service started and consumes a lot of memory.
      Monitored, Still have 10 GB of free RAM
    • The database drivers are full.
      +100 GB free space
    • Anonymous Authentication disabled in IIS.
      Already enabled
    • The farm is not updated with at least Public Update / Service Pack 1.
      Its already updated
    • Some free add-on like download manager may raise this issue.
      There is no add-on at all, I also tried from SP servers it self and same issue occurs

    I will check below points and keep you posted

    • “minFreeMemoryPercentageToActivateService” attribute is not set in the serviceHostingEnvironment tag in Web.Config.
    • There is an issue in the SecurityTokenServiceApplication.

    I really appreciate your support, Thank you.


  3. sadomovalex 3,626 Reputation points
    2021-03-23T14:15:37.983+00:00

    try to check first are there any javascript errors in browser console (F12) during file upload. Also check ULS logs with ULS viewer - at first identify correlation id for request. You may do that by searching for doclib name/url (it is better to search from down to up - this way you will find most recent log records) or by searching for file name in the log. When you will find the record filter all records with the same correlation id and see will there be anything strange.

    0 comments No comments