Re: New install of Windows 2003 EE sp1 and Sql Server 2000 sp3 full text problem
- From: "Shannon Ramirez" <dba@xxxxxxxxxxxxxxx>
- Date: Thu, 5 May 2005 15:15:57 -0500
no.. i'm the database guy and I didn't alter it.
I've just doubled checked.. default db is master and it belongs to the
sysadmin role.
anything else you can think of that I shoudl check
"John Kane" <jt-kane@xxxxxxxxxxx> wrote in message
news:O%23QYzjaUFHA.3176@xxxxxxxxxxxxxxxxxxxxxxx
> Shannon,
> Have you or anyone else removed or altered the login
> BUILTIN\Administrators
> ? If so, can you either re-establish it or reset the defaults back to
> master
> database with sysadmin rights? If not (for security reasons), you may want
> to implement the following T-SQL code as the external MSSearch service
> (should be running under the system account) needs sysadmin rights when
> accessing SQL Server:
>
> exec sp_grantlogin N'NT Authority\System'
> exec sp_defaultdb N'NT Authority\System', N'master'
> exec sp_defaultlanguage N'NT Authority\System','us_english'
> exec sp_addsrvrolemember N'NT Authority\System', sysadmin
>
> Thanks,
> John
> --
> SQL Full Text Search Blog
> http://spaces.msn.com/members/jtkane/
>
>
> "Shannon Ramirez" <dba@xxxxxxxxxxxxxxx> wrote in message
> news:u6kXJPaUFHA.1200@xxxxxxxxxxxxxxxxxxxxxxx
>> I have a newly installed Windows 2003 EE sp1 with Sql Server 2000 sp3
>> machine. I restored a database to the machine that had several full text
>> catalogs in it. I'm trying to go in and do a rebuild on the catalogs.
> When
>> I do this.. I get the error:
>>
>> Error 7635: The Microsoft Search service cannot be administered under
>> the
>> present user account.
>>
>> The Sql Server Agent is being started with the system account.
>>
>>
>> I've tried this on a windows 2003 sp1 standardard machine with sql 2000
> sp3.
>> I get the same error. It's making me belive that perhaps sp1 put some
>> security on that needs to be changed...
>>
>> can someone help me get Full Text going agian.
>> Thanks
>> Shannon
>>
>>
>
>
.
- Follow-Ups:
- References:
- New install of Windows 2003 EE sp1 and Sql Server 2000 sp3 full text problem
- From: Shannon Ramirez
- Re: New install of Windows 2003 EE sp1 and Sql Server 2000 sp3 full text problem
- From: John Kane
- New install of Windows 2003 EE sp1 and Sql Server 2000 sp3 full text problem
- Prev by Date: Re: New install of Windows 2003 EE sp1 and Sql Server 2000 sp3 full text problem
- Next by Date: Re: New install of Windows 2003 EE sp1 and Sql Server 2000 sp3 full text problem
- Previous by thread: Re: New install of Windows 2003 EE sp1 and Sql Server 2000 sp3 full text problem
- Next by thread: Re: New install of Windows 2003 EE sp1 and Sql Server 2000 sp3 full text problem
- Index(es):
Relevant Pages
|
Loading