SQL Server 2005 Unattended Install fails on Windows 2003 Cluster
-
Monday, May 14, 2012 4:47 AM
Hi,
We are trying to do a SQL Server 2005 Unattended Install on Server 2003 Cluster using a script in a virtualized test setup using HyperV.
The script starts off fine, but fails at Microsoft SQL Server 2005 component install. This is what I get in the Logs: Error Code: 0x80070043 (67) Windows Error Text: The network name cannot be found. I am able to ping the two Cluster nodes via name as well as IP. I also enabled the Windows Installer services and the Cluster is Online and healthy as well.
Attached are the logs and the script being used to run the auto installs. Please have a look and let me know.
If I do a standalone install (not in a cluster) using the same script, the install is successful.
Summary
-------------
Microsoft SQL Server 2005 9.00.1399.06
==============================
OS Version : Microsoft Windows Server 2003 family, Enterprise Edition Service Pack 2 (Build 3790)
Time : Tue May 08 20:36:14 2012
SQLNODE-2 : Microsoft Internet Information Services (IIS) is either not installed or is disabled. IIS is required by some SQL Server features. Without IIS, some SQL Server features will not be available for installation. To install all SQL Server features, install IIS from Add or Remove Programs in Control Panel or enable the IIS service through the Control Panel if it is already installed, and then run SQL Server Setup again. For a list of features that depend on IIS, see Features Supported by Editions of SQL Server in Books Online.
Machine : SQLNODE-1
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_SQLNODE-1_SQLSupport_1.log
--------------------------------------------------------------------------------
Machine : SQLNODE-2
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.1399.06
Install : Successful
Log File : \\SQLNODE-1\C$\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_SQLNODE-2_SQLSupport_1.log
--------------------------------------------------------------------------------
Machine : SQLNODE-2
Product : Microsoft SQL Server Native Client
Product Version : 9.00.1399.06
Install : Successful
Log File : \\SQLNODE-1\C$\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_SQLNODE-2_SQLNCLI_1.log
--------------------------------------------------------------------------------
Machine : SQLNODE-1
Product : Microsoft SQL Server Native Client
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_SQLNODE-1_SQLNCLI_1.log
--------------------------------------------------------------------------------
Machine : SQLNODE-1
Product : Microsoft Office 2003 Web Components
Product Version : 11.0.6558.0
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_SQLNODE-1_OWC11_1.log
--------------------------------------------------------------------------------
Machine : SQLNODE-2
Product : Microsoft Office 2003 Web Components
Product Version : 11.0.6558.0
Install : Successful
Log File : \\SQLNODE-1\C$\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_SQLNODE-2_OWC11_1.log
--------------------------------------------------------------------------------
Machine : SQLNODE-1
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.1399.06
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_SQLNODE-1_SqlWriter_1.log
--------------------------------------------------------------------------------
Machine : SQLNODE-2
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.1399.06
Install : Successful
Log File : \\SQLNODE-1\C$\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_SQLNODE-2_SqlWriter_1.log
--------------------------------------------------------------------------------
Machine : SQLNODE-1
Product : Microsoft SQL Server 2005 Backward compatibility
Product Version : 8.05.1054
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_SQLNODE-1_BackwardsCompat_1.log
--------------------------------------------------------------------------------
Machine : SQLNODE-2
Product : Microsoft SQL Server 2005 Backward compatibility
Product Version : 8.05.1054
Install : Successful
Log File : \\SQLNODE-1\C$\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_SQLNODE-2_BackwardsCompat_1.log
--------------------------------------------------------------------------------
Machine : SQLNODE-1
Product : MSXML 6.0 Parser
Product Version : 6.00.3883.8
Install : Successful
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_SQLNODE-1_MSXML6_1.log
--------------------------------------------------------------------------------
Machine : SQLNODE-2
Product : MSXML 6.0 Parser
Product Version : 6.00.3883.8
Install : Successful
Log File : \\SQLNODE-1\C$\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_SQLNODE-2_MSXML6_1.log
--------------------------------------------------------------------------------
Machine : SQLNODE-1
Product : Microsoft SQL Server 2005
Product Version : 9.00.1399.06
Install : Failed
Error Number : 67
--------------------------------------------------------------------------------
Machine : SQLNODE-2
Product : Microsoft SQL Server 2005
Product Version : 9.00.1399.06
Install : Failed
Error Number : 67
--------------------------------------------------------------------------------
This is what I get in the Logs: Error Code: 0x80070043 (67)
Windows Error Text: The network name cannot be found.
I followed the suggestions in this Link http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/thread/360ed941-83f9-41d9-9a05-ee449711b971/ > still no luck.
Is there any way I can send the Logs ?
Thanks
John
All Replies
-
Monday, May 14, 2012 9:20 AMHi did you get any solution for this, as i am also facing the same problem.
-
Tuesday, May 15, 2012 2:30 AMModerator
Hi John,
This issue occurs if one of the following conditions is true:
The network components on the domain controller are not configured correctly.
You did not update the network drivers on the domain controller or the drivers do not work with Microsoft Windows Server 2003.Please see this KB article: http://support.microsoft.com/kb/843156.
Thanks,
MaggiePlease remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.
- Marked As Answer by Maggie LuoMicrosoft Contingent Staff, Moderator Sunday, May 20, 2012 3:55 PM

