I'm getting a new error in Sharepoint Central Administration. I go to my ShareServices administration and click on Search Settings where I get An item with the same key has already been added.
For humor's sake I re-ran the SharePoint Products and Technologies Configuration Wizard.
I also stopped the search service under Services on Server and restarted it with a new db.
I checked the table MSSClickDistanceSeeds under all db's for duplicates as has been suggested via a Google search, but no duplicates exist.
I ran the SQL Server Profiler to see if it might give me a clue and when I get the error the following is logged in the trace:
exec dbo.proc_MSS_GetSchemaHighLevelInfo
then...
exec sp_bcp_dbcmptlevel "WSS_Search_NEW" SET FMTONLY ON Select * from MSSCrawledPropSamples SET FMTONLY OFF exec "WSS_Search_NEW"..sp_tablecollations '"WSS_Search_NEW"..MSSCrawledPropSamples'.
I'm not sure where to go from here and I may not even be looking in the correct location.
Thanks for any help you all can provide!
Mike
For humor's sake I re-ran the SharePoint Products and Technologies Configuration Wizard.
I also stopped the search service under Services on Server and restarted it with a new db.
I checked the table MSSClickDistanceSeeds under all db's for duplicates as has been suggested via a Google search, but no duplicates exist.
I ran the SQL Server Profiler to see if it might give me a clue and when I get the error the following is logged in the trace:
exec dbo.proc_MSS_GetSchemaHighLevelInfo
then...
exec sp_bcp_dbcmptlevel "WSS_Search_NEW" SET FMTONLY ON Select * from MSSCrawledPropSamples SET FMTONLY OFF exec "WSS_Search_NEW"..sp_tablecollations '"WSS_Search_NEW"..MSSCrawledPropSamples'.
I'm not sure where to go from here and I may not even be looking in the correct location.
Thanks for any help you all can provide!
Mike