Showing posts with label re-install. Show all posts
Showing posts with label re-install. Show all posts

Wednesday, March 21, 2012

re-install Windows, how to restore databases?

I have SQL Server 2000 running on Windows 2000 Professional, and need
to upgrade this to Windows 2000 Server. In SQL, I have 64 separate
databases used for client development work. After upgrading Windows,
and re-installing SQL Server, how can I reconnect all of the existing
databases without too much work? I'd rather not have to backup, add,
and restore each one individually.How about scripting it. Write some TSQL using a cursor to loop sysdatabases and backup each
databases using dynamic SQL. Then use a similar way to restore based on the files in that directory.
For the restore part, you can use some of the code I have at:
http://www.karaszi.com/SQLServer/util_restore_all_in_file.asp
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
<rgurganus@.citidc.com> wrote in message
news:1124991326.785503.210230@.f14g2000cwb.googlegroups.com...
>I have SQL Server 2000 running on Windows 2000 Professional, and need
> to upgrade this to Windows 2000 Server. In SQL, I have 64 separate
> databases used for client development work. After upgrading Windows,
> and re-installing SQL Server, how can I reconnect all of the existing
> databases without too much work? I'd rather not have to backup, add,
> and restore each one individually.
>|||Hi,
You can detach the databases and Copy both Data and log files.
After reinstalling win2000 you can attach it back
regards,
--
Herbert
"rgurganus@.citidc.com" wrote:
> I have SQL Server 2000 running on Windows 2000 Professional, and need
> to upgrade this to Windows 2000 Server. In SQL, I have 64 separate
> databases used for client development work. After upgrading Windows,
> and re-installing SQL Server, how can I reconnect all of the existing
> databases without too much work? I'd rather not have to backup, add,
> and restore each one individually.
>|||Yes, but with 64+ different databases, I was hoping to avoid detatching
each one, and re-attaching each one. I'm coming out of a MySQL
background, where this would be a piece of cake. You'd just copy the
whole data directory where all the database files are, and restart the
service. Oh well...|||Did you read my post?
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
<rgurganus@.citidc.com> wrote in message news:1125068039.740731.98460@.g49g2000cwa.googlegroups.com...
> Yes, but with 64+ different databases, I was hoping to avoid detatching
> each one, and re-attaching each one. I'm coming out of a MySQL
> background, where this would be a piece of cake. You'd just copy the
> whole data directory where all the database files are, and restart the
> service. Oh well...
>|||Yes, thanks. That may help. I'm just giving into dislike and bashing
of MS SQL in general. Systems should make things easier, not more
difficult. :(

re-install Windows, how to restore databases?

I have SQL Server 2000 running on Windows 2000 Professional, and need
to upgrade this to Windows 2000 Server. In SQL, I have 64 separate
databases used for client development work. After upgrading Windows,
and re-installing SQL Server, how can I reconnect all of the existing
databases without too much work? I'd rather not have to backup, add,
and restore each one individually.
How about scripting it. Write some TSQL using a cursor to loop sysdatabases and backup each
databases using dynamic SQL. Then use a similar way to restore based on the files in that directory.
For the restore part, you can use some of the code I have at:
http://www.karaszi.com/SQLServer/uti...ll_in_file.asp
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
<rgurganus@.citidc.com> wrote in message
news:1124991326.785503.210230@.f14g2000cwb.googlegr oups.com...
>I have SQL Server 2000 running on Windows 2000 Professional, and need
> to upgrade this to Windows 2000 Server. In SQL, I have 64 separate
> databases used for client development work. After upgrading Windows,
> and re-installing SQL Server, how can I reconnect all of the existing
> databases without too much work? I'd rather not have to backup, add,
> and restore each one individually.
>
|||Hi,
You can detach the databases and Copy both Data and log files.
After reinstalling win2000 you can attach it back
regards,
Herbert
"rgurganus@.citidc.com" wrote:

> I have SQL Server 2000 running on Windows 2000 Professional, and need
> to upgrade this to Windows 2000 Server. In SQL, I have 64 separate
> databases used for client development work. After upgrading Windows,
> and re-installing SQL Server, how can I reconnect all of the existing
> databases without too much work? I'd rather not have to backup, add,
> and restore each one individually.
>
|||Yes, but with 64+ different databases, I was hoping to avoid detatching
each one, and re-attaching each one. I'm coming out of a MySQL
background, where this would be a piece of cake. You'd just copy the
whole data directory where all the database files are, and restart the
service. Oh well...
|||Did you read my post?
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
<rgurganus@.citidc.com> wrote in message news:1125068039.740731.98460@.g49g2000cwa.googlegro ups.com...
> Yes, but with 64+ different databases, I was hoping to avoid detatching
> each one, and re-attaching each one. I'm coming out of a MySQL
> background, where this would be a piece of cake. You'd just copy the
> whole data directory where all the database files are, and restart the
> service. Oh well...
>
|||Yes, thanks. That may help. I'm just giving into dislike and bashing
of MS SQL in general. Systems should make things easier, not more
difficult.

re-install Windows, how to restore databases?

I have SQL Server 2000 running on Windows 2000 Professional, and need
to upgrade this to Windows 2000 Server. In SQL, I have 64 separate
databases used for client development work. After upgrading Windows,
and re-installing SQL Server, how can I reconnect all of the existing
databases without too much work? I'd rather not have to backup, add,
and restore each one individually.How about scripting it. Write some TSQL using a cursor to loop sysdatabases
and backup each
databases using dynamic SQL. Then use a similar way to restore based on the
files in that directory.
For the restore part, you can use some of the code I have at:
http://www.karaszi.com/SQLServer/ut...all_in_file.asp
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
<rgurganus@.citidc.com> wrote in message
news:1124991326.785503.210230@.f14g2000cwb.googlegroups.com...
>I have SQL Server 2000 running on Windows 2000 Professional, and need
> to upgrade this to Windows 2000 Server. In SQL, I have 64 separate
> databases used for client development work. After upgrading Windows,
> and re-installing SQL Server, how can I reconnect all of the existing
> databases without too much work? I'd rather not have to backup, add,
> and restore each one individually.
>|||Hi,
You can detach the databases and Copy both Data and log files.
After reinstalling win2000 you can attach it back
regards,
--
Herbert
"rgurganus@.citidc.com" wrote:

> I have SQL Server 2000 running on Windows 2000 Professional, and need
> to upgrade this to Windows 2000 Server. In SQL, I have 64 separate
> databases used for client development work. After upgrading Windows,
> and re-installing SQL Server, how can I reconnect all of the existing
> databases without too much work? I'd rather not have to backup, add,
> and restore each one individually.
>|||Yes, but with 64+ different databases, I was hoping to avoid detatching
each one, and re-attaching each one. I'm coming out of a MySQL
background, where this would be a piece of cake. You'd just copy the
whole data directory where all the database files are, and restart the
service. Oh well...|||Did you read my post?
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
<rgurganus@.citidc.com> wrote in message news:1125068039.740731.98460@.g49g2000cwa.googlegroup
s.com...
> Yes, but with 64+ different databases, I was hoping to avoid detatching
> each one, and re-attaching each one. I'm coming out of a MySQL
> background, where this would be a piece of cake. You'd just copy the
> whole data directory where all the database files are, and restart the
> service. Oh well...
>|||Yes, thanks. That may help. I'm just giving into dislike and bashing
of MS SQL in general. Systems should make things easier, not more
difficult.

re-install SQL Server 2000 SP3

Hi,

I 've re-installSQL Server 2000 SP3 just to change password

And while installation I got an error that the instillation fails the message as the following:
" setup Failed to configure the server, refer to the server error logs and setup error logs for more information. "

Any idea,

What do the error logs say?
sql

Re-install Reporting Services

Hi,
I had to re-install IIS for an unrelated development issue.
As a result, I now need to re-register reporting services (and its webs
etc) in IIS.
I can't seem to do this through simply "Add/Remove" because I get the
error:
"The setup failed to read IIsMimeMap table. The error code is
-2147024893"
Does anyone have any ideas on how to proceed?
Many thanks for your feedback!
LuvicThis has been reported as a bug.
http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=735b5260-f6bf-4ea5-94b2-6c41ae387a9a
There are a few posted workarounds. Google for your error message - you have
several to choose from.
Good luck.
<luvic.vangool@.gmail.com> wrote in message
news:1148053449.781220.187920@.y43g2000cwc.googlegroups.com...
> Hi,
> I had to re-install IIS for an unrelated development issue.
> As a result, I now need to re-register reporting services (and its webs
> etc) in IIS.
> I can't seem to do this through simply "Add/Remove" because I get the
> error:
> "The setup failed to read IIsMimeMap table. The error code is
> -2147024893"
> Does anyone have any ideas on how to proceed?
> Many thanks for your feedback!
> Luvic
>sql

Re-install problems

TITLE: Microsoft SQL Server Setup

Setup failed because Service MSSQL$SQLExpress is disabled for the current hardware profile. Services must be set with the current Hardware Profile logon property profile enabled. For more information on how to enable the hardware profile logon property refer to the product documentation.

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.3042.00&EvtSrc=setup.rll&EvtID=SQLSetup90&EvtType=28112


BUTTONS:

OK

Hmm....I'm not sure what to do. I looked at the service and it's set to automatic.

Did you take a look at:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=838712&SiteID=1

Jens K. Suessmeyer

http://www.sqlserver2005.de

|||Thank you Jens

Re-install problems

TITLE: Microsoft SQL Server Setup

Setup failed because Service MSSQL$SQLExpress is disabled for the current hardware profile. Services must be set with the current Hardware Profile logon property profile enabled. For more information on how to enable the hardware profile logon property refer to the product documentation.

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.3042.00&EvtSrc=setup.rll&EvtID=SQLSetup90&EvtType=28112


BUTTONS:

OK

Hmm....I'm not sure what to do. I looked at the service and it's set to automatic.

Did you take a look at:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=838712&SiteID=1

Jens K. Suessmeyer

http://www.sqlserver2005.de

|||Thank you Jens

Reinstall operating system without loosing SQL data?

If I have SQL server installed on one partition(D:) and the OS installed on
another(C:), if I need to re-install the OS is it possible to re-install SQL
server without loosing my already created databases?
The drive with the OS got corrupted somehow over the weekend, but the SQL
server drive still seems to be working just fine.As long as the database data and log files are on a DIFFERENT physical
drive, you can re-install SQL Server, then use sp_attach_db to re-attach the
physical files to the new SQL Server..
Look for sp_attach_db in the SQL Books.
--
Wayne Snyder, MCDBA, SQL Server MVP
Computer Education Services Corporation (CESC), Charlotte, NC
www.computeredservices.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Russ" <russ@.acordiamn.com> wrote in message
news:%23e2DsMVcDHA.2572@.TK2MSFTNGP12.phx.gbl...
> If I have SQL server installed on one partition(D:) and the OS installed
on
> another(C:), if I need to re-install the OS is it possible to re-install
SQL
> server without loosing my already created databases?
> The drive with the OS got corrupted somehow over the weekend, but the SQL
> server drive still seems to be working just fine.
>|||You can use 'sp_change_users_login' to (find unconnected
users through 'report' option and ) link existing logins
with database permissions. Now, the logins are maintained
in master and will be lost upon new installation or master
rebuild. You have to re-enter all login/password
information. Alternatively, you can keep list of passwords
with you through this script generator
select 'EXEC sp_addlogin '''+name+''', ', CONVERT(VARBINARY
(32), password), ', @.encryptopt = ''skip_encryption'''
from syslogins
where dbname='test' -- database name
and name <> 'sa' -- exclusion list
order by name
(replace TABS with space on the resulting script and
execute it to create logins)
Happy computing,
Muhammad Zeeshan
>--Original Message--
>If I backup the Data files (mdf & ldf) before
reinstalling can I avoid
>having to redo all the permissions for the various
databases?
>I also have tape back-ups, but using them to restore
would lose the last
>weeks worth of data, so I would rather not have to do
that if it can be
>avoided.
>
>"Russ" <russ@.acordiamn.com> wrote in message
>news:%23e2DsMVcDHA.2572@.TK2MSFTNGP12.phx.gbl...
>> If I have SQL server installed on one partition(D:) and
the OS installed
>on
>> another(C:), if I need to re-install the OS is it
possible to re-install
>SQL
>> server without loosing my already created databases?
>> The drive with the OS got corrupted somehow over the
weekend, but the SQL
>> server drive still seems to be working just fine.
>>
>
>.
>sql

re-install MSDE

Hi,
I've been trying to install the IBUYSPY samples and have been running into server problems. I've done everything from uninstalling and reinstalling MSDE to manually erasing the data files via window explorer. I've got everything so screwed up now, that e
ven though MSDE is installed, I can't access it through Server Explorer in VS DotNet. I have 2 questions
1) How can I do a clean install of MSDE (erase everything, then reinstall everything)?
2) What significance do the aspnet_wp and SQLDebugger accounts have? Should these accounts be set as administrator accounts, and should they be password protected?
I've had both IBUYSPY samples installed and working properly before... I'm almost ready to re-format my hard drive and start from scratch!!
Thanks!!
Curt
Hi Curt,
For reinstalling MSDE, I would suggest you go through the steps listed in
the following KB article of uninstalling the MSDE and then you can do a
fresh installation.
HOW TO: Manually Remove a Microsoft SQL Server 2000 Desktop Engine (MSDE
2000) Instance
http://support.microsoft.com/default...&Product=sql2k
HTH
Ashish
This posting is provided "AS IS" with no warranties, and confers no rights.
sql

Re-install MDAC 2.6

I currently have SQL 2000 SP2 and MDAC 2.6 SP2 on our
database server. I am testing the process to go to
SP3a and MDAC 2.71a.
Once at SP3a and MDAC 2.71a, I tested reverting back to
SQL SP2 and MDAC 2.6 SP2 by uninstalling SQL 2000,
reinstalling SQL 2000 and SP2. However MDAC did not
revert back to 2.6 SP2. It stayed at 2.71a.
What is the proper procedure to get back to MDAC 2.6 SP2?
"Mark Gozick" <mgozick@.diamondtriumph.com> wrote in message
news:0b9401c4ac78$39e7c4c0$a301280a@.phx.gbl...
> I currently have SQL 2000 SP2 and MDAC 2.6 SP2 on our
> database server. I am testing the process to go to
> SP3a and MDAC 2.71a.
> Once at SP3a and MDAC 2.71a, I tested reverting back to
> SQL SP2 and MDAC 2.6 SP2 by uninstalling SQL 2000,
> reinstalling SQL 2000 and SP2. However MDAC did not
> revert back to 2.6 SP2. It stayed at 2.71a.
> What is the proper procedure to get back to MDAC 2.6 SP2?
>
You might need to rebuild your server -- as I recall, there is no clean way
to remove, or down-level MDAC.
Steve

Re-install MDAC 2.6

I currently have SQL 2000 SP2 and MDAC 2.6 SP2 on our
database server. I am testing the process to go to
SP3a and MDAC 2.71a.
Once at SP3a and MDAC 2.71a, I tested reverting back to
SQL SP2 and MDAC 2.6 SP2 by uninstalling SQL 2000,
reinstalling SQL 2000 and SP2. However MDAC did not
revert back to 2.6 SP2. It stayed at 2.71a.
What is the proper procedure to get back to MDAC 2.6 SP2?"Mark Gozick" <mgozick@.diamondtriumph.com> wrote in message
news:0b9401c4ac78$39e7c4c0$a301280a@.phx.gbl...
> I currently have SQL 2000 SP2 and MDAC 2.6 SP2 on our
> database server. I am testing the process to go to
> SP3a and MDAC 2.71a.
> Once at SP3a and MDAC 2.71a, I tested reverting back to
> SQL SP2 and MDAC 2.6 SP2 by uninstalling SQL 2000,
> reinstalling SQL 2000 and SP2. However MDAC did not
> revert back to 2.6 SP2. It stayed at 2.71a.
> What is the proper procedure to get back to MDAC 2.6 SP2?
>
You might need to rebuild your server -- as I recall, there is no clean way
to remove, or down-level MDAC.
Steve

Tuesday, March 20, 2012

Re-install Issues

Hi folks

This is doing my head in....

Im trying to re-install an instance of sql server 2000. I used the add remove program untility to remove the instance then I try and install the same instance again and the setup bombs out. Here is the failure text from sqlstp.txt.

################################################## #############################
Starting Service ...

Latin1_General_CI_AS

-m -Q -T4022 -T3659

Connecting to Server ...

driver={sql server};server=REMACWEBDB00A\int1;UID=sa;PWD=;data base=master

[Microsoft][ODBC SQL Server Driver][Named Pipes]General network error. Check your network documentation.

[Microsoft][ODBC SQL Server Driver][Named Pipes]ConnectionRead (WrapperRead()).

driver={sql server};server=REMACWEBDB00A\int1;UID=sa;PWD=;data base=master

[Microsoft][ODBC SQL Server Driver][Named Pipes]General network error. Check your network documentation.

[Microsoft][ODBC SQL Server Driver][Named Pipes]ConnectionRead (WrapperRead()).

driver={sql server};server=REMACWEBDB00A\int1;UID=sa;PWD=;data base=master

[Microsoft][ODBC SQL Server Driver][Named Pipes]General network error. Check your network documentation.

[Microsoft][ODBC SQL Server Driver][Named Pipes]ConnectionRead (WrapperRead()).

SQL Server configuration failed.

################################################## #############################

It seems like the last install never unistalled the instance cleanly. Which to be honest is rubbish.

Anybody any ideas.

ThanksIve followed the steps in the following to remove a named instance :

http://search.support.microsoft.com/kb/290991/

Still no joy :(|||Hi Folks

Issue sorted.

We had on the server client named pipe alias's that were set up when we were trying to solve some win2003/SQL Server 2000 TCP/IP issues outline in the following KB.

http://support.microsoft.com/kb/840219

Anyway I forgot to remove these before the re-install and this what was causing the issues.

Now somebody can explain to me why this is the case. Why does SQL Server install fail when a client alias is present on the box?

Reinstall Full-Text Service SQL Server 2000

Hi all,
How can I re-install the full text service?
I can't create new catalog!
I can't delete existing catalogs!
I can't do anything involving the full text service, in Enterprise Manager
or via Query Analyzer.
Thanks in Advance,
Fabio
Fabio,
While removing and reinstalling the Full Text Search (FTS) components (see
below KB article 827449) may resolve this for you, it would also be helpful
to get any error number or error messages that you get when you attempt to
create or drop a FT Catalog via system stored procedures.
For example, what error do you get when you try to create the following FT
Catalog in the Pubs database?
use pubs
go
EXEC sp_fulltext_catalog 'PubInfo', 'create'
EXEC sp_fulltext_table 'pub_info', 'create', 'PubInfo', 'UPKCL_pubinfo'
EXEC sp_fulltext_column 'pub_info', 'pub_id', 'add'
EXEC sp_fulltext_column 'pub_info', 'pr_info', 'add'
EXEC sp_fulltext_table 'pub_info', 'activate'
go
For example, what error do you get when you try to drop the following FT
Catalog in the Pubs database?
use pubs
go
exec sp_fulltext_table 'pub_info','drop'
exec sp_fulltext_catalog 'PubInfo','drop'
go
If the above works successfully, for you on your problem server, then the
problem does not exist with FTS components and removal and reinstallation
may not be necessary. Could you also try the above procedures with your
FT-enable table and FT Catalog and post any errors that are returned. If the
errors that you receive for this "Catch-22" situation, then I can email you
a SQL script file to resolve this issue for you.
827449 How to manually reinstall the Microsoft Search service for an
instance of SQL 2000
http://support.microsoft.com/default...b;EN-US;827449
Regards,
John
SQL Full Text Search Blog
http://spaces.msn.com/members/jtkane/
"Fabio" <fabio@.glb.com.br> wrote in message
news:#iqWcOfCFHA.328@.tk2msftngp13.phx.gbl...
> Hi all,
> How can I re-install the full text service?
> I can't create new catalog!
> I can't delete existing catalogs!
> I can't do anything involving the full text service, in Enterprise Manager
> or via Query Analyzer.
> Thanks in Advance,
> Fabio
>
|||Hi John,
I did all the steps from the article, but now I have the current problem:
when I go to delete an existing catalog or create a new one, the follow
message appears:
"the microsoft search service cannot be administered under the present user
account"
Do you know how can I solve this?
Thanks again
"John Kane" <jt-kane@.comcast.net> wrote in message
news:eJFJwOgCFHA.328@.tk2msftngp13.phx.gbl...
> Fabio,
> While removing and reinstalling the Full Text Search (FTS) components (see
> below KB article 827449) may resolve this for you, it would also be
helpful
> to get any error number or error messages that you get when you attempt to
> create or drop a FT Catalog via system stored procedures.
> For example, what error do you get when you try to create the following FT
> Catalog in the Pubs database?
> use pubs
> go
> EXEC sp_fulltext_catalog 'PubInfo', 'create'
> EXEC sp_fulltext_table 'pub_info', 'create', 'PubInfo', 'UPKCL_pubinfo'
> EXEC sp_fulltext_column 'pub_info', 'pub_id', 'add'
> EXEC sp_fulltext_column 'pub_info', 'pr_info', 'add'
> EXEC sp_fulltext_table 'pub_info', 'activate'
> go
> For example, what error do you get when you try to drop the following FT
> Catalog in the Pubs database?
> use pubs
> go
> exec sp_fulltext_table 'pub_info','drop'
> exec sp_fulltext_catalog 'PubInfo','drop'
> go
> If the above works successfully, for you on your problem server, then the
> problem does not exist with FTS components and removal and reinstallation
> may not be necessary. Could you also try the above procedures with your
> FT-enable table and FT Catalog and post any errors that are returned. If
the
> errors that you receive for this "Catch-22" situation, then I can email
you[vbcol=seagreen]
> a SQL script file to resolve this issue for you.
> 827449 How to manually reinstall the Microsoft Search service for an
> instance of SQL 2000
> http://support.microsoft.com/default...b;EN-US;827449
>
> Regards,
> John
> --
> SQL Full Text Search Blog
> http://spaces.msn.com/members/jtkane/
>
> "Fabio" <fabio@.glb.com.br> wrote in message
> news:#iqWcOfCFHA.328@.tk2msftngp13.phx.gbl...
Manager
>
|||Fabio,
Yes. The error message "the microsoft search service cannot be administered
under the present user account" is problematic and often caused by removing
or altering the SQL Server login BUILTIN\Administrators and it most likely
is the source of this problem for you. The MSSearch service needs this login
to log into SQL Server and you can either add back this login with the
original permissions (default master db, sysadmin privileges) or see KB
article:
263712 (Q263712) INF: How to Impede Windows NT Administrators from
Administering a Clustered SQL Server at:
http://support.microsoft.com/default...B;EN-US;263712
If you cannot add back the SQL Server login BUILTIN\Administrators login,
you can use the following SQL code as a substitute:
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
Hope that helps!
John
SQL Full Text Search Blog
http://spaces.msn.com/members/jtkane/
"Fabio" <fabio@.glb.com.br> wrote in message
news:#nic2EiCFHA.3492@.TK2MSFTNGP12.phx.gbl...
> Hi John,
> I did all the steps from the article, but now I have the current problem:
> when I go to delete an existing catalog or create a new one, the follow
> message appears:
> "the microsoft search service cannot be administered under the present
user[vbcol=seagreen]
> account"
> Do you know how can I solve this?
> Thanks again
>
> "John Kane" <jt-kane@.comcast.net> wrote in message
> news:eJFJwOgCFHA.328@.tk2msftngp13.phx.gbl...
(see[vbcol=seagreen]
> helpful
to[vbcol=seagreen]
FT[vbcol=seagreen]
the[vbcol=seagreen]
reinstallation
> the
> you
> Manager
>