Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have 40000 items in a document library. The threshold is set to 2,000 items at CA.

All documents can render all the items.

But if I add grouping on a column "Contract Number" (which is a combination of letters and numbers) then the view fails and gives following error. The reason for grouping is there are 100s of contract that has the same Contract Number.

What are my options in order to get grouping on columns like these.

Server Error in '/' Application.
--------------------------------------------------------------------------------

Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED)) 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Runtime.InteropServices.COMException: Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED))

Source Error: 
share|improve this question
Did u tried adding a limit to the view using Item Limit and see if that removes the issue? ALso, did u customized the View or use a SPD designed View? – C. Marius Feb 10 at 13:06
Did you try indexing the column? Are you using any custom code on the page that might dispose of object you shouldn't? – MBSurf Feb 10 at 18:27
view limit is 30 per page. The column is indexed. Have not tried to customize using SPD. No other customization on that page that should dispose the web or current context . – user14808 Feb 10 at 22:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.