Search

ConfigurationFile.ini comment lists incorrect feature names by Speedbird186

Active

1
0
Sign in
to vote
Type: Bug
ID: 780071
Opened: 2/26/2013 7:30:38 PM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
When preparing a SQL Server Failover Cluster installation, the ConfigurationFile.ini script lists incorrect feature names in the comment line above the FEATURES= option.

For example, it lists SQL instead of SQLENGINE as the feature to install the database services.

The actual option line is correct, it's only the comment that is wrong.
Details (expand)

Product Language

English

Version

SQL Server 2012 SP1

Category

Setup

Operating System

Windows Server 2012 Datacenter

Operating System Language

US English

Steps to Reproduce

Start an Advanced Cluster Preparation installation of SQL Server 2012 with SP 1 (slipstreamed).
Select the database engine as a feature.
On the Ready for Installation page, get the script location and open the script.

Actual Results


; ... SQL, AS, RS, IS
FEATURES=SQLENGINE

Expected Results


; ... SQLENGINE, ...
FEATURES=SQLENGINE

Platform

X64

Virtualization

 
File Attachments
0 attachments
Sign in to post a comment.
Sign in to post a workaround.