473,396 Members | 1,921 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Unable to install MSDE

I've been trying to install MS SQL Server 2000 sp3 on a stand alone
WinXP box. I've tried using the version that came on the Office Pro
2003 cd as well as the latest download from MS (apparently they are
the same). This is a new install and I am install from an account with
administrative privileges (actually it's the only account on this
box).

I've tried installing from a DOS box and from an explorer window. I've
tried inputing different options at the commandline (all of them with
the SAPWD switch or else I get the SA password dialog box) and by
altering the setup.ini file. I've tried creating the target and data
directories first and running setup (both at the commandline and
through explorer and using the different variations of passing the
startup variables).

The results have all been the same. I get a configuring MS SQL DE
dialog box with a running progress bar. It seems about finished
configuring but stops near the end. Then the progress bar actually
goes in reverse and the whole thing stops without installing a thing.
This is truly puzzling and am wonder what I am missing.
Nov 12 '05 #1
2 2062
farqua <fa****@news.com> wrote:
I've been trying to install MS SQL Server 2000 sp3 on a stand alone
WinXP box.
I've been battling the same problem the last day or so.
The results have all been the same. I get a configuring MS SQL DE
dialog box with a running progress bar. It seems about finished
configuring but stops near the end. Then the progress bar actually
goes in reverse and the whole thing stops without installing a thing.
This is truly puzzling and am wonder what I am missing.


Here's what I've found. YMMV of course.

Here's my setup string that finally worked. You may want to choose a different
option for disable network protocols.

setup SECURITYMODE=SQL SAPWD="xxxx" DISABLENETWORKPROTOCOLS=0
/L*V C:\msde.log

Look for value=3 in the log file and review the previous and 10 next lines.

INF: How to Secure Network Connectivity for SQL Server 2000 Local Databases
http://support.microsoft.com/default...b;en-us;814130
"If you specify DISABLENETWORKPROTOCOLS=1, no network protocols are enabled for that
instance."

FWIW I found most of my answers by searching at groups.google.com.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #2
On Mon, 26 Jan 2004 00:35:25 +0000, Tony Toews wrote:
farqua <fa****@news.com> wrote:
I've been trying to install MS SQL Server 2000 sp3 on a stand alone
WinXP box.


I've been battling the same problem the last day or so.
The results have all been the same. I get a configuring MS SQL DE dialog
box with a running progress bar. It seems about finished configuring but
stops near the end. Then the progress bar actually goes in reverse and
the whole thing stops without installing a thing. This is truly puzzling
and am wonder what I am missing.


Here's what I've found. YMMV of course.

Here's my setup string that finally worked. You may want to choose a
different option for disable network protocols.

setup SECURITYMODE=SQL SAPWD="xxxx" DISABLENETWORKPROTOCOLS=0
/L*V C:\msde.log

Look for value=3 in the log file and review the previous and 10 next
lines.

INF: How to Secure Network Connectivity for SQL Server 2000 Local
Databases http://support.microsoft.com/default...b;en-us;814130
"If you specify DISABLENETWORKPROTOCOLS=1, no network protocols are
enabled for that instance."

FWIW I found most of my answers by searching at groups.google.com.

Tony


I don't have value=3 in my log at all and I believe that I've tried every
possible combination of setup parameters. The log's final message is
"MainEngineThread is returning 1603", which according to the SQL Server
Books Online documentation just means failure. I haven't found much
resolution in the google groups although this problem is not necessarily
rare. I'm afraid that I'm stuck.
Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Martin | last post by:
I am trying to create a setup project for my C# winforms application. The setup project works perfectly, for the most part. The difficulty I am having is this: I want to run two custom actions...
4
by: Demetris | last post by:
Hello there! I am trying to install MS SQL 2000 Server on Windows XP Home edition. I found in Microsoft that the above installation is possible. But when i run the installation, i am getting a...
2
by: Andy B | last post by:
It's arriving from ebuyer tomorrow for 32 quid. I already have an instance of MSDE running on the laptop and ideally i would like SQL server to be installed and use the current instance and not...
4
by: wardellcastles | last post by:
I am running SQLServer 2000 SP3 with MDAC 2.8. On instances created via MSDE, I am unable to create the first step in a job. Instances created with SQLServer 2000, this problem does not occur....
4
by: Bruno Panetta | last post by:
I have tried to install MSDE 2000, first the normal version, then the one for developers using Visual Studio .NET. Each time the installation appears to complete, but there is no shortcut to start...
2
by: Jozef | last post by:
Hello, I have an Access database front end (XP version). I would like to check the installed MSDE or if the user wants to connect to an SQL Server, check that and see if the database exists. ...
3
by: Mike Oliszewski | last post by:
I am attempting to install the MSDE (SQL 2000) as a part of our application. This requires that you run the MSDE setup.exe program from a Console mode application, it just hangs forever part way...
0
by: AZ | last post by:
Hi all, I am writing an app in C# to install my MSDE instances. I can't seem to find any other apps like this although I know they exist. Can anyone point me to some C# code to install MSDE? ...
3
by: Gary | last post by:
I am trying to create a setup application using C# that should install MSDE 2000 on the client machine. I googled a little but couldn't find a specific answer. Any pointers on how this can be...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.