473,654 Members | 3,098 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SP3a and strong password problem

I urgently need tom use SP3a upgrade the instance of SQLServer200
MSDE runing on my local machine but I am having problems in doing so.

My first problem is that when I start the set up procedure I get the
message
"A strong SA password is required for security reasons. Please use
SAPWD switch to supply the same"

Currently the sa password is
Abc/def/ghk1

Which I think is a 'strong password' according to the microsoft rules
at
http://www.microsoft.com/resources/d...word_tips.mspx

I would be grateful if someone could confirm that Abc/def/ghk1 is a
strong password.

If anyone could point me to some published informal help on installing
SP3a then that would also be very helpful (I do of course have the MS
read me file). If anyone has a sample command line entry for the
updating then I would find that extremely useful. There is one
instance of MSDE on my machine, named NetSDK.

Best wishes, John Morgan
Jul 23 '05 #1
6 5868
John Morgan (jf*@XXwoodland er.co.uk) writes:
I urgently need tom use SP3a upgrade the instance of SQLServer200
MSDE runing on my local machine but I am having problems in doing so.

My first problem is that when I start the set up procedure I get the
message
"A strong SA password is required for security reasons. Please use
SAPWD switch to supply the same"

Currently the sa password is
Abc/def/ghk1


I don't have any experience of upgrading MSDE through command line,
but could the problem be the slashes? /SAPWD=Abc/def/ghkl is taken
as /SAPWD=Abc /def /ghkl. It should work, I think, if you put the
password in qoutes: /SAPWD="Abc/def/ghkl".
--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Jul 23 '05 #2

Thank you Erland,
Is there any way of upgrading MSDE other than through the command
line?

I am having real problems in upgrading
eg since posting the first message I have discovered that since my
installation package is sql2000.msi
I need to go to
http://www.microsoft.com/technet/sec.../msdeapps.mspx for
further information.

I am almost certain that my MSDE was installed with NetSDK but when I
click on the appropriate link on that page i get a 'knowledge base
article unavailable' message.
Best wishes, John Morgan

On Fri, 10 Dec 2004 22:12:51 +0000 (UTC), Erland Sommarskog
<es****@sommars kog.se> wrote:
John Morgan (jf*@XXwoodland er.co.uk) writes:
I urgently need tom use SP3a upgrade the instance of SQLServer200
MSDE runing on my local machine but I am having problems in doing so.

My first problem is that when I start the set up procedure I get the
message
"A strong SA password is required for security reasons. Please use
SAPWD switch to supply the same"

Currently the sa password is
Abc/def/ghk1


I don't have any experience of upgrading MSDE through command line,
but could the problem be the slashes? /SAPWD=Abc/def/ghkl is taken
as /SAPWD=Abc /def /ghkl. It should work, I think, if you put the
password in qoutes: /SAPWD="Abc/def/ghkl".


Jul 23 '05 #3
Hi

I think the easiest way to overcome the problem would be to change the sa
password before the installation. A strong password in this case may only
mean something other than a blank string, other posts say six characters and
two numbers work.

Usually a strong password would require not to have alphabetically
consecutive letters, non keyboard consecutive characters and non
recognisable names (even with numeric substitutions).

John

"John Morgan" <jf*@XXwoodland er.co.uk> wrote in message
news:v7******** *************** *********@4ax.c om...

Thank you Erland,
Is there any way of upgrading MSDE other than through the command
line?

I am having real problems in upgrading
eg since posting the first message I have discovered that since my
installation package is sql2000.msi
I need to go to
http://www.microsoft.com/technet/sec.../msdeapps.mspx for
further information.

I am almost certain that my MSDE was installed with NetSDK but when I
click on the appropriate link on that page i get a 'knowledge base
article unavailable' message.
Best wishes, John Morgan

On Fri, 10 Dec 2004 22:12:51 +0000 (UTC), Erland Sommarskog
<es****@sommars kog.se> wrote:
John Morgan (jf*@XXwoodland er.co.uk) writes:
I urgently need tom use SP3a upgrade the instance of SQLServer200
MSDE runing on my local machine but I am having problems in doing so.

My first problem is that when I start the set up procedure I get the
message
"A strong SA password is required for security reasons. Please use
SAPWD switch to supply the same"

Currently the sa password is
Abc/def/ghk1


I don't have any experience of upgrading MSDE through command line,
but could the problem be the slashes? /SAPWD=Abc/def/ghkl is taken
as /SAPWD=Abc /def /ghkl. It should work, I think, if you put the
password in qoutes: /SAPWD="Abc/def/ghkl".

Jul 23 '05 #4
Thanks John
I have tried changing the password before upgrading but the problem
persists.

I understand what you say about not having consecutive letters etc in
a password and I of course agree. what I am not sure is whether the
system tests for this sort of thing. I used the quoted password merely
as a temporary measure to try and get the SP3a package working.

I am begining to think that my problems arise because the installation
package SQL2000.msi is not a valid one for SP3a to work. I think the
MSDE was installed when .NetSDK was installed and therefore I am
supposed to go to
http://www.microsoft.com/technet/sec.../msdeapps.mspx for
further information but when I click on the appropriate link on that
page i get a 'knowledge base article unavailable' message.

Best wishes, John Morgan
On Sat, 11 Dec 2004 20:33:11 -0000, "John Bell"
<jb************ @hotmail.com> wrote:
Hi

I think the easiest way to overcome the problem would be to change the sa
password before the installation. A strong password in this case may only
mean something other than a blank string, other posts say six characters and
two numbers work.

Usually a strong password would require not to have alphabetically
consecutive letters, non keyboard consecutive characters and non
recognisable names (even with numeric substitutions).

John

"John Morgan" <jf*@XXwoodland er.co.uk> wrote in message
news:v7******* *************** **********@4ax. com...

Thank you Erland,
Is there any way of upgrading MSDE other than through the command
line?

I am having real problems in upgrading
eg since posting the first message I have discovered that since my
installation package is sql2000.msi
I need to go to
http://www.microsoft.com/technet/sec.../msdeapps.mspx for
further information.

I am almost certain that my MSDE was installed with NetSDK but when I
click on the appropriate link on that page i get a 'knowledge base
article unavailable' message.
Best wishes, John Morgan

On Fri, 10 Dec 2004 22:12:51 +0000 (UTC), Erland Sommarskog
<es****@sommars kog.se> wrote:
John Morgan (jf*@XXwoodland er.co.uk) writes:
I urgently need tom use SP3a upgrade the instance of SQLServer200
MSDE runing on my local machine but I am having problems in doing so.

My first problem is that when I start the set up procedure I get the
message
"A strong SA password is required for security reasons. Please use
SAPWD switch to supply the same"

Currently the sa password is
Abc/def/ghk1
I don't have any experience of upgrading MSDE through command line,
but could the problem be the slashes? /SAPWD=Abc/def/ghkl is taken
as /SAPWD=Abc /def /ghkl. It should work, I think, if you put the
password in qoutes: /SAPWD="Abc/def/ghkl".


Jul 23 '05 #5
Hi John

The installation of MSDE is optional with the .NetSDK therefore you may want
to check that there is a service running for the a NETSDK instance. Also
check the following to make sure that it was the SDK that installed it
http://support.microsoft.com/default...b;en-us;311762 You should
also check what the version number is, to get this see
http://www.aspfaq.com/show.asp?id=2160
The following lists most versions available:
http://www.sqlsecurity.com/DesktopDefault.aspx?tabid=37

It could be that the one of the SDK service packs has upgraded it!

If you know that the msi is you may want to try the /upgradesp option
http://msdn.microsoft.com/library/de...stsql_84xl.asp

If you continue to have problems then the quickest solution may easier be to
back up the databases (and/or detach them). Remove the instance and
re-install from the standard MSDE2000A.exe. See
http://msdn.microsoft.com/netframewo...e/default.aspx, you
can then restore (or re-attach) the databases and then do the upgrade for
this installation. Alternatively you may be able to find the installation
scripts on the SDK cd and reinstall the databases from scratch.

John

"John Morgan" <jf*@XXwoodland er.co.uk> wrote in message
news:gq******** *************** *********@4ax.c om...
Thanks John
I have tried changing the password before upgrading but the problem
persists.

I understand what you say about not having consecutive letters etc in
a password and I of course agree. what I am not sure is whether the
system tests for this sort of thing. I used the quoted password merely
as a temporary measure to try and get the SP3a package working.

I am begining to think that my problems arise because the installation
package SQL2000.msi is not a valid one for SP3a to work. I think the
MSDE was installed when .NetSDK was installed and therefore I am
supposed to go to
http://www.microsoft.com/technet/sec.../msdeapps.mspx for
further information but when I click on the appropriate link on that
page i get a 'knowledge base article unavailable' message.

Best wishes, John Morgan
On Sat, 11 Dec 2004 20:33:11 -0000, "John Bell"
<jb************ @hotmail.com> wrote:
Hi

I think the easiest way to overcome the problem would be to change the sa
password before the installation. A strong password in this case may only
mean something other than a blank string, other posts say six characters
and
two numbers work.

Usually a strong password would require not to have alphabetically
consecutive letters, non keyboard consecutive characters and non
recognisabl e names (even with numeric substitutions).

John

"John Morgan" <jf*@XXwoodland er.co.uk> wrote in message
news:v7****** *************** ***********@4ax .com...

Thank you Erland,
Is there any way of upgrading MSDE other than through the command
line?

I am having real problems in upgrading
eg since posting the first message I have discovered that since my
installation package is sql2000.msi
I need to go to
http://www.microsoft.com/technet/sec.../msdeapps.mspx for
further information.

I am almost certain that my MSDE was installed with NetSDK but when I
click on the appropriate link on that page i get a 'knowledge base
article unavailable' message.
Best wishes, John Morgan

On Fri, 10 Dec 2004 22:12:51 +0000 (UTC), Erland Sommarskog
<es****@sommars kog.se> wrote:

John Morgan (jf*@XXwoodland er.co.uk) writes:
> I urgently need tom use SP3a upgrade the instance of SQLServer200
> MSDE runing on my local machine but I am having problems in doing so.
>
> My first problem is that when I start the set up procedure I get the
> message
> "A strong SA password is required for security reasons. Please use
> SAPWD switch to supply the same"
>
> Currently the sa password is
> Abc/def/ghk1
>

I don't have any experience of upgrading MSDE through command line,
but could the problem be the slashes? /SAPWD=Abc/def/ghkl is taken
as /SAPWD=Abc /def /ghkl. It should work, I think, if you put the
password in qoutes: /SAPWD="Abc/def/ghkl".

Jul 23 '05 #6
Thanks JOhn for your l reply . I can see I should my current version
of MSDE but first I need to tackle an immediate problem.

The real reason for updating is that I have online SQL Server
databases on an ISP's SQL Server. Within the last fornight the ISP
has suddenly updated the security arrangements for its SQL Server
and now allows only 'access through port 1433'. This has meant that
my Enterprise Manager connection does not now work (has worked
splendidly for 12 months) and I cannot access my online databases
using Enterprise Manager. The ISP have given me simple instructions
to set up an alias using Network Client (on port 1433) and to
register that connection using Enterprise Manager but their
instructions do not work. They say that this is because my MSDE has
not been upgraded to SP3.

The more I think about it and acting too on advice I have received
then my inability to connect to an online SQL database is likely to
have nothing to do with upgrading my current version of MSDE.

I have therefore posted a new topic attempting to explain my problem.
It would be great if you could have a look at it,

Best wishes, John

On Sun, 12 Dec 2004 10:48:05 -0000, "John Bell"
<jb************ @hotmail.com> wrote:
Hi John

The installation of MSDE is optional with the .NetSDK therefore you may want
to check that there is a service running for the a NETSDK instance. Also
check the following to make sure that it was the SDK that installed it
http://support.microsoft.com/default...b;en-us;311762 You should
also check what the version number is, to get this see
http://www.aspfaq.com/show.asp?id=2160
The following lists most versions available:
http://www.sqlsecurity.com/DesktopDefault.aspx?tabid=37

It could be that the one of the SDK service packs has upgraded it!

If you know that the msi is you may want to try the /upgradesp option
http://msdn.microsoft.com/library/de...stsql_84xl.asp

If you continue to have problems then the quickest solution may easier be to
back up the databases (and/or detach them). Remove the instance and
re-install from the standard MSDE2000A.exe. See
http://msdn.microsoft.com/netframewo...e/default.aspx, you
can then restore (or re-attach) the databases and then do the upgrade for
this installation. Alternatively you may be able to find the installation
scripts on the SDK cd and reinstall the databases from scratch.

John

"John Morgan" <jf*@XXwoodland er.co.uk> wrote in message
news:gq******* *************** **********@4ax. com...
Thanks John
I have tried changing the password before upgrading but the problem
persists.

I understand what you say about not having consecutive letters etc in
a password and I of course agree. what I am not sure is whether the
system tests for this sort of thing. I used the quoted password merely
as a temporary measure to try and get the SP3a package working.

I am begining to think that my problems arise because the installation
package SQL2000.msi is not a valid one for SP3a to work. I think the
MSDE was installed when .NetSDK was installed and therefore I am
supposed to go to
http://www.microsoft.com/technet/sec.../msdeapps.mspx for
further information but when I click on the appropriate link on that
page i get a 'knowledge base article unavailable' message.

Best wishes, John Morgan
On Sat, 11 Dec 2004 20:33:11 -0000, "John Bell"
<jb************ @hotmail.com> wrote:
Hi

I think the easiest way to overcome the problem would be to change the sa
password before the installation. A strong password in this case may only
mean something other than a blank string, other posts say six characters
and
two numbers work.

Usually a strong password would require not to have alphabetically
consecutiv e letters, non keyboard consecutive characters and non
recognisab le names (even with numeric substitutions).

John

"John Morgan" <jf*@XXwoodland er.co.uk> wrote in message
news:v7***** *************** ************@4a x.com...

Thank you Erland,
Is there any way of upgrading MSDE other than through the command
line?

I am having real problems in upgrading
eg since posting the first message I have discovered that since my
installation package is sql2000.msi
I need to go to
http://www.microsoft.com/technet/sec.../msdeapps.mspx for
further information.

I am almost certain that my MSDE was installed with NetSDK but when I
click on the appropriate link on that page i get a 'knowledge base
article unavailable' message.
Best wishes, John Morgan

On Fri, 10 Dec 2004 22:12:51 +0000 (UTC), Erland Sommarskog
<es****@sommars kog.se> wrote:

>John Morgan (jf*@XXwoodland er.co.uk) writes:
>> I urgently need tom use SP3a upgrade the instance of SQLServer200
>> MSDE runing on my local machine but I am having problems in doing so.
>>
>> My first problem is that when I start the set up procedure I get the
>> message
>> "A strong SA password is required for security reasons. Please use
>> SAPWD switch to supply the same"
>>
>> Currently the sa password is
>> Abc/def/ghk1
>>
>
>I don't have any experience of upgrading MSDE through command line,
>but could the problem be the slashes? /SAPWD=Abc/def/ghkl is taken
>as /SAPWD=Abc /def /ghkl. It should work, I think, if you put the
>password in qoutes: /SAPWD="Abc/def/ghkl".


Jul 23 '05 #7

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

Similar topics

1
4408
by: WangKhar | last post by:
Hi (sorry this has turned into a bit of an epic...thought I'd as the experts!) SQL 2k, sp3a. Dual xeon 2.4. 2 gig ram. everything on a 3 disk raid 5. Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Enterprise Edition on Windows NT 5.0 (Build 2195: ) Problem seems to be some extended procs that seemed to be running fine
1
4682
by: gregs | last post by:
Hi folks, I need to know which EXE's of SP3 to install with SQL Server 2000 Personal Edition. From the Microsoft website: http://www.microsoft.com/downloads/details.aspx?FamilyId=90DCD52C-0488-4E46-AFBF-ACACE5369FA3&displaylang=en ....it has these 3 files:
5
3473
by: pete | last post by:
Can anyone give me some sugguestions here. Connection is declared at the start of the application Set rsFZReport.ActiveConnection = conn Then a function repeatly opens recordsets like this - rsFZReport.Open sRS, , adOpenStatic, adLockReadOnly, adCmdText .. ..
4
2543
by: Lars Bonnesen | last post by:
A Win2k, SQL2k machine with SP2 that only just now has been updated to SP3a fails in different ways. Among other things, when I now start Enterprise Manager, I get a message saying "rebbrui.rll" is missing and the snap-in fails to initiate. But then the Manager starts anyway. But the SQL application does not work. I searched around the net, and I found that it looks as if SQL Slammer has been on the server. I can tell by the similar...
4
1550
by: Jesus Carmona | last post by:
Good day everyone; I'm having a program for a PocketPC that was working great, this program connects to a database (MSDE) but when I updated the MSDE to SP3a everything blew-up... There is no way I can connect to my database anymore. The funny part is that if I connect to a full MS-SQL Server the program works just fine. Do I need to change anything in my connection string so I can connect to MSDE SP3a? Any Ideas of how I can solve this...
1
1253
by: Henry Lee | last post by:
Hi, Our user complain about the strong password setting makes them hard to remember for ASP 2.0 web. Is there anyway to disable the setting which requires users must use strong password like #$% character ? Thanks, Henry
1
3419
by: jake | last post by:
Hi. I am building web apps in visual web developer 2005 express and SQL 2005 express. Users have complained about the strong password policy, so I would like to change it to somthing like at least 5 letters and 1 number. Thanks for the help in advance. -Jake
2
8314
by: UJ | last post by:
Does anybody have lying around a Regex for a strong password (or a routine to check it). I'd like the normal First character has to be a character, total of 8 characters and has to have at least one number in it. TIA - Jeff.
2
1542
by: deepika1 | last post by:
hi , i wrote a code for to delete the particular rows in a table using check boxes.But in that i select the particular rows and click on the delete button these rows didn't delete.plz check it what's the problem in that code. <?php $host="localhost"; // Host name $username="root"; // Mysql username $password=" "; // Mysql password
0
8375
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8290
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8815
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8707
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8482
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7306
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5622
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4294
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1916
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.