Showing posts with label sp3. Show all posts
Showing posts with label sp3. Show all posts

Friday, March 30, 2012

Instance specified not valid

Hi,

I'm trying to install MSDE SP3 which I downloaded from MS at http://www.asp.net/msde/.
Following the instructions as best I can I unzipped the file into a Folder now called MSDE located on C: I then went to a command prompt and typed in the command given to start the install:

setup SAPWD=testsite SecurityMode=SQL

Hit enter and the installer started up and ran for a few secs and then came back with

The Instance named specified is invalid

There was no mention of including an instance name or the format for it.

Suggestions please?

Also, if I want to completly uninstall MSDE if I need to how would I do it?

Thanks,
BobWell, I had this message come up if I tried to run setup for the instance that was already on the system.

I used this setup to install msde on my machine.

setup instancename="netsdk" sapwd="your password for sa" securitymode=sql

Reason for using instance name netsdk was that it seems that SDK kit needs this instance to install pubs and nwind database.

After executing this i did not get any error messages but when I started service manager I could not see any servers listed. It took me solid two hours to come up with idea to look into error log and there it was.

2004-03-09 11:57:44.50 server Microsoft SQL Server 2000 - 8.00.760 (Intel X86)
Dec 17 2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation
Desktop Engine on Windows NT 5.1 (Build 2600: Service Pack 1)

2004-03-09 11:57:44.50 server Copyright (C) 1988-2002 Microsoft Corporation.
2004-03-09 11:57:44.50 server All rights reserved.
2004-03-09 11:57:44.50 server Server Process ID is 3456.
2004-03-09 11:57:44.50 server Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL$NETSDK\LOG\ERRORLOG'.
2004-03-09 11:57:44.52 server SQL Server is starting at priority class 'normal'(2 CPUs detected).
2004-03-09 11:57:44.63 server SQL Server configured for thread mode processing.
2004-03-09 11:57:44.63 server Using dynamic lock allocation. [500] Lock Blocks, [1000] Lock Owner Blocks.
2004-03-09 11:57:44.63 spid2 Warning ******************
2004-03-09 11:57:44.63 spid2 SQL Server started in single user mode. Updates allowed to system catalogs.
2004-03-09 11:57:44.63 spid2 Starting up database 'master'.
2004-03-09 11:57:44.98 spid5 Starting up database 'model'.
2004-03-09 11:57:44.98 server Using 'SSNETLIB.DLL' version '8.0.766'.
2004-03-09 11:57:45.03 spid2 Server name is 'PC0491-EPITKA\NETSDK'.
2004-03-09 11:57:45.03 spid2 Skipping startup of clean database id 5
2004-03-09 11:57:45.03 spid2 Skipping startup of clean database id 6
2004-03-09 11:57:45.03 spid2 Starting up database 'msdb'.
2004-03-09 11:57:45.17 server SQL server listening on Shared Memory.
2004-03-09 11:57:45.17 server SQL Server is ready for client connections
2004-03-09 11:57:45.38 spid5 Clearing tempdb database.
2004-03-09 11:57:46.12 spid5 Starting up database 'tempdb'.
2004-03-09 11:57:46.20 spid2 Recovery complete.
2004-03-09 11:57:46.20 spid2 SQL global counter collection task is created.
2004-03-09 11:57:46.22 spid2 Warning: override, autoexec procedures skipped.
2004-03-09 11:57:56.94 spid51 Error: 15457, Severity: 0, State: 1
2004-03-09 11:57:56.94 spid51 Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install..
2004-03-09 11:57:57.08 spid51 Error: 15457, Severity: 0, State: 1
2004-03-09 11:57:57.08 spid51 Configuration option 'allow updates' changed from 1 to 0. Run the RECONFIGURE statement to install..
2004-03-09 11:57:57.34 spid2 SQL Server is terminating due to 'stop' request from Service Control Manager.

There is a line that says servername, I typed it in and I was able to start service. Log should be under c:\program files\microsoft sql server\mssql${your instance name}\log.

I am very new to windows world since I worked on Unix platform for past six years, so for you gurus out there this migth be something that does not need to be explained. Anyway I hope this helps.sql

Wednesday, March 7, 2012

Installing SQL Reporting Stop with an Error! message

Hi.
I am trying to Install SQL Reporting in a w2k machine with SP 4 and SQL 2000
SP3
When it start the installation, it fail with an Error! message only.
Has anyone seen this error and what is the solution
Please and thank you
TomasI'm having the same problem. When I start it fails with a message of
"Error!" while trying to install component "Microsoft SQL Server Reporting
Services Setup Support Files". It doesn't give any other message besides
"Error!", doesn't create a log file in C:\Program Files\Microsoft SQL
Server\80\RS Setup Bootstrap\Log\, and it doesn't write anything out to the
event log. I'm also on Windows 2000 SP4, and SQL 2000 with SP3. Any help
would really be appreciated.
Thank you
Andy
"Tomas" wrote:
> Hi.
> I am trying to Install SQL Reporting in a w2k machine with SP 4 and SQL 2000
> SP3
> When it start the installation, it fail with an Error! message only.
> Has anyone seen this error and what is the solution
> Please and thank you
> Tomas

Sunday, February 19, 2012

installing sp3?

I am using SQL 2000 Developers Edition with sp2
trying to install sp3a because it is a prereq for reporting services.
I installed sql2ksp3.exe. Everything seems to install fine and a messagebox
is
returned with a the "package has been installed succesful" message.
I restarted sql then ran the @.@. version query and still sp2
I restarted Window, then ran the query again with the same result
What my next step?
--
---
Yes, I searched first :)> I restarted sql then ran the @.@. version query and still sp2
AFAIK @.@.version gives you the SP of the OS, not of the SQL Server. What do
you get if you run
SELECT SERVERPROPERTY('ProductLevel')
?
--
Dejan Sarka, SQL Server MVP
Associate Mentor
www.SolidQualityLearning.com|||SELECT SERVERPROPERTY('ProductLevel')
returns "sp2"
by the way:
@.@.version returns
sql 8.00.534 . thats not my OS.
"Dejan Sarka" wrote:
> > I restarted sql then ran the @.@. version query and still sp2
> AFAIK @.@.version gives you the SP of the OS, not of the SQL Server. What do
> you get if you run
> SELECT SERVERPROPERTY('ProductLevel')
> ?
> --
> Dejan Sarka, SQL Server MVP
> Associate Mentor
> www.SolidQualityLearning.com
>
>|||It only installed the setup locally, now you need to run the setup. The
default setup install location is c:\sql2ksp3
Jeff
"Kmistic" <Kmistic@.discussions.microsoft.com> wrote in message
news:F4074DFD-0CA9-4843-82D5-969D431D2866@.microsoft.com...
> I am using SQL 2000 Developers Edition with sp2
> trying to install sp3a because it is a prereq for reporting services.
> I installed sql2ksp3.exe. Everything seems to install fine and a
messagebox
> is
> returned with a the "package has been installed succesful" message.
> I restarted sql then ran the @.@. version query and still sp2
> I restarted Window, then ran the query again with the same result
> What my next step?
> --
> ---
> Yes, I searched first :)|||ok, i see now. Thanks Jeff Dillon!!
"Jeff Dillon" wrote:
> It only installed the setup locally, now you need to run the setup. The
> default setup install location is c:\sql2ksp3
> Jeff
> "Kmistic" <Kmistic@.discussions.microsoft.com> wrote in message
> news:F4074DFD-0CA9-4843-82D5-969D431D2866@.microsoft.com...
> > I am using SQL 2000 Developers Edition with sp2
> >
> > trying to install sp3a because it is a prereq for reporting services.
> >
> > I installed sql2ksp3.exe. Everything seems to install fine and a
> messagebox
> > is
> > returned with a the "package has been installed succesful" message.
> >
> > I restarted sql then ran the @.@. version query and still sp2
> >
> > I restarted Window, then ran the query again with the same result
> >
> > What my next step?
> > --
> > ---
> > Yes, I searched first :)
>
>|||> by the way:
> @.@.version returns
> sql 8.00.534 . thats not my OS.
In your first post you did not mention version number, but you metioned
service pack explicitly, and @.@.version returns explicit service pack of the
OS.
--
Dejan Sarka, SQL Server MVP
Associate Mentor
www.SolidQualityLearning.com

installing sp3?

I am using SQL 2000 Developers Edition with sp2
trying to install sp3a because it is a prereq for reporting services.
I installed sql2ksp3.exe. Everything seems to install fine and a messagebox
is
returned with a the "package has been installed succesful" message.
I restarted sql then ran the @.@. version query and still sp2
I restarted Window, then ran the query again with the same result
What my next step?
Yes, I searched first
> I restarted sql then ran the @.@. version query and still sp2
AFAIK @.@.version gives you the SP of the OS, not of the SQL Server. What do
you get if you run
SELECT SERVERPROPERTY('ProductLevel')
?
Dejan Sarka, SQL Server MVP
Associate Mentor
www.SolidQualityLearning.com
|||SELECT SERVERPROPERTY('ProductLevel')
returns "sp2"
by the way:
@.@.version returns
sql 8.00.534 . thats not my OS.
"Dejan Sarka" wrote:

> AFAIK @.@.version gives you the SP of the OS, not of the SQL Server. What do
> you get if you run
> SELECT SERVERPROPERTY('ProductLevel')
> ?
> --
> Dejan Sarka, SQL Server MVP
> Associate Mentor
> www.SolidQualityLearning.com
>
>
|||It only installed the setup locally, now you need to run the setup. The
default setup install location is c:\sql2ksp3
Jeff
"Kmistic" <Kmistic@.discussions.microsoft.com> wrote in message
news:F4074DFD-0CA9-4843-82D5-969D431D2866@.microsoft.com...
> I am using SQL 2000 Developers Edition with sp2
> trying to install sp3a because it is a prereq for reporting services.
> I installed sql2ksp3.exe. Everything seems to install fine and a
messagebox
> is
> returned with a the "package has been installed succesful" message.
> I restarted sql then ran the @.@. version query and still sp2
> I restarted Window, then ran the query again with the same result
> What my next step?
> --
> Yes, I searched first
|||ok, i see now. Thanks Jeff Dillon!!
"Jeff Dillon" wrote:

> It only installed the setup locally, now you need to run the setup. The
> default setup install location is c:\sql2ksp3
> Jeff
> "Kmistic" <Kmistic@.discussions.microsoft.com> wrote in message
> news:F4074DFD-0CA9-4843-82D5-969D431D2866@.microsoft.com...
> messagebox
>
>
|||> by the way:
> @.@.version returns
> sql 8.00.534 . thats not my OS.
In your first post you did not mention version number, but you metioned
service pack explicitly, and @.@.version returns explicit service pack of the
OS.
Dejan Sarka, SQL Server MVP
Associate Mentor
www.SolidQualityLearning.com