Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Error - Installing Client Tools of SQL Server 2005

Author  Topic 

vaddi
Posting Yak Master

145 Posts

Posted - 2007-01-04 : 20:37:37
Hello

I am trying to install client tools on my desktop and I am getting the following error :

Edition Change Check (Warning)

Messages
Edition Change Check


To change an existing instance of Microsoft SQL Server 2005 to a different edition of SQL Server 2005,
you must run SQL Server 2005 Setup from the command prompt and include the SKUUPGRADE=1 parameter.

This error , I am have seen in the logs.

The installation wizard is closing down with the above log error.

Thanks

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2007-01-04 : 20:46:39
do you already have the client tools installed? it looks like setup thinks you do.


www.elsasoft.org
Go to Top of Page

vaddi
Posting Yak Master

145 Posts

Posted - 2007-01-04 : 20:51:28
I donot have anything installed with regds to sql server 2005. I have the sql server 2000 client tools.

I was getting this error from the first.

Thanks
Go to Top of Page

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2007-01-04 : 23:12:44
are you installing the server or just the client tools? it looks from the message that you are installing the server as well. If so, and if you already have a 2000 default instance installed, then you need to install the 2k4 2k5 instance as a named instance.

from the error msg, setup appears setup is trying to upgrade a 2k instance to 2k5, and not install a separate 2k5 instance.


www.elsasoft.org
Go to Top of Page

vaddi
Posting Yak Master

145 Posts

Posted - 2007-01-04 : 23:22:18
I am just trying to install the 2005 client tools.
I have the IIS , on my system. Do you want me to remove the IIS and try to install.

Thanks
Go to Top of Page

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2007-01-05 : 01:52:23
IIS has nothing to do with it.

I am at a loss here. perhaps someone else can help you.


www.elsasoft.org
Go to Top of Page

vaddi
Posting Yak Master

145 Posts

Posted - 2007-01-05 : 12:09:08
I have tried to uninstall and re-install everything , but still I am struck.

The log file shows:

Microsoft SQL Server 2005 9.00.1399.06
==============================
OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Time : Fri Jan 05 10:52:10 2007

DEPAUL-EF4AE0A7 : There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more information.


SQL Server Setup failed. For more information, review the Setup log file in %ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt.


Time : Fri Jan 05 10:54:59 2007


List of log files:
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0027_DEPAUL-EF4AE0A7_Core(Local).log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0027_DEPAUL-EF4AE0A7_Datastore.xml
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0027_DEPAUL-EF4AE0A7_.NET Framework 2.0.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0027_DEPAUL-EF4AE0A7_Core.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0027_DEPAUL-EF4AE0A7_.NET Framework 2.0 LangPack.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0027_DEPAUL-EF4AE0A7_.NET Framework Upgrade Advisor.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0027_DEPAUL-EF4AE0A7_.NET Framework Upgrade Advisor LangPack.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0027_DEPAUL-EF4AE0A7_.NET Framework Windows Installer.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0027_DEPAUL-EF4AE0A7_.NET Framework Windows Installer LangPack.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0027_DEPAUL-EF4AE0A7_SNAC.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0027_DEPAUL-EF4AE0A7_Support.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0027_DEPAUL-EF4AE0A7_SCC.log
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0027_DEPAUL-EF4AE0A7_WI.log


And I donot see any significant error. Is there any round about for the installation

In my cd , I have got the zip of the 2005 , I am unzipping it in the C:\docandsettings\microsoftsqlserver\.. and then running it.


Thanks
Go to Top of Page

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2007-01-05 : 12:16:15
do you have sql server express installed?
Go to Top of Page

vaddi
Posting Yak Master

145 Posts

Posted - 2007-01-05 : 12:42:18
I donot have anything installed. I have cleared up everything all the sql server programs. And started to install the sql server 2005 client tools.

In one of the log files I found the following error :

Error: Action "InstallToolsAction.10" threw an exception during execution. Error information reported during run:

Target collection includes the local machine.

Fatal Exception caught while installing package: "10"

Error Code: 0x80070002 (2)

Windows Error Text: The system cannot find the file specified.

Source File Name: sqlchaining\sqlprereqpackagemutator.cpp


Function Name: sqls::SqlPreReqPackageMutator::modifyRequest

Source Line Number: 196


WinException caught while installing package. : 1603

Error Code: 0x80070643 (1603)

Windows Error Text: Fatal error during installation.

Source File Name: packageengine\installpackageaction.cpp


Function Name: sqls::InstallPackageAction::perform

Source Line Number: 167


Trying to figure out , whats this error
Go to Top of Page

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2007-01-05 : 13:55:51
please see this note: http://support.microsoft.com/kb/907284

it doesn't look like you have the files in the proper directories when you ran the setup.



-ec
Go to Top of Page

vaddi
Posting Yak Master

145 Posts

Posted - 2007-01-05 : 15:01:10
Now I am struck up with this error:

Error code 2356 : Could not locate cabinet in stream : sql.cab

How can I go about this. I have tried to google this error , but didnot find much information.

Thanks
Go to Top of Page

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2007-01-05 : 15:06:35
quote:
Originally posted by vaddi

Now I am struck up with this error:

Error code 2356 : Could not locate cabinet in stream : sql.cab

How can I go about this. I have tried to google this error , but didnot find much information.

Thanks





generally error code 2356 means you have corrupt install media. try downloading the installation again and starting over.


-ec
Go to Top of Page

vaddi
Posting Yak Master

145 Posts

Posted - 2007-01-09 : 10:55:48
I have got the client tools installed finally , after re-installing 3 or 4 times.

Thansk
Go to Top of Page

PacketGnome
Starting Member

5 Posts

Posted - 2010-07-28 : 18:25:22
Hey where are installation error logs installed? Thanks.
Go to Top of Page
   

- Advertisement -