Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Full-Text Indexing Permissions Error

Author  Topic 

bradleyh
Starting Member

1 Post

Posted - 2000-11-07 : 13:36:16
I am trying to implement full-text indexing on my SQL Server 7.0. Full-text query is installed, and I activate it for the database and table I am using. I have also selected the correct columns (varchar and text columns). I initiate a Full Population and then it says that it is complete. However, there is only 1 unique word listed. It also generates a warning in the application log saying that the Microsoft Search - Gatherer failed due to a logon failure (bad username or password).

The exact text of the message is: "Unable to access crawl seed <MSSQL://LOCALHOST/16.1797581442> in project <SQLServer SQL0001600005>. Error: 8007052e - Logon failure: unknown user name or bad password."

I have verified that all of the SQL Services and MS Search Service are using correct logons. I have searched the Knowledge Base and TechNet for this error, and have found nothing.

Any help you can provide would be appreciated.

Thank you,

Bradley
   

- Advertisement -