Render Failed Issue in SharePoint
On a fine morning, while I have started browsing my staging environment, I have stuck on one document library. AllItems view was not working there and displaying error RENDER FAILED. I remembered, last time we feed up around 2k data on this document library for test purpose.
My initial thought was somehow the document library has been mess up, but it not like that. There were couple of views and all are working fine. So I was sure the problem insides within the view, and the environment was Windows SharePoint Services 2.0.
How to fix this error:
• Open the document library
• Click on Modify settings and columns under Action in left nav bar
• Click on the view (i.e. for my case, this was AllItems view)
• Check the view and see if there is any filter data. If there is some filter data, it is good idea first to remove the filtering part and latter on implement the same.
• Check the number of items displaying per page. It is good to keep it under 500 per page with 6-7 columns of displaying data
• Save the view
Done! Click on the view and you will found this is again working properly.


