Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / July 2007

Tip: Looking for answers? Try searching our database.

ContainsTable returns "Informational: MS Search stop limit reached

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sql411@nospam.com - 01 Jun 2007 18:48 GMT
When I run a containsTable search I get the following error:

Informational: MS Search stop limit reached. The full-text query may have
returned fewer rows than it should.

Error 9926 Severity 10

This is causing erratic results, I see nothing in the ft logs for this
catalog that indicates an error.  It doesn't happen on all servers, even
though multiple servers have around the same size catalog as this one, with
the same data types.

I saw something that this was a fix included in SP2 (I'm running SP1) -- but
it was very vague about what it fixed/resolved.

Anyone else have this issue?

Appreciative,
robert towne
sql411@nospam.com - 03 Jul 2007 22:18 GMT
http://www.microsoft.com/technet/prodtechnol/sql/bestpractice/ftslesld.mspx

states to change the following undocumented 'features':

EXEC sp_configure 'remote query timeout', 10000 -- default is
600 seconds
EXEC sp_fulltext_querytimeout @ftcat = 'fullTextCatalogName',
@timeout = 10000000 -- in milliseconds

this resolved my problem, even though MS PSE stated only SP2 was required.

> When I run a containsTable search I get the following error:
>
[quoted text clipped - 15 lines]
> Appreciative,
> robert towne
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.