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 Administration (2000)
 Full-text error after the isnstallation of SP4?

Author  Topic 

Vaishu
Posting Yak Master

178 Posts

Posted - 2008-08-28 : 10:56:16
HI
I am using full-text in "pubs" database in SQL 2000. I have created Full-text catalog, did the full population and checked the item count. Everything is fine BUT when I tried the below query to test the Full-Text catalog I am getting the below error. Could some one help ? URGENT

SELECT title, notes
FROM titles
WHERE CONTAINS (notes, ' "quick easy" ')


Server: Msg 7342, Level 16, State 1, Line 1
Unexpected NULL value returned for column '[FULLTEXT:titles].KEY' from the OLE DB provider 'Full-text Search Engine'. This column cannot be NULL.
OLE DB error trace [Non-interface error: Unexpected NULL value returned for the column: ProviderName='Full-text Search Engine', TableName='[FULLTEXT:titles]', ColumnName='KEY'].
   

- Advertisement -