Article ID: 2323206 - Last Review: August 23, 2010 - Revision: 2.0 Crawl fails with an error The SharePoint item being crawled returned an error when requesting data from the web service. ( Error from SharePoint site: Data is Null. This method or property cannot be called on Null values. )
Problem descriptionWhat caused the problem?If the Sharepoint Object model is used to add a new group to the GroupCollection of a site and the value passed to Description parameter of the SPGroup is null then this issue will occur. Sample Code which can cause the problem ----------------------------------------------------- using (SPSite oSite = new SPSite(textBox1.Text)) }
How do I fix the problemUse the Object model to get all the SPGroup whose Description property is set to null and update the value with a string value. Sample code which will fix the issue ------------------------------------------- using (SPSite oSite = new SPSite(textBox1.Text)) How do I know the problem was fixed?If we rerun the crawl again the issue would be resolved. Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations. | Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top