Di seguito possibili cause per l’errore: “Error in the Site Data Web Service. (Value does not fall within the expected range.)”
1) You use the Stsadm.exe command-line tool to migrate users. When the Windows SharePoint Services 3.0 Web sites are crawled and are indexed, the following error message is logged in the crawl log: Error in the Site Data Web Service. (Value does not fall within the expected range.)
It is noted, however, that a few site collections, after a new full clean crawl, that the above error persists
The following stsadm commands should be used to finalize the solution against any remaining site collections that still display the Error in the Site Data Web Service error:
1. stsadm -o export -url <URL to be exported> -filename <export file name> -versions 2
2. Delete the site collection. Then, run a import using the following command:
3. stsadm -o import -url <URL to be Imported> -filename <import file name> -updateversions 2 -nofilecompression
Note: do not use the command switch -includeusersecurity. Some customers, rightfully so, will use this by default when doing a export/import. However, in this instance, when issuing the -includeusersecurity switch, you are effectively bringing the short user SIDs back over into the site collection. When doing so, after issuing a full crawl, you will note that the error will still appear in the
crawl logs.
B) KB937832 is installed without KB934525
C) Error message when you edit an .aspx Web page in SharePoint Server 2007: “Value does not fall within the expected range”:
http://support.microsoft.com/kb/953445/
D) Installare la SP1 di MOSS 2007 “potrebbe” risolvere il problema come capita con molte SP
E:\Workarea>”C:\Program Files\Common Files\Microsoft Shared\web server extension
s\12\BIN\STSADM” -o import -url http://serversharepoint/ -filename e:\workarea\nomefile.estensione -updateversions 2 -nofilecompression