Quantcast
Channel: SQL Server Setup & Upgrade Forum
Viewing all 7701 articles
Browse latest View live

Deploy SQL Management Studio 2012 through SCCM

$
0
0

Hello,

Has anyone successfully deployed SQL Management Studio 2012 with SCCM?

A couple of specific questions:

- Which folder from the SQL Media is required to ensure that only Management Studio deploys (we would like to limit the size of the deployment Package)?

- What command line options do we need to use to install the Advanced version of Management Studio with all of the Tools and Books Online.  I have found the following but there is not a clear distinction about what is required and what is optional: http://msdn.microsoft.com/en-us/library/ms144259.aspx

- Can someone confirm the following command line options for machine that has 2008 R2 Management Studio on it?
Setup.exe /q /ACTION=upgrade /IACCEPTSQLSERVERLICENSETERMS /FEATURES=Tools

- Can someone confirm the following command line options for a new installation of 2012 Management Studio?
Setup.exe /q /ACTION=Install /IACCEPTSQLSERVERLICENSETERMS /FEATURES=Tools

- Do I need to use /PID for the product key if I am only installing Management Studio?

Thank you,

Matt


SQL server instacne alias works locally but not remotely on 2 Node Cluster

$
0
0

I configured Alias for SQL Named instance in 2 Node cluster.users are able to access the SQl instance using alias locally 
But,when they try to access remotely from SSMS,alias is not working and Getting below error

A network related or instance-specific error occurred while establishing a connection to SQL Server.  The server was not found or was not accessible.  
Verify that the instance name is correct and that SQL Server is configured to allow remote connections


1) created alias on both 32 & 64 SQL Native Client 10.0 Configuration 

2) Enable TCP/IP Protocol and Created Alias in SQL Server Client Network Utility on both 32 & 64 bit

%systemdrive%\Windows\System32\cliconfg.exe

%SystemDrive%\Windows\sysWOW64\cliconfg.exe 

3) Browser Service is up & running

4) Cross verified windows register keys
HKLM\SOFTWARE\Wow6432Node\Microsoft\MSSQLServer\Client\ConnectTo
HKLM\SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo

5) Firewall is disabled and port is open between the servers

6) Remote Connection is Enabled for SQL instance

Can someone help us on resolving the alias remote connection issue.Thanks in Advance

Note :- When I try to ping the alias it is pointing to the Active node





Unable to uninstall SQL Server 2008 R2 - Stuck on SqlEngineConfigAction_remove_unconfigrc_Cpu64

$
0
0

Hi

I have been attempting to uninstall my version of SQL Server 2008 R2 as we are migrating to SQL 2014 and I need to leverage the default instance. I have managed to uninstall all the SQL Server 2008 R2 features except for the database engine. When I attempt to delete the Database Engine it hangs (left it for over 4 hours) at the SqlEngineConfigAction_remove_unconfigrc_Cpu64 section within the uninstall. After checking in the Detail logs for the uninstall I can see that it is stuck at the following step:

2015-09-17 16:49:51 SQLEngine: --RsFxConfiguration: RsFxConfiguration:Uninstall :
2015-09-17 16:49:51 Slp: Sco: Attempting to open SC Manager
2015-09-17 16:49:51 Slp: Sco: Attempting to open service handle for service RsFx0151
2015-09-17 16:49:51 Slp: Sco: Attempting to close service handle for service RsFx0151
2015-09-17 16:49:51 Slp: Sco: Attempting to close SC Manager
2015-09-17 16:49:51 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
2015-09-17 16:49:51 Slp: Sco: Attempting to open registry subkey SYSTEM\CurrentControlSet\Services\RsFx0151\InstancesShares
2015-09-17 16:49:51 Slp: Sco: Attempting to get service status for service RsFx0151
2015-09-17 16:49:51 Slp: Sco: Attempting to open SC Manager
2015-09-17 16:49:51 Slp: Sco: Attempting to open service handle for service RsFx0151
2015-09-17 16:49:51 Slp: Invoking QueryServiceStatus Win32 API
2015-09-17 16:49:51 Slp: Sco: Attempting to close service handle for service RsFx0151
2015-09-17 16:49:51 Slp: Sco: Attempting to close SC Manager
2015-09-17 16:49:51 Slp: Sco: Returning service status Running
2015-09-17 16:49:51 SQLEngine: --RsFxConfiguration: RsFxConfiguration:Uninstall : Issuing driver stop IOCTL

It never gets past this step. I have had to restore my computer 3 - 4 times today because the only way to stop the uninstall was to reboot my machine and then restore so I could attempt to uninstall again.

Before I started the uninstall this last time, I made sure that all SQL Services were disabled; that all service/websites that talked to SQL were disabled but I am still running into this issue. The closest issue I found on that net that was close to the same symptoms (hanging on SqlEngineConfigAction_remove_validation_Cpu64) but I don't have the registry item of AppCompat in the folder to even try setting that registry key to a different value.

Hopefully someone else has encountered this and knows how to fix it because my next steps are a complete reformat but I don't really have the time to start that.

Thanks for your help,

CG

"There are no sql server instances or shared features that can be updated on this computer" when updating SQL Server 2012 from SP1 to SP2

$
0
0

I have:

Microsoft SQL Server 2012 - 11.0.5343.0 (X64) 
May  4 2015 19:11:32 
Copyright (c) Microsoft Corporation
Developer Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)

And I need to update to SP2 (SQLServer2012SP2-KB2958429-x64-ENU.exe), but I'm getting the following error:



Not clustered or the cluster service is up and online. failed - I am running SP1 on a Standalone system

$
0
0

Hi All,

I installed a SQL server 2008 R2 on a 64 bit Stand alone system today morning

Now i am trying to apply SP1 on it. But it is not progressing further with the below. Please suggest me how to over cum this issue.

Note: Cluster services not installed on this server. Cluster service is not there in the services.msc as well.

MS SQL Server 2012 SP2 post-installation error

$
0
0

Hi all,

Windows update gave me an option to install updates for my MS SQL Server 2012. One was the SP1 and the other was the SP2. During that time i selected both but in the end the update for 'Security Update for SQL Server 2012 Service Pack 1 (KB2977326)' failed and the update for 'Microsoft SQL Server 2012 Service Pack 2 (KB2958429)' succeeded.

What i saw then when I run management studio and did a select top 100 rows command on a table I got the below error: 

An error occurred while executing batch. Error message is: Method not found: 'System.String Microsoft.SqlServer.Management.Smo.Util.BytesToHexString(Byte[], Int32)'.

This happens only for select statements. Edit and all other works fine. Does anybody know about this issue?

Thanks for you time. :)


SQL Server 2005 SP4 Upgrade Issue (KB937745)

$
0
0

We have an issue on our SQL Server 2005 which can be addressed by KB937745. The explanatory article (https://support.microsoft.com/en-us/kb/937745) says that we need to install this update on top of Service Pack 2. However, we have Service Pack 4 installed. My question is: can we install KB937745 update on top of Service Pack 4 without any harm to SQL Server?

SQL Server version: 9.00.5069.00, SP4,  Developer Edition

Windows version: Windows Server 2003, Standard Edition, SP2

How to get the Microsoft.AnalysisServices.dll in the right place

$
0
0

I am in the process of upgrading SQL Server databases and SSIS packages from 2008 to 2012; one of the packages uses a script component and refers to Microsoft.AnalysisServices.

This works in 2008 but on the 2012 server I am getting an error: "Exception has been
thrown by the target of an invocation" and if I open the package and script on the server it appears that it cannot resolve the reference.

"Warning 1 Namespace or type specified in the Imports 'Microsoft.AnalysisServices' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases"

version 11.0 of the dll is in the C:\windows\assembly GAC, but I understand it may need to be in C:\Windows\Microsoft.NET\assembly\GAC_MSIL for 2012 - any advice on how I can get it there, please?

Thanks


R. Jones


Unable to Apply the Cumulative update 3 on SQL server 2005 Service pack-4 (Error: The product instance SQL Tools has had update 5069 installed. You do not need to install this update. An update equal to or greater than 5320 should be downloaded.)

$
0
0

Hi,

Whenever we attempt to send mail through SQL database mail in SQL 2005, the server logs register following error:

Error: Exception Type:


Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseException

Message: Mail configuration information could not be read from the

Exception Type: System.IndexOutOfRangeException  

Later I have found some website refers to update the service pack and apply the latest cumulative update. The Service pack 4 was already applied in the server, hence I tried to apply the Cumulative update -3 alone as mentioned in the article 

https://support.microsoft.com/en-us/kb/2507769

But the CU has failed to update with the following error: The product instance SQL Tools has had update 5069 installed. You do not need to install this update. An update equal to or greater than 5320 should be downloaded.

Then I have found a GDR hot fix (KB2716429) which is a security update of SQL server 2005 has blocked the CU-3 update.

How to proceed from this moment?

Thanks


Windows 10 SQL server 2012 Enterprise not showing in apps

$
0
0

Hi, 

I've recently upgraded to windows 10 and have installed SQL server 2012 Enterprise Edition but I cannot see the any of the apps that should show up in my Apps list. Any ideas?


CPU Requirements for consolidation

$
0
0

Hi

I am currently working on a project to consolidate databases for two different application into two clusters.

Now to save more money, the company would like to consolidate both applications onto one SQL cluster with two instances running.

I am trying to work out CPU requirements and was wondering how best to go about this?

We have historical data about CPU usage per server but I am not very knowledgeable on how you would convert this.

If each server currently has different clock speed, amount of cores and threads, how do you calculate it to get a certain metric to compare against the new server?

Even if you have this metric, would it be inaccurate because other processes use CPU on each server?

Thank you

Sam

 

Multiple (same) servers show up when browsing for a SQL server, ODBC connection setup

$
0
0

We are trying to troubleshoot an intermittent connectivity issue where our app server acts like it can't connect to our 2012 database server. Its pretty much canned, default environment. When I create a ODBC SQL connection, it works ok...but if I browse....I see 2 of the same server with the same name. Thankfully this is in our lab area and not production, but I need to find the cause. In production, it only displays one, and I never have issues connecting from the app. I've checked alias settings under Configuration Manager...none are configured. Any other places I should check? I'm pretty green with SQL, so forgive my ignorance.

Error on install : The INSTANCESHAREDWOWDIR command line value was not specified.

$
0
0
Hi,

I'm trying to upgrade my dev pc for SQL Server 2008. I've removed all previous installations of sql server 2005, then installed Business Intelligence Studio & Management Tools.

During setup (when selecting features), I received the following error : "The INSTANCESHAREDWOWDIR command line value was not specified. This value must be specified when the INSTANCESHAREDDIR value is specified."

I plan to install sql server 2008 on another drive (D:\Microsoft Sql Server\).

I'll try to set manually parameters (D:\Microsoft Sql Server\...) in the command-line arguments. Fail

Any hint from the team ?

microsoft .net framework cas policy manager has stopped working error while installing SQL Server 2008 R2

$
0
0

Hi,

I have a Windows7 64 bit machine.

I have installed Visual Studio 2010 professional on it. it gave an popup error message of microsoft .net framework cas policy manager has stopped working while installing, but when I clicked cancel it install the remaining tools. On the last screen it  showed error related to Microsoft SQL Server 2008 Express Service Pack 1 (x64).

I checked that Visual studio and TFS installed correctly.

My issue started when I tried to install SQl Server 2008R2. As I clicked on the SetUp.Exe, it again gave me error of microsoft .net framework cas policy manager has stopped workingand not going any further.

I tried below options to solve it, but nothing work-

a) Uninstall VS2010

b) Disable/Enable the .NET framework 3.5.1.

c) Apply a fresh copy of installation media.

d) Verify the .NET framework 3.5 with .NET setup verification tool.

Please suggest some solution for it.



--------------------------------------- Thanks, Apne Please use Marked as Answer if my post solved your problem and use Vote As Helpful if a post was useful.

wait on data base engine recovery handle failed SQL SERVER 2014

$
0
0

I am unable to install SQL Server on my PC. At the end of installation it gives a failure in starting DataBase Engine. When i try to log in it gives a network related instance error.

I tried uninstalling from Add or Remove Program and installed again but again getting same error.

[ERROR LOG]

2015-10-24 07:59:10.94 Server      Microsoft SQL Server 2014 - 12.0.2000.8 (X64)
    Feb 20 2014 20:04:26
    Copyright (c) Microsoft Corporation
    Express Edition (64-bit) on Windows NT 6.3 <X64> (Build 10240: )

2015-10-24 07:59:10.94 Server      UTC adjustment: 5:30
2015-10-24 07:59:10.94 Server      (c) Microsoft Corporation.
2015-10-24 07:59:10.94 Server      All rights reserved.
2015-10-24 07:59:10.94 Server      Server process ID is 1620.
2015-10-24 07:59:10.94 Server      System Manufacturer: 'LENOVO', System Model: '20255'.
2015-10-24 07:59:10.94 Server      Authentication mode is WINDOWS-ONLY.
2015-10-24 07:59:10.94 Server      Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL12.SQLEXPRESS\MSSQL\Log\ERRORLOG'.
2015-10-24 07:59:10.94 Server      The service account is 'NT Service\MSSQL$SQLEXPRESS'. This is an informational message; no user action is required.
2015-10-24 07:59:10.94 Server      Registry startup parameters:
     -d C:\Program Files\Microsoft SQL Server\MSSQL12.SQLEXPRESS\MSSQL\DATA\master.mdf
     -e C:\Program Files\Microsoft SQL Server\MSSQL12.SQLEXPRESS\MSSQL\Log\ERRORLOG
     -l C:\Program Files\Microsoft SQL Server\MSSQL12.SQLEXPRESS\MSSQL\DATA\mastlog.ldf
2015-10-24 07:59:10.94 Server      Command Line Startup Parameters:
     -s "SQLEXPRESS"
2015-10-24 07:59:11.31 Server      SQL Server detected 1 sockets with 4 cores per socket and 4 logical processors per socket, 4 total logical processors; using 4 logical processors based on SQL Server licensing. This is an informational message; no user action is required.
2015-10-24 07:59:11.31 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2015-10-24 07:59:11.31 Server      Detected 7383 MB of RAM. This is an informational message; no user action is required.
2015-10-24 07:59:11.31 Server      Using conventional memory in the memory manager.
2015-10-24 07:59:11.40 Server      Default collation: SQL_Latin1_General_CP1_CI_AS (us_english 1033)
2015-10-24 07:59:11.47 Server      Query Store settings initialized with enabled = 1,
2015-10-24 07:59:11.47 Server      The maximum number of dedicated administrator connections for this instance is '1'
2015-10-24 07:59:11.47 Server      This instance of SQL Server last reported using a process ID of 8028 at 10/24/2015 7:58:59 AM (local) 10/24/2015 2:28:59 AM (UTC). This is an informational message only; no user action is required.
2015-10-24 07:59:11.47 Server      Node configuration: node 0: CPU mask: 0x000000000000000f:0 Active CPU mask: 0x000000000000000f:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
2015-10-24 07:59:11.48 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
2015-10-24 07:59:11.51 Server      Software Usage Metrics is disabled.
2015-10-24 07:59:11.51 spid11s     Starting up database 'master'.
2015-10-24 07:59:11.58 Server      CLR version v4.0.30319 loaded.
2015-10-24 07:59:11.62 spid11s     7 transactions rolled forward in database 'master' (1:0). This is an informational message only. No user action is required.
2015-10-24 07:59:11.64 spid11s     0 transactions rolled back in database 'master' (1:0). This is an informational message only. No user action is required.
2015-10-24 07:59:11.64 spid11s     Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
2015-10-24 07:59:11.65 Server      Common language runtime (CLR) functionality initialized using CLR version v4.0.30319 from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\.
2015-10-24 07:59:11.72 spid11s     SQL Server Audit is starting the audits. This is an informational message. No user action is required.
2015-10-24 07:59:11.72 spid11s     SQL Server Audit has started the audits. This is an informational message. No user action is required.
2015-10-24 07:59:11.76 spid11s     SQL Trace ID 1 was started by login "sa".
2015-10-24 07:59:11.76 spid11s     Server name is 'RISHABH\SQLEXPRESS'. This is an informational message only. No user action is required.
2015-10-24 07:59:11.76 spid15s     Error: 17190, Severity: 16, State: 1.
2015-10-24 07:59:11.76 spid15s     Initializing the FallBack certificate failed with error code: 1, state: 20, error number: 0.
2015-10-24 07:59:11.76 spid15s     Unable to initialize SSL encryption because a valid certificate could not be found, and it is not possible to create a self-signed certificate.
2015-10-24 07:59:11.76 spid15s     Error: 17182, Severity: 16, State: 1.
2015-10-24 07:59:11.76 spid15s     TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property.
2015-10-24 07:59:11.76 spid15s     Error: 17182, Severity: 16, State: 1.
2015-10-24 07:59:11.76 spid15s     TDSSNIClient initialization failed with error 0x80092004, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. Cannot find object or property.
2015-10-24 07:59:11.76 spid15s     Error: 17826, Severity: 18, State: 3.
2015-10-24 07:59:11.76 spid15s     Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.
2015-10-24 07:59:11.76 spid15s     Error: 17120, Severity: 16, State: 1.
2015-10-24 07:59:11.76 spid15s     SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.


microsoft .net framework cas policy manager has stopped working error while installing matlab2011a

SQL Server 2014 Express installation fails:

$
0
0

I am trying to install SQL Server 2014 Express Edition but it fails with the following message:

error Perflib 2.0 counter removal failed withexit code 2
Command line: C:\Windows\system32\unlodctr.exe/m:hkengperfcrt.xmlfrom directory C;\Program Files\Microsoft SQL Server\120\Shared

It produced a log file with the following information, It seems there is something wrong with the registry.

Verbose logging started:25-10-201510:03:16 Build type: SHIP UNICODE5.00.10011.00 Calling process: C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\SQLServer2014\x64\ScenarioEngine.exe=== MSI(c)(B8:D0)[10:03:16:177]: Resetting cached policy values MSI(c)(B8:D0)[10:03:16:177]: Machine policy value 'Debug'is0 MSI(c)(B8:D0)[10:03:16:177]:******* RunEngine:******* Product: C:\tijd\x64\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi******* Action:******* CommandLine:********** MSI(c)(B8:D0)[10:03:16:177]: Client-side and UIis noneor basic: Running entire installon the server. MSI(c)(B8:D0)[10:03:16:177]: Grabbed execution mutex. MSI(c)(B8:D0)[10:03:16:179]: Cloaking enabled. MSI(c)(B8:D0)[10:03:16:179]: Attempting to enableall disabled privileges before calling Installon Server MSI(c)(B8:D0)[10:03:16:179]: Incrementing counter to disableshutdown. Counter after increment:0 MSI(s)(B0:14)[10:03:16:183]: Running installation inside multi-package transaction C:\tijd\x64\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi MSI (s)(B0:14)[10:03:16:183]: Grabbed execution mutex. MSI(s)(B0:18)[10:03:16:184]: Resetting cached policy values MSI(s)(B0:18)[10:03:16:184]: Machine policy value 'Debug'is0 MSI(s)(B0:18)[10:03:16:184]:******* RunEngine:******* Product: C:\tijd\x64\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi******* Action:******* CommandLine:********** MSI(s)(B0:18)[10:03:16:184]: Machine policy value 'TransformsSecure'is0 MSI(s)(B0:18)[10:03:16:184]:User policy value'TransformsAtSource'is0 MSI(s)(B0:18)[10:03:16:186]: Machine policy value 'DisableUserInstalls'is0 MSI(s)(B0:18)[10:03:16:187]: Specified instance {17531BCD-C627-46A2-9F1E-7CC920E0E94A} via transform :InstID01.mst;:InstName01.mstis already installed. MSINEWINSTANCE requires a new instance thatisnot installed. MSI(s)(B0:18)[10:03:16:187]: MainEngineThread is returning1639 MSI(s)(B0:14)[10:03:16:188]:User policy value'DisableRollback'is0 MSI(s)(B0:14)[10:03:16:188]: Machine policy value 'DisableRollback'is0 MSI(s)(B0:14)[10:03:16:188]: Incrementing counter to disableshutdown. Counter after increment:0 MSI(s)(B0:14)[10:03:16:188]: Note:1:14022: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts3:2 MSI(s)(B0:14)[10:03:16:188]: Note:1:14022: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts3:2 MSI(s)(B0:14)[10:03:16:189]: Decrementing counter to disableshutdown.If counter>=0,shutdown will be denied. Counter after decrement:-1 MSI(c)(B8:D0)[10:03:16:190]: Decrementing counter to disableshutdown.If counter>=0,shutdown will be denied. Counter after decrement:-1 MSI(c)(B8:D0)[10:03:16:191]: MainEngineThread is returning1639=== Verbose logging stopped:25-10-201510:03:16===

SQL Server 2014 Install Error: Overlapped I/O operation is in progress

$
0
0

I am running as administrator and the firewall is turned off.  Here is my log 

Overall summary:
  Final result:                  Failed: see details below
  Exit code (Decimal):           -2068053019
  Start time:                    2015-04-14 15:32:45
  End time:                      2015-04-14 15:37:37
  Requested action:              Install

Setup completed with required actions for features.
Troubleshooting information for those features:
  Next step for Adv_SSMS:        Use the following information to resolve the error, and then try the setup process again.
...

Machine Properties:
  Machine name:                  SUZIE-PC
  Machine processor count:       8
  OS version:                    Windows 7
  OS service pack:               Service Pack 1
  OS region:                     United States
  OS language:                   English (United States)
  OS architecture:               x64
  Process architecture:          64 Bit
  OS clustered:                  No

Product features discovered:
  Product              Instance             Instance ID                    Feature                                 Language             Edition              Version         Clustered  Configured

Package properties:
  Description:                   Microsoft SQL Server 2014 
  ProductName:                   SQL Server 2014
  Type:                          RTM
  Version:                       12
  SPLevel:                       0
  Installation location:         C:\Users\Suzie\Downloads\SQL Server 2014 Enterprise Edition (x64) - DVD (English)\iso\x64\setup\
  Installation edition:          Enterprise

Product Update Status:
  None discovered.

User Input Settings:
  ACTION:                        Install
  ADDCURRENTUSERASSQLADMIN:      false
  AGTSVCACCOUNT:                 NT Service\SQLSERVERAGENT
  AGTSVCPASSWORD:                *****
  AGTSVCSTARTUPTYPE:             Manual
  ASBACKUPDIR:                   C:\Program Files\Microsoft SQL Server\MSAS12.MSSQLSERVER\OLAP\Backup
  ASCOLLATION:                   Latin1_General_CI_AS
  ASCONFIGDIR:                   C:\Program Files\Microsoft SQL Server\MSAS12.MSSQLSERVER\OLAP\Config
  ASDATADIR:                     C:\Program Files\Microsoft SQL Server\MSAS12.MSSQLSERVER\OLAP\Data
  ASLOGDIR:                      C:\Program Files\Microsoft SQL Server\MSAS12.MSSQLSERVER\OLAP\Log
  ASPROVIDERMSOLAP:              1
  ASSERVERMODE:                  MULTIDIMENSIONAL
  ASSVCACCOUNT:                  NT Service\MSSQLServerOLAPService
  ASSVCPASSWORD:                 <empty>
  ASSVCSTARTUPTYPE:              Automatic
  ASSYSADMINACCOUNTS:            Suzie-PC\Suzie
  ASTEMPDIR:                     C:\Program Files\Microsoft SQL Server\MSAS12.MSSQLSERVER\OLAP\Temp
  BROWSERSVCSTARTUPTYPE:         Disabled
  CLTCTLRNAME:                   
  CLTRESULTDIR:                  C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\ResultDir\
  CLTSTARTUPTYPE:                Manual
  CLTSVCACCOUNT:                 NT Service\SQL Server Distributed Replay Client
  CLTSVCPASSWORD:                <empty>
  CLTWORKINGDIR:                 C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\WorkingDir\
  COMMFABRICENCRYPTION:          0
  COMMFABRICNETWORKLEVEL:        0
  COMMFABRICPORT:                0
  CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\ConfigurationFile.ini
  CTLRSTARTUPTYPE:               Manual
  CTLRSVCACCOUNT:                NT Service\SQL Server Distributed Replay Controller
  CTLRSVCPASSWORD:               <empty>
  CTLRUSERS:                     Suzie-PC\Suzie
  ENABLERANU:                    false
  ENU:                           true
  ERRORREPORTING:                true
  FEATURES:                      SQLENGINE, REPLICATION, FULLTEXT, DQ, AS, RS, RS_SHP, RS_SHPWFE, DQC, CONN, IS, BC, SDK, BOL, SSMS, ADV_SSMS, DREPLAY_CTLR, DREPLAY_CLT, MDS
  FILESTREAMLEVEL:               0
  FILESTREAMSHARENAME:           <empty>
  FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher
  FTSVCPASSWORD:                 <empty>
  HELP:                          false
  IACCEPTSQLSERVERLICENSETERMS:  true
  INDICATEPROGRESS:              false
  INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
  INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
  INSTALLSQLDATADIR:             <empty>
  INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
  INSTANCEID:                    MSSQLSERVER
  INSTANCENAME:                  MSSQLSERVER
  ISSVCACCOUNT:                  NT Service\MsDtsServer120
  ISSVCPASSWORD:                 <empty>
  ISSVCSTARTUPTYPE:              Automatic
  MATRIXCMBRICKCOMMPORT:         0
  MATRIXCMSERVERNAME:            <empty>
  MATRIXNAME:                    <empty>
  NPENABLED:                     0
  PID:                           *****
  QUIET:                         false
  QUIETSIMPLE:                   false
  ROLE:                          <empty>
  RSINSTALLMODE:                 DefaultNativeMode
  RSSHPINSTALLMODE:              SharePointFilesOnlyMode
  RSSVCACCOUNT:                  NT Service\ReportServer
  RSSVCPASSWORD:                 <empty>
  RSSVCSTARTUPTYPE:              Automatic
  SAPWD:                         <empty>
  SECURITYMODE:                  <empty>
  SQLBACKUPDIR:                  <empty>
  SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
  SQLSVCACCOUNT:                 NT Service\MSSQLSERVER
  SQLSVCPASSWORD:                <empty>
  SQLSVCSTARTUPTYPE:             Automatic
  SQLSYSADMINACCOUNTS:           Suzie-PC\Suzie
  SQLTEMPDBDIR:                  <empty>
  SQLTEMPDBLOGDIR:               <empty>
  SQLUSERDBDIR:                  <empty>
  SQLUSERDBLOGDIR:               <empty>
  SQMREPORTING:                  true
  TCPENABLED:                    1
  UIMODE:                        Normal
  UpdateEnabled:                 true
  UpdateSource:                  MU
  USEMICROSOFTUPDATE:            false
  X86:                           false

  Configuration file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\ConfigurationFile.ini

Detailed results:
  Feature:                       Management Tools - Complete
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Client Tools Connectivity
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Client Tools SDK
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Client Tools Backwards Compatibility
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Management Tools - Basic
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Reporting Services - Native
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Database Engine Services
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Data Quality Services
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Full-Text and Semantic Extractions for Search
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       SQL Server Replication
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Master Data Services
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Distributed Replay Client
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Distributed Replay Controller
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Integration Services
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Data Quality Client
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Analysis Services
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Reporting Services - SharePoint
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Reporting Services Add-in for SharePoint Products
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       SQL Browser
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Documentation Components
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997

  Feature:                       Setup Support Files
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred during the setup process of the feature.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Setup Support Files
  Component error code:          997
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150414_153244\SqlSupport_Cpu64_1.log
  Error description:             Overlapped I/O operation is in progress.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=SqlSupport.msi%40ProcessComponents%40997



Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))"

$
0
0

I have installed SQL Server 2012 management studio in client machine and it is giving error while open new query window.

When I click "New query" it returns have an error: "Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))"

Cheers,

Error during unattended install of SQL 2012 (..setting 'CLTRESULTDIR' does not exist.)

$
0
0

Hi ALl,


I'm trying an automated install of SQL 2012 on WIndows 2012, but I keep running into this error (using a configuration.ini file generated by running through setup and grabbing it just before I clicked 'OK')


Contents of summary log:


Overall summary:
   Final result:                  Failed: see details below
   Exit code (Decimal):           -2068578304
   Exit facility code:            1204
   Exit error code:               0
   Exit message:                  The specified directory 'C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\ResultDir' for setting 'CLTRESULTDIR' does not exist.
   Start time:                    2015-01-09 10:19:12
   End time:                      2015-01-09 10:20:07
   Requested action:              Install

Setup completed with required actions for features.
 Troubleshooting information for those features:
   Next step for SQLEngine:       SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for Replication:     SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for FullText:        SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for DQ:              SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for AS:              SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for RS:              SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for RS_SHP:          SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for RS_SHPWFE:       SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for DQC:             SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for IS:              SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for Conn:            SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for Adv_SSMS:        SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for SDK:             SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for BC:              SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for DREPLAY_CTLR:    SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for DREPLAY_CLT:     SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for BIDS:            SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for SSMS:            SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for SNAC:            SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for SNAC_SDK:        SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for Writer:          SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for BOL:             SQL Server Setup was canceled before completing the operation. Try the setup process again.
   Next step for Browser:         SQL Server Setup was canceled before completing the operation. Try the setup process again.


 Machine Properties:
   Machine name:                  IDCSQLTST11
   Machine processor count:       2
   OS version:                    Future Windows Version
   OS service pack:              
   OS region:                     United States
   OS language:                   English (United States)
   OS architecture:               x64
   Process architecture:          64 Bit
   OS clustered:                  No

Product features discovered:
   Product              Instance             Instance ID                    Feature                                  Language             Edition              Version         Clustered

Package properties:
   Description:                   Microsoft SQL Server 2012
   ProductName:                   SQL Server 2012
   Type:                          RTM
   Version:                       11
   SPLevel:                       0
   Installation location:         E:\SQL_Server_2012_StandardEdition\x64\setup\
   Installation edition:          Standard

Product Update Status:
   None discovered.

User Input Settings:
   ACTION:                        Install
   ADDCURRENTUSERASSQLADMIN:      false
   AGTSVCACCOUNT:                 NT Service\SQLSERVERAGENT
   AGTSVCPASSWORD:                <empty>
   AGTSVCSTARTUPTYPE:             Automatic
   ASBACKUPDIR:                   C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Backup
   ASCOLLATION:                   Latin1_General_CI_AS
   ASCONFIGDIR:                   C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Config
   ASDATADIR:                     C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Data
   ASLOGDIR:                      C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log
   ASPROVIDERMSOLAP:              1
   ASSERVERMODE:                  MULTIDIMENSIONAL
   ASSVCACCOUNT:                  NT Service\MSSQLServerOLAPService
   ASSVCPASSWORD:                 <empty>
   ASSVCSTARTUPTYPE:              Manual
   ASSYSADMINACCOUNTS:            DOMAINAA\SQLADMINS
   ASTEMPDIR:                     C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Temp
   BROWSERSVCSTARTUPTYPE:         Disabled
   CLTCTLRNAME:                  
   CLTRESULTDIR:                  C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\ResultDir
   CLTSTARTUPTYPE:                Manual
   CLTSVCACCOUNT:                 NT Service\SQL Server Distributed Replay Client
   CLTSVCPASSWORD:                <empty>
   CLTWORKINGDIR:                 C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\WorkingDir
   COMMFABRICENCRYPTION:          0
   COMMFABRICNETWORKLEVEL:        0
   COMMFABRICPORT:                0
   CONFIGURATIONFILE:             E:\SQL_Server_2012_StandardEdition\ConfigurationFile.ini
   CTLRSTARTUPTYPE:               Manual
   CTLRSVCACCOUNT:                NT Service\SQL Server Distributed Replay Controller
   CTLRSVCPASSWORD:               <empty>
   CTLRUSERS:                     DOMAINAA\user12345
   ENABLERANU:                    false
   ENU:                           true
   ERRORREPORTING:                false
   FEATURES:                      SQLENGINE, REPLICATION, FULLTEXT, DQ, AS, RS, RS_SHP, RS_SHPWFE, DQC, BIDS, CONN, IS, BC, SDK, BOL, SSMS, ADV_SSMS, DREPLAY_CTLR, DREPLAY_CLT, SNAC_SDK
   FILESTREAMLEVEL:               0
   FILESTREAMSHARENAME:           <empty>
   FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher
   FTSVCPASSWORD:                 <empty>
   HELP:                          false
   INDICATEPROGRESS:              false
   INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server
   INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server
   INSTALLSQLDATADIR:             <empty>
   INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server
   INSTANCEID:                    MSSQLSERVER
   INSTANCENAME:                  MSSQLSERVER
   ISSVCACCOUNT:                  NT Service\MsDtsServer110
   ISSVCPASSWORD:                 <empty>
   ISSVCSTARTUPTYPE:              Automatic
   MATRIXCMBRICKCOMMPORT:         0
   MATRIXCMSERVERNAME:            <empty>
   MATRIXNAME:                    <empty>
   NPENABLED:                     0
   PID:                           *****
   QUIET:                         true
   QUIETSIMPLE:                   false
   ROLE:                         
   RSINSTALLMODE:                 DefaultNativeMode
   RSSHPINSTALLMODE:              SharePointFilesOnlyMode
   RSSVCACCOUNT:                  NT Service\ReportServer
   RSSVCPASSWORD:                 <empty>
   RSSVCSTARTUPTYPE:              Manual
   SAPWD:                         <empty>
   SECURITYMODE:                  SQL
   SQLBACKUPDIR:                  <empty>
   SQLCOLLATION:                  Latin1_General_CI_AS
   SQLSVCACCOUNT:                 NT Service\MSSQLSERVER
   SQLSVCPASSWORD:                <empty>
   SQLSVCSTARTUPTYPE:             Automatic
   SQLSYSADMINACCOUNTS:           DOMAINAA\SQLADMINS
   SQLTEMPDBDIR:                  F:\TempDB
   SQLTEMPDBLOGDIR:               <empty>
   SQLUSERDBDIR:                  E:\SQLData
   SQLUSERDBLOGDIR:               D:\SQLLog
   SQMREPORTING:                  false
   TCPENABLED:                    1
   UIMODE:                        Normal
   UpdateEnabled:                 true
   UpdateSource:                  MU
   X86:                           false

  Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20150109_101753\ConfigurationFile.ini

Detailed results:
   Feature:                       Database Engine Services
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       SQL Server Replication
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Full-Text and Semantic Extractions for Search
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Data Quality Services
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Analysis Services
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Reporting Services - Native
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Reporting Services - SharePoint
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Reporting Services Add-in for SharePoint Products
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Data Quality Client
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Integration Services
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Client Tools Connectivity
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Management Tools - Complete
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Client Tools SDK
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Client Tools Backwards Compatibility
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Distributed Replay Controller
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Distributed Replay Client
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       SQL Server Data Tools
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Management Tools - Basic
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       SQL Client Connectivity
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       SQL Client Connectivity SDK
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       SQL Writer
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       Documentation Components
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

  Feature:                       SQL Browser
   Status:                        Failed: see logs for details
   Reason for failure:            Setup was canceled for the feature.
   Next Step:                     SQL Server Setup was canceled before completing the operation. Try the setup process again.

Rules with failures:

Global rules:

Scenario specific rules:

Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20150109_101753\SystemConfigurationCheck_Report.htm

Exception summary:
 The following is an exception stack listing the exceptions in outermost to innermost order
 Inner exceptions are being indented

Exception type: Microsoft.SqlServer.Chainer.Infrastructure.InputSettingValidationException
     Message:
         The specified directory 'C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\ResultDir' for setting 'CLTRESULTDIR' does not exist.
     HResult : 0x84b40000
         FacilityCode : 1204 (4b4)
         ErrorCode : 0 (0000)
     Data:
       SQL.Setup.FailureCategory = InputSettingValidationFailure
       DisableWatson = true
     Stack:
         at Microsoft.SqlServer.Chainer.Infrastructure.InputSettingService.LogAllValidationErrorsAndThrowFirstOne(ValidationState vs)
         at Microsoft.SqlServer.Configuration.SetupExtension.ValidateFeatureSettingsAction.ExecuteAction(String actionId)
         at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
         at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun, ServiceContainer context)
     Inner exception type: Microsoft.SqlServer.Configuration.DistributedReplayExtension.DirectoryNotExistException
         Message:
                 The specified directory 'C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\ResultDir' for setting 'CLTRESULTDIR' does not exist.
         HResult : 0x87d00006
                 FacilityCode : 2000 (7d0)
                 ErrorCode : 6 (0006)
         Data:
           DirectoryPath = C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\ResultDir
           SettingName = CLTRESULTDIR
           WatsonData =  Microsoft.SqlServer.Configuration.DistributedReplayExtension.DirectoryNotExistException@6

 

Viewing all 7701 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>