Hi All,
I am using SharePoint 2010 Custom sequential workflow using Visual Studio for Approval Process. I used custom task list created Problematically. But task list Exceeds more than 5000 items. I getting following error message “Task” list web part while filtered based on current user.
This view cannot be displayed because it exceeds the list view threshold (5000 items) enforced by the administrator.
So I planned to off Throttling for this list using Power-shell or Pro-grammatically using following command
“EnableThrottling = false”
But this issue happened in my Production Environment
Is this affect the server performance or any other issue will happen?
The same code will work with.
Just need to use SPView, Push this object in SpQuery and overide the throtteling using spquery
Thank you Very much Ajeet Kumar.
Hi Ajeet,
If i use “Override” i can solve Programmatic Issue for this list.
Is there is way to solve View issue for filter the list?
Server performance is the main cause, but also your List/Library view started throwing error during loading, filtering, etc.
It will be better to use programmatically for some while, by using override keyword.