PRB: You may receive error 7619 when you run a full-text query that contains many OR operators in the search string (818883)
The information in this article applies to:
- Microsoft SQL Server 2000 (all editions) SP3
BUG#: 469483 (SQL Server 8.0) SQL Server 8.0:469483 SYMPTOMSWhen you run a full-text query on a computer that is running
Microsoft SQL Server 2000 Service Pack 3 (SP3), the query may not be successful if all the
following conditions are true:
- The full-text query contains full-text predicates
(such as CONTAINS) or full-text rowset-valued functions (such as
CONTAINSTABLE).
- The search string in the full-text query contains many logical OR operators.
You may receive one of the following error messages:
Server: Msg 7619, Level 16, State 1, Line 1
Execution of a full-text operation failed. The query was too complex to be
executed. Server: Msg 7619, Level 16, State
1, Line 1 Execution of a full-text operation failed. Not enough storage is
available to complete this operation. Server: Msg 7619, Level 16, State 1, Line 4 Execution of
a full-text operation failed. The pipe has been
ended. CAUSE This problem occurs because the availability of
stack resources is limited when you use the full-text search engine (Microsoft Search) in
SQL Server 2000 SP3.WORKAROUNDTo work around this problem, modify the full-text query to reduce the number of logical OR operators in the search string of the
query.REFERENCES
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
317486
FIX: A query that uses a large search string in the CONTAINS clause may fail with error message 7607
Modification Type: | Major | Last Reviewed: | 1/12/2004 |
---|
Keywords: | kberrmsg kbTSQL kbprb KB818883 kbAudDeveloper |
---|
|