Article ID: 2468431 - Last Review: June 30, 2011 - Revision: 2.1

Property doesn't exist or is used in a manner inconsistent with schema settings

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
Expand all | Collapse all

Symptom

When submitting a query to FAST Search from SharePoint, you recieve the following error each time: 

Property doesn't exist or is used in a manner inconsistent with schema settings

Cause

The Index Schema defined in SharePoint Central Administration at the Query SSA's FAST Search Administration section is stored in SQL Server, and deployed to FAST Search through a timer job. It's possible that not all steps of the deployment occur, leading to a newer schema in SharePoint / SQL than the FAST qrserver is using.

Resolution

There are several steps that can be taken. If the configuration files are in place, but not present on the query servers, the qrserver can be restarted with:

nctrl restart qrserver

If the files are in place on the FAST Admin node, they can also be pushed to the query servers by running the following in a command prompt at the %FASTSEARCH%\index-profiles directory:

bliss -C deployment-ready-index-profile.xml

Ultimately, the deployment from the configuration stored in SQL can be restarted by opening the FAST Search Server PowerShell and running:

$allmp = Get-FASTSearchMetadataManagedProperty

$firstmp = $allmp[0]

$firstmp.Update()

This will republish the Index Schema without any changes.
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.

APPLIES TO
  • Microsoft FAST Search Server 2010 for SharePoint
Keywords: 
KB2468431