I have two tables each with one column enabled for full text search. I get the following error when trying to do a simple contains query:

Server: Msg 7607, Level 17, State 1, Line 1
Search on full-text catalog 'ProductName' for database ID 7, table ID 1342627826 with search condition 'glass' failed with unknown result (181f974).

I have checked the catalogs to see that they are populated and everything looks okay. Here is the query:

select product_id,name from products
where contains(name,'glass&#39

Thanks for your help,
Nic