![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I reinstalled Windows XP Pro because I had to. I would like not to have to do it again. |
|
Before reinstalling SQL Server 2005, I installed EasyPHP 5.3. This software wouldn't install before because the port 80 (I think) was occupied by SQL Server. |
|
After, I tried to install SQL Server, but it does not install because of this port beeing busy. So, I uninstalled EasyPHP, but the problem persists. SQL Server will not install. |
#3
| |||
| |||
|
|
Jac Tremblay (jac.tremblay (AT) donotspam (DOT) com) writes: I reinstalled Windows XP Pro because I had to. I would like not to have to do it again. Who would? Before reinstalling SQL Server 2005, I installed EasyPHP 5.3. This software wouldn't install before because the port 80 (I think) was occupied by SQL Server. SQL Server only listens on port 80, if you create HTTP endpoints. After, I tried to install SQL Server, but it does not install because of this port beeing busy. So, I uninstalled EasyPHP, but the problem persists. SQL Server will not install. So what happens when you try to install? Which edition of SQL Server are you trying to install? What components of SQL Server do you try to install? You find error logs for the install in C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Log Not that they are eaily understood, but it's at least a start. -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx . |
#4
| ||||
| ||||
|
|
I use Windows XP Pro and SQL Server 2005 (with VS 2005 Pro). |
|
The log file is quite long. I extracted those lines: -------------------------------------------------------------------------- ------ Product : Microsoft SQL Server 2005 Backward compatibility Product : MSXML 6 Service Pack 2 (KB954459) Product Version : 6.20.1099.0 Install : Failed Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0004_SOFICA-JAC_MSXML6_1.log Error Number : 1603 -------------------------------------------------------------------------- |
|
All I understand from this text is that "MSXML 6.1" won't install and so won't the rest: Native client, and all the necessary product to run the SQL Server database tools (I have to run the install again to have the complete list, and this takes 2 hours). I do not know why and need some help. |
|
Part of my original question was: "How can one free the port 80? Where do I look for its status? |
#5
| |||
| |||
|
|
Jac Tremblay (jac.tremblay (AT) donotspam (DOT) com) writes: I use Windows XP Pro and SQL Server 2005 (with VS 2005 Pro). But which edition of SQL Server do you try to install? The log file is quite long. I extracted those lines: -------------------------------------------------------------------------- ------ Product : Microsoft SQL Server 2005 Backward compatibility Product : MSXML 6 Service Pack 2 (KB954459) Product Version : 6.20.1099.0 Install : Failed Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0004_SOFICA-JAC_MSXML6_1.log Error Number : 1603 -------------------------------------------------------------------------- The KB article referred is said to be published in November 2008, so it does not come with the original SQL Server setup. This would indicate that already have this version on your machine. Then again, if grabbed a download copy of SQL Server Express, possibly this has this fix built-in. The KB article does say that there are known issue with this fix and installing SQL 2008, but there is nothing about SQL 2005. But I also recall having seen people having problems with installing SQL 2005 and MSXML. Maybe XP SP3 was part of the plot as well. (Excuse me for being vague, but I'm really working from fragmentary memory, offering the small piece of information that I have.) All I understand from this text is that "MSXML 6.1" won't install and so won't the rest: Native client, and all the necessary product to run the SQL Server database tools (I have to run the install again to have the complete list, and this takes 2 hours). I do not know why and need some help. There is no denial that these Setup problems are very difficult. The logs are, as you have noted, grossly verbose, and it is not very easy to understand what is wrong. If you have this security fix installed on your machine, I would try to uninstall it. If you don't have it installed, and you are trying to install Express. Hm, maybe you should try to apply it separately? Or should try to find an older version of Express? Part of my original question was: "How can one free the port 80? Where do I look for its status? What I tried to say in my original answer is that looking at port 80 is not likely to resolve the issue. That'a a blind alley. -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx . |
#6
| |||
| |||
|
|
Hi again Erland, What do you mean by this? *** If you have this security fix installed on your machine, I would try to uninstall it. *** What security fix do you talk about? |
|
I'm not sure Port 80 is a blind alley. I wil investigate further. I downloaded SQL Server Express and tried to install it. I Got the same problem. |
|
MSXML SP2 installation fails. Maybe the SP2 install fails because the program (MSXML6.1) is not installed in the first place? |
#7
| |||
| |||
|
|
Jac Tremblay (jac.tremblay (AT) donotspam (DOT) com) writes: Hi again Erland, What do you mean by this? *** If you have this security fix installed on your machine, I would try to uninstall it. *** What security fix do you talk about? http://support.microsoft.com/default.aspx?scid=954459, this is the KB article referred to in the log file. I'm not sure Port 80 is a blind alley. I wil investigate further. I downloaded SQL Server Express and tried to install it. I Got the same problem. So before you did not try to install SQL Express? MSXML SP2 installation fails. Maybe the SP2 install fails because the program (MSXML6.1) is not installed in the first place? If memory serves, SQL 2005 installs MSXML6. But the RTM version of SQL 2005 does definitely not install this security fix, because the fix is far too new for that. But it could be the other way round. I found this: http://support.microsoft.com/kb/968749 If the KB Article does not apply, could you please post the full log file? Also, which service-pack level of XP do you have? SP2 or SP3? -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx . |
#8
| |||
| |||
|
|
That did it. The second link is the right one for me. The problem description and error code number (1603) are exactly the ones I had. I followed the instructions and the reinstallation went fine afterwards. Thank you very much. You make my day. |
![]() |
| Thread Tools | |
| Display Modes | |
| |