FIX: FT Wizard Fails with Windows NT Authentication and Not Sysadmin

ID: Q198163


The information in this article applies to:

BUG #: 52932 (SQLBUG_70)

SYMPTOMS

If a user attempts to run the Full Text Indexing Wizard for a SQL Server database using Windows NT Authentication, without first selecting that database, and the user is not a member of the System Administrators (sysadmin) role, the Full Text Wizard will fail with the following error message:

[SQL-DMO] The name 'guest' was not found in the Logins collection. If
the name is a qualified name, use [] to separate various parts of the
name, and try again.

The user should be presented with a list of databases to select from to enable Full Text Indexing.


WORKAROUND

To work around this problem, a member of the db_owner role (DBO) of a database who is not a member of the sysadmin role should first select the database before launching the Full Text Indexing Wizard.


STATUS

Microsoft has confirmed this to be a problem in SQL Server version 7.0. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server version 7.0. For information about downloading and installing the latest SQL Server Service Pack, see http://support.microsoft.com/support/sql/.

For more information, contact your primary support provider.


MORE INFORMATION

Only members of the sysadmin role or the database owner (DBO) have permissions to create a Full Text Catalog. If a user without these permissions attempts to create a Full Text Catalog, the Full Text Indexing Wizard will fail with the following error message dialog:

Only members of the sysadmin role or the database owner can execute this stored procedure.

This is expected behavior. Ensure that the user has the appropriate permissions before running the Full Text Indexing Wizard. You can confirm this in the SQL Server Enterprise Manager by doing the following:
  1. Under the Security folder for the SQL Server, click Logins.


  2. Right-click the user name and then click Properties on the shortcut menu.


  3. Click the Server Roles or Database Access tabs and select the appropriate role or access to perform the task.


Additional query words: owners cant can't cannot highlight SEM MMC ent
man entman FT kbfix7.00.sp1


Keywords          : SSrvEntMan kbbug7.00 kbSQLServ700bug kbSQLServ700sp1fix 
Version           : winnt:7.0
Platform          : winnt 
Issue type        : kbbug 

Last Reviewed: June 7, 1999