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 / August 2008

Tip: Looking for answers? Try searching our database.

full text search problem!!.....help

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
bluestar - 07 Aug 2008 16:56 GMT
hello
my full text queries have suddenly stop functioning,when I press execute tab,
its keep on saying "Executing query" for hours.Can any one tell me how to
resolve this problem.
I am using SQL server 2005.In the enterprise manager, I can see Full Text
Search icon under Management
I tried executing some queries again...
when I execute
CREATE FULLTEXT CATALOG charlottecatalog
it says this catalog already exist..as I creates it.

CREATE Unique Index ui_TextElement on TextElement(SystemElementID)

it says index already exist ...as I created it before

Create fulltext index on TextElement(ElementText TYPE COLUMN ntext )
Key index ui_TextElement on charlottecatalog
with change_tracking auto

BUT in this case again it says "Executing query"...and no result!!!!

I also tried doing the following.creating another index,in case 1st one have
some problem
CREATE Unique Index ui_NEWTextElement on TextElement(SystemElementID)
It says index created.

But when I try to execute this
Create fulltext index on TextElement(ElementText TYPE COLUMN ntext )
Key index ui_NEWTextElement on charlottecatalog
with change_tracking auto

again it says "Executing query"...and no result!!!!

what could be the possible reason for this......I am badly stuck...as due to
this I cannot proceed my task...

Please help me resolve this.

i forgot to tell something, A new table is added in the database,could that
be the possible reason????

I also  tried to create a new catalog by dropping the old.

when I execute he query    Drop Fulltext Catalog charlottecatalog;

It says Cannot drop full-text catalog 'charlottecatalog' because it contains
a full-text index.

So then I started dropping the index,   Drop Fulltext Index on TextElement
Then it says executing query for long hours,I dont know how long but after
sometime I just cancel it

Now tell me what to do .......PLEASE.

I also check sql 2005 configuration manager ,all the server state is running,
I also restarted it,but then also no solution.

I have one question,once we create catalog and indexes,then if there are
changes in database,like adding new table or adding new data to some columns,
will these hamper  full text searching.It means everytime there is change,
then what should I do.

I use change traking auto.

The full text queries contains,freetext were working fine,all of a sudden
from ast 1 week now i facing this problem

Thank You.
Hilary Cotter - 08 Aug 2008 10:42 GMT
How big is your catalog? How many rows are you indexing?

Are there any error messages from mssci or mssearch, of ftsesql in the
application log? Anything in the error log? I'd bound ftssearch and sql
server to see if this doesn't solve the problem.
> hello
> my full text queries have suddenly stop functioning,when I press execute
[quoted text clipped - 71 lines]
>
> Thank You.
bluestar - 11 Aug 2008 14:37 GMT
Thanks for the reply.

My database have around 24 tables ,and its size is 40.81 MB,space available
is 14.38 MB.

Okay I could find MssearchCatalogDir,but in that folder there are files like

00010002.ci
00010002.dir
00010002.wid,

and I dont know how to open them.

Actually I am new to sql server.
Can you please explain me in detail,What exactly I have to do,and what to you
mean by bound ftssearch and sql server.

please do reply.

Thank You

I have created index on only 4 tables,and created index on Primary key of
each table.
>How big is your catalog? How many rows are you indexing?
>
[quoted text clipped - 6 lines]
>>
>> Thank You.
bluestar - 11 Aug 2008 14:52 GMT
one more thing I forgot to add ,on my laptop,I cannot view the catalog I
created,because that  database  is on server.

By this I mean under C:program files/sql server/MSSQL/FTDATA...there is no
folder named my catalog.

Sorry but in my previous reply I told that I could find MsseachCatalogDir,but
that is a catalog of different database,which I created on my laptop,for
practice.
Thanks

>Thanks for the reply.
>
[quoted text clipped - 24 lines]
>>>
>>> Thank You.
Hilary Cotter - 20 Aug 2008 12:16 GMT
It would be the ci file.
> Thanks for the reply.
>
[quoted text clipped - 32 lines]
>>>
>>> Thank You.
 
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



©2008 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.