The SPListItem being updated was not retrieved with all taxonomy fields
05/02/2012 3 Comments
Turns out it’s a central admin setting that throttles the lookup return count, and Taxonomy fields are just lookups under the hood.
Go into Central Administration –> Manage Web Applications, select your web application, and then in the ribbon choose the dropdown under General Settings select Resource Throttling. Find the setting for “List View Lookup Threshold” and raise it from the default 8 (can go up to 1000, but 20 is likely fine depending how many lookup fields you’re pulling back in your SPListItem).
Bloody Hell!!! Mine doesn’t work :(( I badly need help right now. The error comes hits on this line oTaxonomyField.SetFieldValue(itmCompany, oTaxonomyFieldValue); is there any possible settings that I might need to check? I already raised it to 1000 but the still the same. :((
jansian, any fix for this issue?
No … check that you have both the TaxonomyFieldType and Note fields on your list definition.!!