Saturday, February 25, 2012

MSDE incomplete install

I have SQL 2000 running on a Windows 2000 server.
A third party product attempted to install MSDE onto the same server, but
failed to complete its install.
At random it appears as though the MSDE attempts to run and complete its
install, which increases the processor upto approx 100%.
Since the MSDE is in an incomplete state, what is the best approach at
attempting to remove the failing component and leave SQL intact.
MSDE does not show up in the add/remove programs.
Regardshi,
Ray wrote:
> I have SQL 2000 running on a Windows 2000 server.
> A third party product attempted to install MSDE onto the same server,
> but failed to complete its install.
> At random it appears as though the MSDE attempts to run and complete
> its install, which increases the processor upto approx 100%.
> Since the MSDE is in an incomplete state, what is the best approach at
> attempting to remove the failing component and leave SQL intact.
> MSDE does not show up in the add/remove programs.
>
first identify the named instance name, perhaps looking in the \Program
Files\Microsoft SQL Server\ folder... as you already have a SQL Server 2000
installed (probably as default instance, check it first), you could have
something like MSSQL$InstanceName...
you can then manually clean up the failed install following
http://support.microsoft.com/defaul...b;EN-US;Q290991 ...
this procedure does not clean up Windows Installer MSDE related registry
entries, and you have to use (if you want to) MSIZap.exe, part of the
Windows Installer SDK as exposed in
http://support.microsoft.com/defaul...kb;en-us;320873
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.bizhttp://italy.mvps.org
DbaMgr2k ver 0.19.0 - DbaMgr ver 0.63.0 and further SQL Tools
-- remove DMO to reply|||The reason MSDE doesn't appear in add/remove programs is that the third
party product installed it as a merge module which means as far as the
installer is concerned, it is part of the product you're installing. Try
removing the third party product with add/remove programs.
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Ray" <Ray@.test.com> wrote in message
news:%23g62vrfiGHA.1600@.TK2MSFTNGP04.phx.gbl...
>I have SQL 2000 running on a Windows 2000 server.
> A third party product attempted to install MSDE onto the same server, but
> failed to complete its install.
> At random it appears as though the MSDE attempts to run and complete its
> install, which increases the processor upto approx 100%.
> Since the MSDE is in an incomplete state, what is the best approach at
> attempting to remove the failing component and leave SQL intact.
> MSDE does not show up in the add/remove programs.
> Regards
>

No comments:

Post a Comment