- This topic is empty.
- AuthorPosts
-
- 03/14/2012 at 6:59 am #5078
AnonymousParticipantHi Carrie,
I don't understand quite well what the error is.
You say "value back to the normal 5000 from 160000 and the same error occurs." What's the error? When it happens?
What's your QWP and SP version?
- 03/19/2012 at 6:47 am #6290
AnonymousParticipant,
The error is what I put in the discussion title: “The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator”
QWP is 5.6 and SP2010 enterprise.
- 04/01/2015 at 3:24 am #7036
AnonymousParticipantDid you ever find a way around this? Or a solution?
- 04/01/2015 at 3:31 am #3985
AnonymousParticipantWe have a qDiscussionView web part configured to only return 50 top level discussions per page. the discussion list it is using is quite large, over 115,000 items.
We have temporarily increased the threshold on the Prod site for testing.We have tested dropping this value back to the normal 5000 from 160000 and the same error occurs. Please be aware that this could cause the SQL servers to become unstable when the site is in use if left. what do you recommend.
-
04/01/2015 at 3:31 am #7039
AnonymousParticipantHi
n
n
SharePoint limit the list view threshold to 5000(default) for performance consideration. QuickApps for SharePoint is running on SharePoint, so it will effect by this limitation. I can provide below suggestions to solve this issue:
n
- n
- Modify the list view threshold according to your business. But I STRINGLY suggest you don’t do that. That may cause some performance issue in SharePoint.
- Use the CAML filter to narrow the items. But the first thing you must do is that setting the index to the list, then use CAML filter to query the item by this index filed, it will work if the returned items is less than the threshold.
n
n
n
-
- AuthorPosts
You must be logged in to reply to this topic.