Monthly Archives: February 2016

Multi attachments failure on SharePoint list using Rest API due to asynchronous calls.

During attaching/uploading the files using  $.ajax  function, by default the $.ajax request in jQuery is set to asynchronous. The variable name is async and the value is set to true. Synchronous (async: false): The statement you are calling has to complete before the next statement … Continue reading

Posted in Uncategorized | 1 Comment

SharePoint Memory gates checking failed because the free memory is less than 5% of total memory.

SharePoint Memory gates checking failed because the free memory is less than 5% of total memory. As a result, the service will not be available for incoming requests. To resolve this, either reduce the load on the machine or adjust … Continue reading

Posted in Uncategorized | Leave a comment