Article ID: 295051 - Last Review: November 6, 2003 - Revision: 4.2 FIX: Changing SQL Server Account to Non-Admin for Full-Text Search Makes Existing Catalogs UnusableThis article was previously published under Q295051 BUG #: 235408 (SHILOH_BUGS) SYMPTOMS For a full-text search catalog, changing the SQL Server
account to a non-administrator makes existing catalogs unusable. For example, if SQL Server is running with the administrator account, the following script successfully creates and queries a catalog: Server:
Msg 7619, Level 16, State 1, Line 1 Execution of a full-text operation failed.
The catalog does not exist or is currently unavailable. Please retry the action
again later and if this symptom persists, contact the system administrator.
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
IMPORTANT: When you apply the latest SQL Server 2000 service pack to
correct the problem, you must apply the service pack to both the server and the
client. WORKAROUND To access existing full-text search catalogs, rebuild and
repopulate them. The existing catalogs can also be accessed by switching back
to an administrator account. 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 The administrators group and the local system account
always have permission on everything. The problem isn't encountered when
changing to another administrator account; because it is in the administrator's
group, the account will have the permissions to administer and query the
catalogs. After you configure a non-administrator account as the SQL Server startup account, you cannot drop catalogs that were created by an administrator account: Server: Msg 7605, Level 17, State
2, Procedure sp_fulltext_table, Line 131 Full-text catalog 'mycatalog' has been
lost. Use sp_fulltext_catalog to rebuild and to repopulate this full-text
catalog.
| Article Translations
|
Back to the top
