Article ID: 287167 - Last Review: October 17, 2003 - Revision: 3.2 FIX: Some Full-Text Search Failures Do Not Set @@ERRORThis article was previously published under Q287167
BUG #: 235700 (SHILOH_bugs)
SYMPTOMS
When a full-text search statement fails, a query to the SQL Server @@ERROR global variable returns a 0 instead of the actual error number.
CAUSE
A 7619 error that is returned from the Microsoft Search Service returns the proper error message to the user but the @@ERROR global variable is not set.
RESOLUTIONTo resolve this problem, obtain the latest service pack for SQL Server 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
290211
(http://support.microsoft.com/kb/290211/EN-US/
)
INF: How to Obtain the Latest SQL Server 2000 Service Pack
STATUSMicrosoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1. MORE INFORMATION
To reproduce the problem, run the following statements in the SQL Server Query Analyzer. The output contains two errors. The first error does not set @@ERROR properly, but the second one does.
| Article Translations
|
Back to the top
