-
Type:
Bug
-
Status: Reopened
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: sqlserver
-
Labels:None
-
Template:
-
Acceptance Criteria:
- When a dotnet 3 installation error occurs, the user should be informed of such
-
Epic Link:
-
Team:Modules
-
Method Found:Needs Assessment
-
QA Risk Assessment:Needs Assessment
The dot net installation method doesn't actually check if dot net was succesfully installed and instead just passes the bad state through to the SQL Server installation, which then throws an odd error in the installation log.
rror: Error trying to install features (DQ, FullText, Replication, SQLEngine
|
Execution of '["D://setup.exe", "/ACTION=install", "/Q", "/IACCEPTSQLSERVERLICENSETERMS", "/INSTANCENAME=MSSQLSERVER", "/FEATURES=DQ,FullText,Replication,SQLEngine", "/SQLSYSADMINACCOUNTS=\"Administrator\""]' returned 2241069057: Microsoft (R) SQL Server 2012 11.00.3000.00
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
Error: /Stage[main]/Main/Sqlserver_instance[MSSQLSERVER]/ensure: change from absent to present failed: Error trying to install features (DQ, FullText, Replication, SQLEngine
|
Execution of '["D://setup.exe", "/ACTION=install", "/Q", "/IACCEPTSQLSERVERLICENSETERMS", "/INSTANCENAME=MSSQLSERVER", "/FEATURES=DQ,FullText,Replication,SQLEngine", "/SQLSYSADMINACCOUNTS=\"Administrator\""]' returned 2241069057: Microsoft (R) SQL Server 2012 11.00.3000.00
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
- relates to
-
MODULES-3814 SQLServer application of manifest without source shows UI
-
- Closed
-