failed with unknown result
- From: "Lolo" <laurent.banon@xxxxxxxxx>
- Date: Fri, 6 Jan 2006 16:20:30 +0100
Hi,
When I run the exemple from the BOL:
USE
AdventureWorks;GO
SELECT
DescriptionFROM
Production.ProductDescriptionWHERE
CONTAINS(Description, 'ISABOUT (performance weight (.8),comfortable weight (.4), smooth weight (.2) )'
);GO
I receive the error message
Msg 7607, Level 17, State 1, Line 1
Search on full-text catalog 'AdvWksDocFTCat' for database ID 6, table or indexed view ID 1781581385 with search condition 'ISABOUT (performance weight (.8),
comfortable weight (.4), smooth weight (.2) )' failed with unknown result (0x80020005).
Does someone know why this error is throw?
Laurent
- Follow-Ups:
- Re: failed with unknown result
- From: Lolo
- Re: failed with unknown result
- From: Hilary Cotter
- Re: failed with unknown result
- Prev by Date: Re: Where can I find a list of word breakers?
- Next by Date: Re: SQL 2005 Full Text Multi-Column Ranking
- Previous by thread: Re: Zero Ranking
- Next by thread: Re: failed with unknown result
- Index(es):
Loading