Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
matt_calhoon
Posting Yak Master
235 Posts |
Posted - 2004-05-31 : 03:38:27
|
| Hi there,I recently had to rebuild my database server and recreate databases from backups. All is well except full text indexing is not working although I did install it. It is SQL 7.0 with service pack 4. I am unsure whether I installed full text search AFTER applying the service pack 4 or not.Note: I have already rebuilt and repopulated the catalogues but still have the problem.I get the following error from query analyser when trying to access full text indexing:Server: Msg 7607, Level 17, State 1, Line 1Search on full-text catalog 'FULL TEXT INDEX SEARCH' for database ID 184, table ID 1029578706 with search condition 'test' failed with unknown result (449ccdc).In my event view I see error messages:Unable to initialize project <SQLServer SQL0018400005>. Error: 80040154 - Class not registered . Can I uninstall Full text indexing on Sql 7.0 and then reinstall? any advice appreciated. |
|
|
|
|
|