Installing SQL Server on a XP Home Edition PC

Installing SQL Server on a XP Home Edition PC

Post by Melinda Simmon » Sun, 12 Jan 2003 12:40:12



I am currently taking a class on SQL Server and cannot
get the software to load on my PC. I receive the
following error message when setup is almost
complete "Setup failed to configure the server.Refer to
the server error logs and sqlstp.log for more
information." Once I look at the logs I find the
following error message "Data source name not found and
no default driver specified."I cannot figure out why it
will not install. Any help would be greatly appreciated.
Thanks

Melinda

 
 
 

Installing SQL Server on a XP Home Edition PC

Post by Kimberly L. Trip » Sun, 12 Jan 2003 17:52:39


The only thing I can think of is that you're trying to install a server
edition of SQL Server on XP and not the developer or personal editions? What
class and what are the materials? Do you know what edition you have? (ugh -
if you ask how you can tell without it being installed? I'm sure there's a
way - ANYONE?)

hth,
kt


Quote:> I am currently taking a class on SQL Server and cannot
> get the software to load on my PC. I receive the
> following error message when setup is almost
> complete "Setup failed to configure the server.Refer to
> the server error logs and sqlstp.log for more
> information." Once I look at the logs I find the
> following error message "Data source name not found and
> no default driver specified."I cannot figure out why it
> will not install. Any help would be greatly appreciated.
> Thanks

> Melinda


 
 
 

Installing SQL Server on a XP Home Edition PC

Post by Melinda Simmon » Sun, 12 Jan 2003 22:36:01


I am trying to install from the developers addition. I was following
instructions from the schools website(they give you instructions on how
to install but nothing on if you have problems with installation). The
class I am taking is Database Management and we use SQL Server as our
database.From what I can tell I'm following the instructions to the
letter and it is not working.

Thanks
Melinda

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

 
 
 

Installing SQL Server on a XP Home Edition PC

Post by Kimberly L. Trip » Mon, 13 Jan 2003 02:39:52


Wait - you're getting a message saying that a data source name cannot be
found... This sounds like it's not SQL Server that's failing but your
"students" software.

Please try this to make sure it's not SQL Server?
    go to a command prompt
    at the prompt type:
        net start
    and press enter

See if one of the following is in the list
    MSSQLServer
or MSSQL$...........

If there's nothing in the list then try this
    NET START MSSQLSERVER

See what that does. If it says the service is starting then you can check
again to see if it's in the list once you're done with the net start again.

NOW - also at a command prompt execute:
        osql -E

once you get the 1> type this

this should tell you what version you have.

Next - try your student install again?? Maybe it's just that the server was
not started? If that's the case you *might* want to set auto start for your
server? OR - you can always use the Service Manager to start/stop. There is
an icon in your taskbar to do this.

If SQL Server is there and it's just your class software then you'll need to
contact your instructor for more help?!

hth,
kt


Quote:

> I am trying to install from the developers addition. I was following
> instructions from the schools website(they give you instructions on how
> to install but nothing on if you have problems with installation). The
> class I am taking is Database Management and we use SQL Server as our
> database.From what I can tell I'm following the instructions to the
> letter and it is not working.

> Thanks
> Melinda

> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!

 
 
 

Installing SQL Server on a XP Home Edition PC

Post by Jasper Smit » Mon, 13 Jan 2003 02:27:08


This sounds like an ODBC SQL driver problem
Try this http://tinyurl.com/4bz7 but since you are
on XP reinstall MDAC 2.7 not 2.6.

--
HTH

Jasper Smith (SQL Server MVP)

I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org


Quote:

> I am trying to install from the developers addition. I was following
> instructions from the schools website(they give you instructions on how
> to install but nothing on if you have problems with installation). The
> class I am taking is Database Management and we use SQL Server as our
> database.From what I can tell I'm following the instructions to the
> letter and it is not working.

> Thanks
> Melinda

> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!

 
 
 

Installing SQL Server on a XP Home Edition PC

Post by Melinda Simmon » Mon, 13 Jan 2003 13:32:05


Kim, I tried what you said with the net start and I did
not see mssqlserver. When I tried to net start
mssqlserver it didn't do anything. I have tried
reinstalling SQL but with no luck. I am going to continue
looking online for help. I have emailed my instructor and
he is looking into as well. Hopefully I can figure what's
going on. Thank you for your help. I welcome any other
help you can give me. I am ready to pull my hair out at
this point. Thanks

Melinda

Quote:>-----Original Message-----
>Wait - you're getting a message saying that a data

source name cannot be
Quote:>found... This sounds like it's not SQL Server that's
failing but your
>"students" software.

>Please try this to make sure it's not SQL Server?
>    go to a command prompt
>    at the prompt type:
>        net start
>    and press enter

>See if one of the following is in the list
>    MSSQLServer
>or MSSQL$...........

>If there's nothing in the list then try this
>    NET START MSSQLSERVER

>See what that does. If it says the service is starting
then you can check
>again to see if it's in the list once you're done with

the net start again.

>NOW - also at a command prompt execute:
>        osql -E

>once you get the 1> type this

>this should tell you what version you have.

>Next - try your student install again?? Maybe it's just
that the server was
>not started? If that's the case you *might* want to set
auto start for your
>server? OR - you can always use the Service Manager to

start/stop. There is

- Show quoted text -

>an icon in your taskbar to do this.

>If SQL Server is there and it's just your class software
then you'll need to
>contact your instructor for more help?!

>hth,
>kt



>> I am trying to install from the developers addition. I
was following
>> instructions from the schools website(they give you
instructions on how
>> to install but nothing on if you have problems with
installation). The
>> class I am taking is Database Management and we use
SQL Server as our
>> database.From what I can tell I'm following the
instructions to the
>> letter and it is not working.

>> Thanks
>> Melinda

>> *** Sent via Developersdex

http://www.developersdex.com ***

- Show quoted text -

Quote:>> Don't just participate in USENET...get rewarded for it!

>.

 
 
 

Installing SQL Server on a XP Home Edition PC

Post by Melinda Simmon » Mon, 13 Jan 2003 13:58:30


Jasper,
Thanks for your help as well. I tried the download you
suggested and it still did not work. I still cannot get
SQL to load on my PC. If you can think of anything else
let me know. I am still researching the problem. It is
driving me crazy. Thanks again

Melinda

>-----Original Message-----
>This sounds like an ODBC SQL driver problem
>Try this http://tinyurl.com/4bz7 but since you are
>on XP reinstall MDAC 2.7 not 2.6.

>--
>HTH

>Jasper Smith (SQL Server MVP)

>I support PASS - the definitive, global
>community for SQL Server professionals -
>http://www.sqlpass.org



>> I am trying to install from the developers addition. I
was following
>> instructions from the schools website(they give you
instructions on how
>> to install but nothing on if you have problems with
installation). The
>> class I am taking is Database Management and we use
SQL Server as our
>> database.From what I can tell I'm following the
instructions to the
>> letter and it is not working.

>> Thanks
>> Melinda

>> *** Sent via Developersdex

http://www.developersdex.com ***

- Show quoted text -

Quote:>> Don't just participate in USENET...get rewarded for it!

>.

 
 
 

1. cannot install SQL Server 2000 on Windows XP home edition

Greetings,

I am unable to install SQL Server 2000 Personal edition on my machine
running windows XP Home edition. According to the SQL Server web site,
 that is a valid configuration.

I have reinstalled MDAC just in case, even though the SQL Server setup
reinstalls it as part of the installation. I am using the default
install
with Typical settings. I have tried different combinations in the
install,
such as NT authentication vs. SQL Server authentication, but did not
have
any success. The setup always fail after the files are copied and the
install attempts to configure SQL Server with my settings. I have
included
the last lines of the sqlstp.log. I believe it has to do with the
settings
under which to run the services. I have been only able to use "local
system"
as the account for sqlsvr.exe and sqlagent.exe. For some reason any
other
account that I choose, is not recognized as an account in my domain.
remember,
I am using XP Home Edition.

Any help would be greatly appreciated.

CD

sqlstp.log
-------------------
...
Starting Service ...

SQL_Latin1_General_CP1_CI_AS

-m -Q -T4022 -T3659

Connecting to Server ...

driver={sql server};server=HP;UID=sa;PWD=;database=master

[Microsoft][ODBC Driver Manager] Data source name not found and no
default driver specified

driver={sql server};server=HP;UID=sa;PWD=;database=master

[Microsoft][ODBC Driver Manager] Data source name not found and no
default driver specified

driver={sql server};server=HP;UID=sa;PWD=;database=master

[Microsoft][ODBC Driver Manager] Data source name not found and no
default driver specified

SQL Server configuration failed.

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

23:06:27 Process Exit Code: (-1)
23:06:31 Setup failed to configure the server.   Refer to the server
error logs and C:\WINDOWS\sqlstp.log for more information.
23:06:31 Action CleanUpInstall:
23:06:31 C:\WINDOWS\TEMP\SqlSetup\Bin\scm.exe  -Silent 1 -Action 4
-Service SQLSERVERAGENT
23:06:31 Process Exit Code: (1060) The specified service does not
exist as an installed service.

23:06:31 C:\WINDOWS\TEMP\SqlSetup\Bin\scm.exe  -Silent 1 -Action 4
-Service MSSQLSERVER
23:06:31 Process Exit Code: (0)
23:06:31 StatsGenerate returned: 2
23:06:31 StatsGenerate
(0x80000000,0x1,0xf000000,0x0,1033,303,0x0,0x1,0,0,0
23:06:31 StatsGenerate -1,Owner)
23:06:31 Installation Failed.

2. Technical Project Leader needed in Manhattan

3. installing ms sql 2000 server in windows XP home edition

4. Data Modeling Tools

5. How to install Microsoft SQL Server 2000 Enterprise Edition on Win XP Home Edit

6. DISTRIBUTED TRANSACTION ERROR!!!

7. Installing SQL Server in Windows XP Home Edition

8. SQLMail setup problems

9. Need Internet Information Server (IIS) for my Windows XP Home Edition PC

10. Install Personal SQL 7 on Windowx XP home edition

11. Invalid Coonection in VC++.NET Standard that is in Windows XP Home Edition PC

12. MSDE does not install on XP home edition !!!

13. Getting SQL Server client/ODBC driver for XP Home Edition