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 / October 2007

Tip: Looking for answers? Try searching our database.

SQL Server 2005 with advanced services and full text search

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
scottoliver06@gmail.com - 18 Oct 2007 13:26 GMT
I would like to see if anyone knows what the prereq's are to install
sql 2005 advanced and to be able to use the full text indexing
capability. I have just a xp workstation. I have IIS running. I
install full text per video 13 on microsofts education site but it
does not work. if I run a search using contains or freetext the
results just come back empty in grid view with the name of the colms
at the top. Does sql 2005 need the microsoft search service because I
do not see that service installed? Any help would be appreciated.
Thanks.
Hilary Cotter - 18 Oct 2007 16:50 GMT
For some reason it is not indexing. But it appears to be working.

Can you check the gatherer logs found in your log directory to see what they
report?

Also did you kick off a full-population?
>I would like to see if anyone knows what the prereq's are to install
> sql 2005 advanced and to be able to use the full text indexing
[quoted text clipped - 5 lines]
> do not see that service installed? Any help would be appreciated.
> Thanks.
scottoliver06@gmail.com - 18 Oct 2007 19:02 GMT
OK
I re did video 16 named everything the same did exactly what the video
did and it worked but when I tried to recreate it using my database it
does the same thing. here is the log from the index I dont know what
any of it means

2007-10-18 11:22:07.96 spid26s     Informational: Full-text Full
population initialized for table or indexed view '[RSDB2].[dbo].
[support]' (table or indexed view ID '2105058535', database ID '6').
Population sub-tasks: 1.
2007-10-18 11:22:07.96 spid26s     Informational: Full-text Full
population completed for table or indexed view '[RSDB2].[dbo].
[support]' (table or indexed view ID '2105058535', database ID '6').
Number of documents processed: 0. Number of documents failed: 0.
Number of documents need retry: 0.
2007-10-18 11:22:07.96 spid26s     Changing the status to MERGE for
full-text catalog "rsCatalog" (5) in database "RSDB2" (6). This is an
informational message only. No user action is required.
2007-10-18 11:22:08.95 spid26s     Informational: Full-text Auto
population initialized for table or indexed view '[RSDB2].[dbo].
[support]' (table or indexed view ID '2105058535', database ID '6').
Population sub-tasks: 1.
2007-10-18 11:42:11.15 spid25s     Error '0x80040e09' occurred during
full-text index population for table or indexed view '[RSDB2].[dbo].
[support]' (table or indexed view ID '2105058535', database ID '6'),
full-text key value 0x00000002. Attempt will be made to reindex it.
2007-10-18 11:42:11.15 spid25s     The component 'sqlfth90.dll'
reported error while indexing. Component path 'c:\Program Files
\Microsoft SQL Server\90\COM\sqlfth90.dll'.
2007-10-18 11:42:12.15 spid25s     Error '0x80040e09' occurred during
full-text index population for table or indexed view '[RSDB2].[dbo].
[support]' (table or indexed view ID '2105058535', database ID '6'),
full-text key value 0x00000002. Attempt will be made to reindex it.
2007-10-18 11:42:12.15 spid25s     The component 'sqlfth90.dll'
reported error while indexing. Component path 'c:\Program Files
\Microsoft SQL Server\90\COM\sqlfth90.dll'.
2007-10-18 11:42:12.15 spid25s     Error '0x80040e09' occurred during
full-text index population for table or indexed view '[RSDB2].[dbo].
[support]' (table or indexed view ID '2105058535', database ID '6'),
full-text key value 0x00000002. Attempt will be made to reindex it.
2007-10-18 11:42:12.15 spid25s     The component 'sqlfth90.dll'
reported error while indexing. Component path 'c:\Program Files
\Microsoft SQL Server\90\COM\sqlfth90.dll'.
2007-10-18 11:42:15.13 spid25s     Error '0x80040e09' occurred during
full-text index population for table or indexed view '[RSDB2].[dbo].
[support]' (table or indexed view ID '2105058535', database ID '6'),
full-text key value 0x00000002. Attempt will be made to reindex it.
2007-10-18 11:42:15.13 spid25s     The component 'sqlfth90.dll'
reported error while indexing. Component path 'c:\Program Files
\Microsoft SQL Server\90\COM\sqlfth90.dll'.
scottoliver06@gmail.com - 18 Oct 2007 21:23 GMT
and here is how I created the db the 1 table and the catalog

create database RSDB2

create table support
(ftid int NOT NULL PRIMARY KEY,
problemId varchar(50) NOT NULL,
problemTitle varchar(50) NOT NULL,
problemBody nvarchar(3850),
lOne varchar(50),
lTwo varchar(50),
lThree varchar(50),
lFour varchar(50))

create fulltext catalog rsCatalog

create unique index ui_support on Rsupport (ftid)

create fulltext index on support (problemBody)
key index ui_support on rsCatalog
with change_tracking auto

insert into support(ftid, problemId, problemTitle, ProblemBody)
values(1,'win1001','testing the database','testing the database for
full text indexing')

select * from support where contains(problemBody, ' "text indexing"
'); ---this search comes back blank
 
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.