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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Full Text Search (strange error) help, please

Author  Topic 

Lady
Starting Member

32 Posts

Posted - 2003-07-03 : 03:39:27
Hi everybody!
Could you help me...
I have created catalog for full text serach,
I'v set ft index for table and made population.
All FullTextSearch's sp_help_.. have told that everything is OK.
But then I try to do simple select like this
-- select * from t
-- where contains(doc_name,'test')
i'v get following error:

Server: Msg 7619, Level 16, State 1, Line 1
Execution of a full-text operation failed. The specified module could not be found.


whats does it means?????





Edited by - Lady on 07/03/2003 04:06:54
   

- Advertisement -