Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

SQL Server2008 Full Text Search error message

 
   Database Help (Home) -> Full Text RSS
Next:  Primary Key & Unique Numbers with Decimals  
Author Message
kondapra

External


Since: Oct 03, 2008
Posts: 1



(Msg. 1) Posted: Fri Oct 03, 2008 1:27 pm
Post subject: SQL Server2008 Full Text Search error message
Archived from groups: microsoft>public>sqlserver>fulltext (more info?)

Hi

I am wokring on a trail version of Sql Server 2008 on Windows XP. I am
implementing full text search for one of my requirement.

Created two relational tables and populated with data
Created full text catalog with two tables
Enabled Full Text Search and made a key indexed

Developed a stored procedure to populate data from two tables with
FREETEXT predicate

First couple of times it throws an error and later no error

Error Message:

Word breaking timed out for the full-text query string. This can
happen if the wordbreaker took a long time to process the full-text
query string,
or if a large number of queries are running on the server. Try running
the query again under a lighter load.


Tried following workarounds but not resolved:

1. I Verifed fdhost.exe is up and running
2. Restarted database instance

Data is very less in these two tables (5 rows)

Any help is greatly appreciated!

 >> Stay informed about: SQL Server2008 Full Text Search error message 
Back to top
Login to vote
Hilary Cotter3

External


Since: Aug 28, 2004
Posts: 441



(Msg. 2) Posted: Mon Oct 06, 2008 9:36 am
Post subject: Re: SQL Server2008 Full Text Search error message [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

can you issue a call to sp_fulltext_service 'restart_all_fdhosts' and see if
that helps?
<kondapra.TakeThisOut@gmail.com> wrote in message
news:7e352dfc-fdd5-4e3c-9c72-4eec5198c120@d31g2000hsg.googlegroups.com...
> Hi
>
> I am wokring on a trail version of Sql Server 2008 on Windows XP. I am
> implementing full text search for one of my requirement.
>
> Created two relational tables and populated with data
> Created full text catalog with two tables
> Enabled Full Text Search and made a key indexed
>
> Developed a stored procedure to populate data from two tables with
> FREETEXT predicate
>
> First couple of times it throws an error and later no error
>
> Error Message:
>
> Word breaking timed out for the full-text query string. This can
> happen if the wordbreaker took a long time to process the full-text
> query string,
> or if a large number of queries are running on the server. Try running
> the query again under a lighter load.
>
>
> Tried following workarounds but not resolved:
>
> 1. I Verifed fdhost.exe is up and running
> 2. Restarted database instance
>
> Data is very less in these two tables (5 rows)
>
> Any help is greatly appreciated!

 >> Stay informed about: SQL Server2008 Full Text Search error message 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Information message : MS Search stop limit reached. The fu.. - Hi, Anyone knows what this Information message means ? Informational: MS Search stop limit reached. The full-text query may have returned fewer rows than it should. This message is random and same search behaves diferently on different servers. On som...

urgent help needed: error 7342 (full text search problem) - I would be very grateful for advice or suggestions for the following problem. I have had no problem with Full Text Search in SQL2000 on my PC under XP Pro using the Developers Version of SQL 2000. However, I have created another copy of the same..

FULL TEXT SEARCH PROBLEM - I have a table which has a record T17.1.516.32 I try SELECT Urun_Ad as guUrun_Ad FROM TBL_URUNLER WHERE ( (CONTAINS(Urun_Ad, '"*t17.1.516.32*"' ) )) it returns T17.1.516.32 i try SELECT Urun_Ad as guUrun_Ad FROM TBL_URUNLER WHERE (..

Benchmark for Full Text Search - Hi, We are currently using a 3rd party Search Engine to search our application content in SQL server. Could someone please point me to Benchmark data for the FTS service? I am interested in switching to FTS even if the Performance numbers are..

Full text Pattern Search - Hi, Would below mentioned thing is possible in sqlserver 2005 full text. User Table - Table Id Description - Column name 1 'Mission Impossible' - a row I want to ge this row if the search criteria is 'pos'. it is simillar to ' %pos%' in like....
   Database Help (Home) -> Full Text All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]