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)
 Fulltext search isnt working!!

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-11-27 : 08:57:24
Kurt Ove writes "I am trying to set up a Full-Text indexing service on one
of my databases. But I am being left with the
errormessage:
"Microsoft Search service cannot be administered under
the present user account"
I have installed at least 5 other servers lately, with no
problems. I have tried to change the log on account for
all services related to Sql and search.
Please help me, what could be wrong?"

sandesh_moghe
Constraint Violating Yak Guru

310 Posts

Posted - 2001-11-28 : 01:46:00
While creating Full-Text index you must have the right of database owner.
Please check the login.
I think thats the only problem.

---------------------------
Sandesh - The Messanger
Go to Top of Page

AjarnMark
SQL Slashing Gunting Master

3246 Posts

Posted - 2001-11-28 : 14:37:24
In SQL 7 (don't know about 2000) there are also some problems administering Full-Text indexes from Enterprise Manager on a remote machine. You need to either use Query Analyzer commands or gain remote control of the server and use the EM on the server itself.

-------------------
It's a SQL thing...
Go to Top of Page
   

- Advertisement -