I installed SQL 2000 MSDE 2000RelA on Win2K Adv. Server w/ Win2K SP4 (fully
patched), and operating as the only domain controller. I have also run the
IISLockdown Tool on this server.
I originally ran setup using the following parameters:
setup sapwd="xxxxxxx" and SQL Service Manager was connecting properly.
I later uninstalled MSDE 2000 RelA and re-installed (no reboot in between)
with the following parameters:
setup sapwd="xxxxxxx" instancename=WSUS
I then installed SQL2000 MSDE SP4, and the Service Manager can no longer
connect to any service and appears in the task bar with a blank icon. When I
open the Service Manager, all fields (server,services) are blank. Pressing
start button will give me:
"The service control action cannot be completed as no
service has been selected"
I entered the server's name in the server field, but no services can be
resolved.
I see MSSQL$WSUS service has started. Further down I noticed
SQLAgent$TESTING service had not started. I started that up, but no change.
Also tried to startup MSSQLServerADHelper but it gave me an error.
I then uninstalled SQL2000 MSDE and deleted each of the relevant Registry
keys and SQL Server folder under Program Files.
I again re-installed using the sapwd and instancename parameters but to no
avail.
Can anyone tell me how I can get this working properly?
Thanks!
You could have tried to enter "ComputerName\WSUS" in the service manager
when showed nothing in the server list, and then clicked "Start" button.
Somethimes, for some reason, service manager could not detect any running
SQL/MSDE on the computer/network.
"stantm1" <stantm1@.discussions.microsoft.com> wrote in message
news:5BF4C64E-8D57-4CC1-837B-CB143CCB6329@.microsoft.com...
>I installed SQL 2000 MSDE 2000RelA on Win2K Adv. Server w/ Win2K SP4 (fully
> patched), and operating as the only domain controller. I have also run the
> IISLockdown Tool on this server.
> I originally ran setup using the following parameters:
> setup sapwd="xxxxxxx" and SQL Service Manager was connecting properly.
> I later uninstalled MSDE 2000 RelA and re-installed (no reboot in between)
> with the following parameters:
> setup sapwd="xxxxxxx" instancename=WSUS
> I then installed SQL2000 MSDE SP4, and the Service Manager can no longer
> connect to any service and appears in the task bar with a blank icon. When
> I
> open the Service Manager, all fields (server,services) are blank. Pressing
> start button will give me:
> "The service control action cannot be completed as no
> service has been selected"
> I entered the server's name in the server field, but no services can be
> resolved.
> I see MSSQL$WSUS service has started. Further down I noticed
> SQLAgent$TESTING service had not started. I started that up, but no
> change.
> Also tried to startup MSSQLServerADHelper but it gave me an error.
> I then uninstalled SQL2000 MSDE and deleted each of the relevant Registry
> keys and SQL Server folder under Program Files.
> I again re-installed using the sapwd and instancename parameters but to no
> avail.
> Can anyone tell me how I can get this working properly?
> Thanks!
|||Thanks, Norman. I'll give it a try.
"Norman Yuan" wrote:
> You could have tried to enter "ComputerName\WSUS" in the service manager
> when showed nothing in the server list, and then clicked "Start" button.
> Somethimes, for some reason, service manager could not detect any running
> SQL/MSDE on the computer/network.
> "stantm1" <stantm1@.discussions.microsoft.com> wrote in message
> news:5BF4C64E-8D57-4CC1-837B-CB143CCB6329@.microsoft.com...
>
>
|||Actually it found the instance of sql server just fine. My machine was in
the list of sql servers but when i try to connect to it i have problems.
Just to let you know im using Windows Authentication and i am an
administrator on this machine.
Brent
"Norman Yuan" <NotReal@.NotReal.not> wrote in message
news:usGQBJbLGHA.3496@.TK2MSFTNGP14.phx.gbl...
> You could have tried to enter "ComputerName\WSUS" in the service manager
> when showed nothing in the server list, and then clicked "Start" button.
> Somethimes, for some reason, service manager could not detect any running
> SQL/MSDE on the computer/network.
> "stantm1" <stantm1@.discussions.microsoft.com> wrote in message
> news:5BF4C64E-8D57-4CC1-837B-CB143CCB6329@.microsoft.com...
>
Showing posts with label win2k. Show all posts
Showing posts with label win2k. Show all posts
Monday, March 19, 2012
Friday, March 9, 2012
MSDE installs almost 90% and then uninstalls itself
Hello,
I am having a problem with installing MSDE on one of the Win2K client
machines. The MSDE setup runs to about 90% installation (progress bar shows
at least) and then seems like focus goes away from the setup progress bar and
then progress bar shows uninstalling (it does not say its uninstalling but
the progress bar starts going left instead of going right) and then setup
exits without any prompt.
For the records we are using MSDE released on August 5, 2000.
I can not ask much questions and will have a one time shot more to resolve
this issue on Thursday. Any help will be apreciated.
Regards,
Anis
hi Anis,
"Anis Siddiqy" <Anis Siddiqy@.discussions.microsoft.com> ha scritto nel
messaggio news:343A7271-8F3E-4A0C-8948-6540FD8F89BF@.microsoft.com
> Hello,
> I am having a problem with installing MSDE on one of the Win2K client
> machines. The MSDE setup runs to about 90% installation (progress bar
> shows at least) and then seems like focus goes away from the setup
> progress bar and then progress bar shows uninstalling (it does not
> say its uninstalling but the progress bar starts going left instead
> of going right) and then setup exits without any prompt.
> For the records we are using MSDE released on August 5, 2000.
> I can not ask much questions and will have a one time shot more to
> resolve this issue on Thursday. Any help will be apreciated.
> Regards,
> Anis
please add the
/L*v "c:\MsdeLog.txt"
command line parameter to your setup.exe call
this will enable verbose logging of the installation process (about 2mb)
where you can search for
RETURN VALUE 3
entries that define error conditions... about 10/15 lines after or before
that entries some (sometime a little cryptic) explanation of the problem is
provided..
anyway, before doing, please verify that File and Printer Sharing is set and
that the Server service is running
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.9.1 - DbaMgr ver 0.55.1
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
I am having a problem with installing MSDE on one of the Win2K client
machines. The MSDE setup runs to about 90% installation (progress bar shows
at least) and then seems like focus goes away from the setup progress bar and
then progress bar shows uninstalling (it does not say its uninstalling but
the progress bar starts going left instead of going right) and then setup
exits without any prompt.
For the records we are using MSDE released on August 5, 2000.
I can not ask much questions and will have a one time shot more to resolve
this issue on Thursday. Any help will be apreciated.
Regards,
Anis
hi Anis,
"Anis Siddiqy" <Anis Siddiqy@.discussions.microsoft.com> ha scritto nel
messaggio news:343A7271-8F3E-4A0C-8948-6540FD8F89BF@.microsoft.com
> Hello,
> I am having a problem with installing MSDE on one of the Win2K client
> machines. The MSDE setup runs to about 90% installation (progress bar
> shows at least) and then seems like focus goes away from the setup
> progress bar and then progress bar shows uninstalling (it does not
> say its uninstalling but the progress bar starts going left instead
> of going right) and then setup exits without any prompt.
> For the records we are using MSDE released on August 5, 2000.
> I can not ask much questions and will have a one time shot more to
> resolve this issue on Thursday. Any help will be apreciated.
> Regards,
> Anis
please add the
/L*v "c:\MsdeLog.txt"
command line parameter to your setup.exe call
this will enable verbose logging of the installation process (about 2mb)
where you can search for
RETURN VALUE 3
entries that define error conditions... about 10/15 lines after or before
that entries some (sometime a little cryptic) explanation of the problem is
provided..
anyway, before doing, please verify that File and Printer Sharing is set and
that the Server service is running
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.9.1 - DbaMgr ver 0.55.1
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
Labels:
bar,
clientmachines,
database,
installation,
installing,
installs,
itself,
microsoft,
msde,
mysql,
oracle,
progress,
runs,
server,
setup,
sql,
uninstalls,
win2k
Saturday, February 25, 2012
MSDE Install Failure
I am trying to install MSDE2 on Win2k server with SP4, as with many other
posts when I try and install it just rolls back. The error log generated
lists
Starting custom action NoRebootReplace
TempFolder Property is C:\WINNT\TEMP\
Source Dir Property is C:\WINNT\TEMP\SqlSetup\Temp
NoRebootConnectRepl returned: 3
Action ended 16:53:55: InstallFinalize. Return value 3.
Action ended 16:53:55: INSTALL. Return value 3.
Does anyone know why this would be?
Many Thanks
hi Phil,
"Phil Milburn" <phil.milburn@.cmiplc.co.uk> ha scritto nel messaggio
news:OqaSZ%238pEHA.2604@.TK2MSFTNGP10.phx.gbl
> I am trying to install MSDE2 on Win2k server with SP4, as with many
> other posts when I try and install it just rolls back. The error log
> generated lists
> Starting custom action NoRebootReplace
> TempFolder Property is C:\WINNT\TEMP\
> Source Dir Property is C:\WINNT\TEMP\SqlSetup\Temp
> NoRebootConnectRepl returned: 3
> Action ended 16:53:55: InstallFinalize. Return value 3.
> Action ended 16:53:55: INSTALL. Return value 3.
> Does anyone know why this would be?
> Many Thanks
are you installing on Terminal Server using Application Server Mode?
please add about 10/20 rows before and after the retun value 3 line
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.9.1 - DbaMgr ver 0.55.1
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
posts when I try and install it just rolls back. The error log generated
lists
Starting custom action NoRebootReplace
TempFolder Property is C:\WINNT\TEMP\
Source Dir Property is C:\WINNT\TEMP\SqlSetup\Temp
NoRebootConnectRepl returned: 3
Action ended 16:53:55: InstallFinalize. Return value 3.
Action ended 16:53:55: INSTALL. Return value 3.
Does anyone know why this would be?
Many Thanks
hi Phil,
"Phil Milburn" <phil.milburn@.cmiplc.co.uk> ha scritto nel messaggio
news:OqaSZ%238pEHA.2604@.TK2MSFTNGP10.phx.gbl
> I am trying to install MSDE2 on Win2k server with SP4, as with many
> other posts when I try and install it just rolls back. The error log
> generated lists
> Starting custom action NoRebootReplace
> TempFolder Property is C:\WINNT\TEMP\
> Source Dir Property is C:\WINNT\TEMP\SqlSetup\Temp
> NoRebootConnectRepl returned: 3
> Action ended 16:53:55: InstallFinalize. Return value 3.
> Action ended 16:53:55: INSTALL. Return value 3.
> Does anyone know why this would be?
> Many Thanks
are you installing on Terminal Server using Application Server Mode?
please add about 10/20 rows before and after the retun value 3 line
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.9.1 - DbaMgr ver 0.55.1
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
Monday, February 20, 2012
MSDE Fails to install on Win2k Server (Application Server Mode)
Am trying to install the latest version of MSDE on a Windows 2000 (SP3) server running in Application Server Mode. Installation almost completes then stops and rolls back without warning or error message. Can't find a reason for this and previously posted solutions (e.g. install latest MDAC) don't seem to work. So off to the forums for help....what am I missing? The verbose log is attached (as it is too long).Did you modify the log at all ?|||Originally posted by rnealejr
Did you modify the log at all ?
What you see is what I got....however last night while doing some work from home I discovered the answer I was looking for in MS KB317268 - in a nutshell you have to install it from the console and can't install it as admin from a terminal session...don't know why - but it sure is a royal pain....
Did you modify the log at all ?
What you see is what I got....however last night while doing some work from home I discovered the answer I was looking for in MS KB317268 - in a nutshell you have to install it from the console and can't install it as admin from a terminal session...don't know why - but it sure is a royal pain....
Subscribe to:
Posts (Atom)