Quantcast
Channel: SQL Server Setup & Upgrade forum
Viewing all 7696 articles
Browse latest View live

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. :)



Noob with TDE encryption problem

0
0

I'm not a SQL guy, but I was tasked with creating a TDE instance on a dev server a few months ago.

I created the new instance and ran

USE master;
GO
CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'asdfasdfasdfare23rfyf89werf9fer8c9c8wer9ch89ch9sds';
go
CREATE CERTIFICATE MyServerCertificate WITH SUBJECT = 'My Certificate';
go

USE MyDatabaseName;
GO
CREATE DATABASE ENCRYPTION KEY WITH ALGORITHM = AES_128 ENCRYPTION BY SERVER CERTIFICATE MyServerSCertificate;
GO
ALTER DATABASE [MyDatabaseName] SET ENCRYPTION ON;
GO

--Warning: The certificate used for encrypting the database encryption key has not been backed up. You should immediately back up the certificate and the private key associated with the certificate. If the certificate ever becomes unavailable or if you must restore or attach the database on another server, you must have backups of both the certificate and the private key or you will not be able to open the database.
OPEN MASTER KEY DECRYPTION BY PASSWORD = '23987hxJKL969#ghf0%94467GRkjg5k3fd117r$$#1946kcj$n44nhdlj'
BACKUP MASTER KEY TO FILE = 'C:\Projects\SQL\My_Exported_MasterKey'
       ENCRYPTION BY PASSWORD = 'ThisIsMyPa55word!';
GO

Everything went fine, the db is encrypted. I've since been told that we're going to move the db to production, and I'm unable to find the certificate or key.

What can I do?

SQL Server 2012

0
0

Hi,

Can I get an outline/tutorial to install Microsoft SQL Server 2012 or a suitable link to help accomplish same? It will be installed on Windows Server 2012 R2. I would like info relating to clustering/replication seeing the servers are 2 identical servers.

Thank you very much.

Cheers!

SQL Server Management Studio 2012 - Local Server Groups

0
0

I know how to create new registered servers and new registered server groups.

Wat do I do when the "Local Server Groups" do not show up, or do not exist? The "Registered Servers" window shows up, but it is empty. I cannot right click anywhere within the window to bring up any options and the 4 icons do not seem to do anything.

I am using SQL Server Management Studio 11 (The one paired with SQL Server 2012).

SQL Server Standard edition Downloaded is licenced or not , how to check

0
0

HI All,

We have our SQL Server With the edition as "2005 Microsoft Corporation  Standard Edition on Windows NT 6.1 (Build 7601: Service Pack 1)"  How to find the sql server is original or licensed.?

Thanks in advance,

Regards

Ravi


Ravishankar Maduri MCTS,MCPD,MCP

Upgrading Standalone Instance of SSIS

0
0
We need to upgrade our SQL Server 2008 R2 to 10.50.4276.0 (with cumulative hotfix).  No problem.  However, we are currently running a standalone instance of SSIS on another server.  How can we upgrade that standalone instance of SSIS? 

Service Master Key could not be decrypted using one of its encryptions. See sys.key_encryptions for details.

0
0
html,body{padding:0;margin:0;font-family:Verdana,Geneva,sans-serif;background:#fff;}html{font-size:100%}body{font-size:.75em;line-height:1.5;padding-top:1px;margin-top:-1px;}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em}h3{font-size:1.16em}h4{font-size:1em}h5{font-size:.83em}h6{font-size:.7em}p{margin:0 0 1em;padding:0 .2em}.t-marker{display:none;}.t-paste-container{;left:-10000px;width:1px;height:1px;overflow:hidden}ul,ol{padding-left:2.5em}a{color:#00a}code, pre{font-size:1.23em}
I get this message on two different machines installing SQL2014 developer edition, a Windows 7 and a Windows 8 machine. Both machines have SQL2005 through SQL2012 developer machines installed and working great. I have tried uninstalling all SQL2014 stuff and installing again making sure I was running as an Administrator to no avail. 

How do I look at sys.key_encryptionswhen the server will not start to finish installation?

The links in the log only provide the  "We're Sorry" message.

This is the first error dialog info

TITLE: Microsoft SQL Server 2014 Setup
------------------------------
The following error has occurred:
Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0xD15B4EB2%25400x4BDAF9BA%25401306%254026


The SQL Server error log has the message in the title.

2014-04-04 17:02:17.49 Server      Microsoft SQL Server 2014 - 12.0.2000.8 (X64) 
 Feb 20 2014 20:04:26 
 Copyright (c) Microsoft Corporation
 Developer Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)

2014-04-04 17:02:17.49 Server      UTC adjustment: -4:00
2014-04-04 17:02:17.49 Server      (c) Microsoft Corporation.
2014-04-04 17:02:17.49 Server      All rights reserved.
2014-04-04 17:02:17.49 Server      Serverprocess ID is 9236.
2014-04-04 17:02:17.49 Server      System Manufacturer: 'Hewlett-Packard', System Model: 'HP EliteBook8760w'.
2014-04-04 17:02:17.49 Server      Authentication mode is MIXED.
2014-04-04 17:02:17.49 Server      Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\Log\ERRORLOG'.
2014-04-04 17:02:17.49 Server      The service account is 'NT Service\MSSQL$SQL2014'. This is an informational message; no user action is required.
2014-04-04 17:02:17.49 Server      Registry startup parameters: 
  -d C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\DATA\master.mdf
  -e C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\Log\ERRORLOG
  -l C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\DATA\mastlog.ldf
2014-04-04 17:02:17.49 Server      Command Line Startup Parameters:
  -s "SQL2014"
  -m "SqlSetup"
  -Q
  -q "SQL_Latin1_General_CP1_CI_AS"
  -T 4022
  -T 4010
  -T 3659
  -T 3610
  -T 8015
2014-04-04 17:02:17.79 Server      SQL Server detected 1 sockets with 4 cores per socket and 8 logical processors per socket, 8 total logical processors; using 8 logical processors based on SQL Server licensing. This is an informational message; no user action is required.
2014-04-04 17:02:17.79 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2014-04-04 17:02:17.79 Server      Detected 8142 MB of RAM. This is an informational message; no user action is required.
2014-04-04 17:02:17.80 Server      Using conventional memory in the memory manager.
2014-04-04 17:02:17.92 Server      Default collation: SQL_Latin1_General_CP1_CI_AS (us_english1033)
2014-04-04 17:02:17.95 Server      Perfmoncounters for resource governor pools and groups failed to initialize and are disabled.
2014-04-04 17:02:17.96 Server      Query Store settings initialized with enabled = 1, 
2014-04-04 17:02:17.97 Server      The maximum number of dedicated administrator connections for this instance is '1'
2014-04-04 17:02:17.97 Server      This instance of SQL Server last reported using a process ID of 8760 at 4/4/2014 5:02:08 PM (local) 4/4/2014 9:02:08 PM (UTC). This is an informational message only; no user action is required.
2014-04-04 17:02:17.97 Server      Node configuration: node 0: CPU mask: 0x00000000000000ff:0 Active CPU mask: 0x00000000000000ff:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
2014-04-04 17:02:17.97 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.
2014-04-04 17:02:18.00 Server      Database Mirroring Transport is disabled in the endpoint configuration.
2014-04-04 17:02:18.00 spid7s      Warning ******************
2014-04-04 17:02:18.00 spid7s      SQL Server started in single-user mode. This an informational message only. No user action is required.
2014-04-04 17:02:18.01 spid7s      Starting up database 'master'.
2014-04-04 17:02:18.02 Server      Software Usage Metrics is disabled.
2014-04-04 17:02:18.07 Server      CLR version v4.0.30319 loaded.
2014-04-04 17:02:18.11 spid7s      8 transactions rolled forward in database 'master' (1:0). This is an informational message only. No user action is required.
2014-04-04 17:02:18.24 spid7s      0 transactions rolled back in database 'master' (1:0). This is an informational message only. No user action is required.
2014-04-04 17:02:18.25 spid7s      Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
2014-04-04 17:02:18.26 Server      Common language runtime (CLR) functionality initialized using CLR version v4.0.30319 from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\.
2014-04-04 17:02:18.34 spid7s      Service Master Key could not be decrypted using one of its encryptions. See sys.key_encryptions for details.
2014-04-04 17:02:18.40 spid7s      SQL Server Audit is starting the audits. This is an informational message. No user action is required.
2014-04-04 17:02:18.40 spid7s      SQL Server Audit has started the audits. This is an informational message. No user action is required.
2014-04-04 17:02:18.44 spid7s      SQL Trace ID 1 was started by login "sa".
2014-04-04 17:02:18.44 spid7s      Server name is 'TOMGROSZKO-HP\SQL2014'. This is an informational message only. No user action is required.
2014-04-04 17:02:18.46 spid16s     Error: 17190, Severity: 16, State: 1.
2014-04-04 17:02:18.46 spid16s     Initializing the FallBackcertificate failed with error code: 1, state: 20, error number: 0.
2014-04-04 17:02:18.46 spid16s     Unable to initialize SSL encryption because a valid certificate could not be found, and it is not possible to create a self-signed certificate.
2014-04-04 17:02:18.46 spid16s     Error: 17182, Severity: 16, State: 1.
2014-04-04 17:02:18.46 spid16s     TDSSNIClientinitialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property. 
2014-04-04 17:02:18.46 spid16s     Error: 17182, Severity: 16, State: 1.
2014-04-04 17:02:18.46 spid16s     TDSSNIClientinitialization failed with error 0x80092004, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. Cannot find object or property. 
2014-04-04 17:02:18.46 spid16s     Error: 17826, Severity: 18, State: 3.
2014-04-04 17:02:18.46 spid16s     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.
2014-04-04 17:02:18.46 spid16s     Error: 17120, Severity: 16, State: 1.
2014-04-04 17:02:18.46 spid16s     SQL Server could not spawn FRunCommunicationsManagerthread. Check the SQL Server error log and the Windows event logs for information about possible related problems.


And a copy of the install log.

Overall summary:
  Final result:                  Failed: see details below
  Exit code (Decimal):           -2061893606
  Start time:                    2014-04-04 16:23:39
  End time:                      2014-04-04 17:06:25
  Requested action:              Install

Setup completed with required actions for features.
Troubleshooting information for those features:
  Next step for RS:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
  Next step for SQLEngine:       Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
  Next step for DQ:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
  Next step for FullText:        Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
  Next step for Replication:     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.


Machine Properties:
  Machine name:                  TOMGROSZKO-HP
  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
  SQL Server 2005      SQL2005              MSSQL.1                        Database Engine Services                1033                 Developer Edition (64-bit) 9.4.5069        No         Yes       
  SQL Server 2005      SQL2005              MSSQL.1                        SQL Server Replication                  1033                 Developer Edition (64-bit) 9.4.5069        No         Yes       
  SQL Server 2005      SQL2005              MSSQL.1                        Full-Text and Semantic Extractions for Search 1033                Developer Edition (64-bit) 9.4.5069        No         Yes       
  SQL Server 2005      SQL2005              MSSQL.1                        SharedTools                             1033                 Developer Edition (64-bit) 9.4.5069        No         Yes       
  SQL Server 2005      SQL2005              MSSQL.2                        Analysis Services                       1033                 Developer Edition (64-bit) 9.4.5069        No         Yes       
  SQL Server 2005      SQL2005              MSSQL.3                        Reporting Services - Native             1033                 Developer Edition (64-bit) 9.00.1399.06    No         Yes       
  SQL Server 2005                                                          DTS                                     1033                 Developer Edition (64-bit) 9.4.5069        No         Yes       
  SQL Server 2005                                                          Tools                                   1033                 Developer Edition (64-bit) 9.4.5069        No         Yes      
  SQL Server 2005                                                          ToolsClient                             1033                 Developer Edition (64-bit) 9.4.5069        No         Yes      
  SQL Server 2005                                                          ToolsClient\Connectivity                1033                 Developer Edition (64-bit) 9.4.5069        No         Yes       
  SQL Server 2005                                                          ToolsDocument                           1033                 Developer Edition (64-bit) 9.4.5069        No         Yes       
  SQL Server 2005                                                          ToolsDocument\BOL                       1033                 Developer Edition (64-bit) 9.4.5069        No         Yes       
  SQL Server 2005                                                          ToolsDocument\Samples                   1033                 Developer Edition (64-bit) 9.4.5069        No         Yes       
  SQL Server 2005                                                          NS                                      1033                 Developer Edition (64-bit) 9.4.5069        No         Yes      
  SQL Server 2008 R2   SQL2008R2            MSSQL10_50.SQL2008R2           Database Engine Services                 1033                Developer Edition    10.51.2550.0    No         Yes       
  SQL Server 2008 R2   SQL2008R2            MSSQL10_50.SQL2008R2           SQL Server Replication                   1033                Developer Edition    10.51.2550.0    No         Yes       
  SQL Server 2008 R2   SQL2008R2            MSSQL10_50.SQL2008R2           Full-Text and Semantic Extractions for Search 1033                 Developer Edition    10.51.2500.0    No         Yes       
  SQL Server 2008 R2   SQL2008R2            MSAS10_50.SQL2008R2            Analysis Services                        1033                Developer Edition    10.51.2500.0    No         Yes       
  SQL Server 2008 R2   SQL2008R2            MSRS10_50.SQL2008R2            Reporting Services - Native              1033                Developer Edition    10.51.2550.0    No         Yes       
  SQL Server 2008 R2                                                       Management Tools - Basic                1033                 Developer Edition    10.51.2550.0    No         Yes       
  SQL Server 2008 R2                                                       Management Tools - Complete             1033                 Developer Edition    10.51.2500.0    No         Yes       
  SQL Server 2008 R2                                                       Client Tools Connectivity               1033                 Developer Edition    10.51.2500.0    No         Yes       
  SQL Server 2008 R2                                                       Client Tools Backwards Compatibility    1033                 Developer Edition    10.51.2500.0    No         Yes       
  SQL Server 2008 R2                                                       Client Tools SDK                        1033                 Developer Edition    10.51.2500.0    No         Yes       
  SQL Server 2008 R2                                                       Integration Services                    1033                 Developer Edition    10.51.2550.0    No         Yes       
  SQL Server 2012      SQL2012              MSSQL11.SQL2012                Database Engine Services                 1033                Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012      SQL2012              MSSQL11.SQL2012                SQL Server Replication                   1033                Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012      SQL2012              MSSQL11.SQL2012                Full-Text and Semantic Extractions for Search 1033                Developer Edition    11.1.3000.0     No         Yes       
  SQL Server 2012      SQL2012              MSSQL11.SQL2012                Data Quality Services                    1033                Developer Edition    11.1.3000.0     No         Yes       
  SQL Server 2012      SQL2012              MSAS11.SQL2012                 Analysis Services                       1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012      SQL2012              MSRS11.SQL2012                 Reporting Services - Native              1033                Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          Management Tools - Basic                1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          Management Tools - Complete             1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          Client Tools Connectivity               1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          Client Tools Backwards Compatibility    1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          Client Tools SDK                        1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          BIDS                                    1033                 Developer Edition    11.1.3128.0     No         Yes      
  SQL Server 2012                                                          SQL Server Data Tools - Business Intelligence for Visual Studio 2012 1033                                      11.1.3402.0     No         Yes       
  SQL Server 2012                                                          Integration Services                    1033                 Developer Edition    11.1.3128.0     No         Yes       
  SQL Server 2012                                                          LocalDB                                 1033                 Express Edition      11.1.3128.0     No         Yes      
  SQL Server 2012                                                          Master Data Services                    1033                 Developer Edition    11.1.3000.0     No         Yes       

Package properties:
  Description:                   Microsoft SQL Server 2014 
  ProductName:                   SQL Server 2014
  Type:                          RTM
  Version:                       12
  SPLevel:                       0
  Installation location:         C:\Downloads\SQL2014\SQL\x64\setup\
  Installation edition:          Developer

Product Update Status:
  None discovered.

User Input Settings:
  ACTION:                        Install
  ADDCURRENTUSERASSQLADMIN:      false
  AGTSVCACCOUNT:                 NT Service\SQLAgent$SQL2014
  AGTSVCPASSWORD:                *****
  AGTSVCSTARTUPTYPE:             Manual
  ASBACKUPDIR:                   C:\SQLData\MSSQL\SQL2014\Backup
  ASCOLLATION:                   Latin1_General_CI_AS
  ASCONFIGDIR:                   C:\Program Files\Microsoft SQL Server\MSAS12.SQL2014\OLAP\Config
  ASDATADIR:                     C:\SQLData\MSSQL\SQL2014\OLAP
  ASLOGDIR:                      C:\SQLData\MSSQL\SQL2014\OLAP
  ASPROVIDERMSOLAP:              1
  ASSERVERMODE:                  MULTIDIMENSIONAL
  ASSVCACCOUNT:                  NT Service\MSOLAP$SQL2014
  ASSVCPASSWORD:                 <empty>
  ASSVCSTARTUPTYPE:              Automatic
  ASSYSADMINACCOUNTS:            TomGroszko-HP\Tom Groszko
  ASTEMPDIR:                     C:\SQLData\MSSQL\SQL2014\OLAP
  BROWSERSVCSTARTUPTYPE:         Automatic
  CLTCTLRNAME:                   <empty>
  CLTRESULTDIR:                  <empty>
  CLTSTARTUPTYPE:                0
  CLTSVCACCOUNT:                 <empty>
  CLTSVCPASSWORD:                <empty>
  CLTWORKINGDIR:                 <empty>
  COMMFABRICENCRYPTION:          0
  COMMFABRICNETWORKLEVEL:        0
  COMMFABRICPORT:                0
  CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20140404_162339\ConfigurationFile.ini
  CTLRSTARTUPTYPE:               0
  CTLRSVCACCOUNT:                <empty>
  CTLRSVCPASSWORD:               <empty>
  CTLRUSERS:                     <empty>
  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, MDS
  FILESTREAMLEVEL:               3
  FILESTREAMSHARENAME:           SQL2014
  FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher$SQL2014
  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:                    SQL2014
  INSTANCENAME:                  SQL2014
  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$SQL2014
  RSSVCPASSWORD:                 <empty>
  RSSVCSTARTUPTYPE:              Automatic
  SAPWD:                         *****
  SECURITYMODE:                  SQL
  SQLBACKUPDIR:                  C:\SQLData\MSSQL\SQL2014\Backup
  SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
  SQLSVCACCOUNT:                 NT Service\MSSQL$SQL2014
  SQLSVCPASSWORD:                <empty>
  SQLSVCSTARTUPTYPE:             Automatic
  SQLSYSADMINACCOUNTS:           TomGroszko-HP\Tom Groszko
  SQLTEMPDBDIR:                  C:\SQLData\MSSQL\SQL2014\Engine
  SQLTEMPDBLOGDIR:               <empty>
  SQLUSERDBDIR:                  C:\SQLData\MSSQL\SQL2014\Engine
  SQLUSERDBLOGDIR:               <empty>
  SQMREPORTING:                  true
  TCPENABLED:                    0
  UIMODE:                        Normal
  UpdateEnabled:                 true
  UpdateSource:                  MU
  USEMICROSOFTUPDATE:            false
  X86:                           false

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

Detailed results:
  Feature:                       Management Tools - Complete
  Status:                        Passed

  Feature:                       Client Tools Connectivity
  Status:                        Passed

  Feature:                       Client Tools SDK
  Status:                        Passed

  Feature:                       Client Tools Backwards Compatibility
  Status:                        Passed

  Feature:                       Management Tools - Basic
  Status:                        Passed

  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, uninstall this feature, and then run the setup process again.
  Component name:                SQL Server Database Engine Services Instance Features
  Component error code:          0x851A001A
  Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
  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=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026

  Feature:                       Database Engine Services
  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, uninstall this feature, and then run the setup process again.
  Component name:                SQL Server Database Engine Services Instance Features
  Component error code:          0x851A001A
  Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
  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=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026

  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, uninstall this feature, and then run the setup process again.
  Component name:                SQL Server Database Engine Services Instance Features
  Component error code:          0x851A001A
  Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
  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=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026

  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, uninstall this feature, and then run the setup process again.
  Component name:                SQL Server Database Engine Services Instance Features
  Component error code:          0x851A001A
  Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
  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=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026

  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, uninstall this feature, and then run the setup process again.
  Component name:                SQL Server Database Engine Services Instance Features
  Component error code:          0x851A001A
  Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
  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=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026

  Feature:                       Master Data Services
  Status:                        Passed

  Feature:                       Integration Services
  Status:                        Passed

  Feature:                       Data Quality Client
  Status:                        Passed

  Feature:                       Analysis Services
  Status:                        Passed

  Feature:                       Reporting Services - SharePoint
  Status:                        Passed

  Feature:                       Reporting Services Add-in for SharePoint Products
  Status:                        Passed

  Feature:                       Documentation Components
  Status:                        Passed

Rules with failures:

Global rules:

Scenario specific rules:

Rules report file:               C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20140404_162339\SystemConfigurationCheck_Report.htm


Any suggestions for what step to take next will be appreciated.


Thanks


Tom G.

Attempted to perform an unauthorized operation error on windows 8.1 while installing SQL server 2008

0
0

Hi,

I am getting the error "Attempted to perform an unauthorized operation" on windows 8.1 while installing SQL server 2008.

The specific error is The error is Attempted to perform an unauthorized operation." at stepSqlBrowserConfigAction_install_ConfigNonRC_Cpu32 .

I have tried everything from copying to the C drive. I am the admin on the machine. I also checked access in registry. It already has acesss to HKLM\System\CurrentControlSet\Control\WMI\security

Can someone comment on how to resolve this issue. I also tried NT AUTHORITY\SYSTEM but getting the same error.

Any help would be appreciated.


2012 SQL Express failed to install - Error 997 Overlapped I/O operation in progress

0
0

Hello,

I am attempting to install SQL Server Express (I have tried both 2012 and 2014 versions) in a Windows 7 environment, and I continually receive 997 error "Overlapped I/O operation in progress" I have searched for hours, and have found virtually no content that provides any explanation of the error, how to troubleshoot it, or how to successfully navigate this error. 

Does anyone have any guidance? Thank you in advance.

SQL Server 2008 R2 - Cannot remove 50th instance with command line uninstall

0
0

I have reached the 50 instance SQL Server limit on my Microsoft Server 2008.  I have tried to remove an existing instance using the command line below but it still is reporting that "No more transforms are available because the maximum 50 has been reached." and the uninstall is hanging on Select Features.  Some of the instances on this server are for SQL Server 2008 and some are for R2.  Where do I go from here?

"C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\setup.exe" /Action=Uninstall /FEATURES=SQL /INSTANCENAME=myinstance



SQL2012 Express CompleteImage for sysprep fail for "does not meet upgrade matrix requirements"

0
0

Hello,

I created an installation image using "PrepareImage" installation option as described in the BOL, This is my ConfigurationFile.ini:

(I used the installation package SQLEXPR32_x86_ENU.exe, on Window 7sp1 32 bit)

;SQL Server 2012 Configuration File
[OPTIONS]
ACTION="PrepareImage"
IACCEPTSQLSERVERLICENSETERMS="True"
ENU="True"
QUIET="True"
UpdateEnabled="False"
FEATURES=SQLENGINE
HELP="False"
INDICATEPROGRESS="False"
INSTALLSHAREDDIR="C:\Program Files\Microsoft SQL Server"
INSTANCEID="SQLEXPRESS"
INSTANCEDIR="C:\Program Files\Microsoft SQL Server"


I did a sysprep of the machine and I run the CompleteImage step, with this configurationfile.ini

;SQL Server 2012 Configuration File
[OPTIONS]
ACTION="CompleteImage"
IACCEPTSQLSERVERLICENSETERMS="True"
ENU="True"
QUIET="True"
QUIETSIMPLE="False"
HELP="False"
INDICATEPROGRESS="False"
INSTANCENAME="SQLEXPRESS"
INSTANCEID="SQLEXPRESS"
SQMREPORTING="False"
ERRORREPORTING="False"
AGTSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE"
AGTSVCSTARTUPTYPE="Automatic"
SQLSVCSTARTUPTYPE="Automatic"
FILESTREAMLEVEL="0"
ENABLERANU="False"
SQLCOLLATION="Latin1_General_CI_AS"
SQLSVCACCOUNT="NT Service\MSSQL$SQLEXPRESS"
SQLSYSADMINACCOUNTS="BUILTIN\Administrators"
SAPWD="xxxxxxx"
TCPENABLED="1"
NPENABLED="0"
BROWSERSVCSTARTUPTYPE="Automatic"

The step fail with error: "SQL Server 2012 edition upgrade" failed.

The selected SQL Server instance does not meet upgrade matrix requirements.

Any suggestion?

Thank you, Fabrizio


SQL Server 2012 SP2

0
0

Hi,

What is the best practice to install SQL Server 2012 SP2. Do I have to shutdown db for this?

Regards




SQL 2012 Installed, can i upgrade to SSDT BI 2013?

0
0

Hi all, pretty self explanatory.  I have installed SQL Server 2012 and noticed that there is a new version of SSDT BI that has come out (just released)  SSDT BI for VS 2013.  Can I upgrade to this?  If not what is the most up to date version I can upgrade to running default install SQL 2012? Quick response would be much appreciated as i've had to reinstall SQL and i don't know what version to start developing SSIS/SSAS packages in. Thanks!

someone help me pleeeeaaasssssseeeeee ;)

SQL Server 2008 Express w/ Tools Setup

0
0

On a Win 7 x64 Ultimate box, I am unable to install 2008 SSMS.  (Sql Server Express 2008 installed without SSMS from Visual Studio 2010 installation.)

I removed all SQL components and downloaded x64 and then tried x86 SSExpWT.  Both failed with the same error.   I realize this is not an Express forum but hoping I get some direction quickly.  Thanks in Advance.

 Microsoft.NET Framework

Unhandled exception has occurred in your application.  If you click
Continue, the application will ignore this error and attempt to continue.  If
you click Quit, the applicaiton will close immediately.

An error occurred creating the configuration section handler for userSettings/Microsoft.SqlServer.Configuration.LandingPage.Properties.Settings:
Could not load file or assembly ('System.Version=4.0.0.0.Culture.neutral.PublicKeyTokey=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
(C:\Users\Art.Homeoffice\AppData\Local\Microsoft_Corporation\LandingPage.exe_StrongName_ryspccglaxmt4nhllj5z3thycltsvyyx\10.0.0.0\us

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for userSettings/Microsoft.SqlServer.Configuration.LandingPage.Properties.Settings: Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. (C:\Users\Art.HOMEOFFICE\AppData\Local\Microsoft_Corporation\LandingPage.exe_StrongName_ryspccglaxmt4nhllj5z3thycltsvyyx\10.0.0.0\user.config line 5) ---> System.IO.FileNotFoundException: Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
   at System.Configuration.TypeUtil.GetTypeWithReflectionPermission(IInternalConfigHost host, String typeString, Boolean throwOnError)
   at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.Init(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)
   at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.InitWithRestrictedPermissions(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)
   at System.Configuration.RuntimeConfigurationRecord.CreateSectionFactory(FactoryRecord factoryRecord)
   at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

   --- End of inner exception stack trace ---
   at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere)
   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
   at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)
   at System.Configuration.ConfigurationManager.GetSection(String sectionName)
   at System.Configuration.ClientSettingsStore.ReadSettings(String sectionName, Boolean isUserScoped)
   at System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
   at System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
   at System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
   at System.Configuration.SettingsBase.get_Item(String propertyName)
   at System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
   at System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)
   at Microsoft.SqlServer.Configuration.LandingPage.LandingPageForm.OnLoad(EventArgs e)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0Details:


-Art

SQL 2012 Log shipping standard edition

0
0


I am having 3 server with same configuration one is production and other two is DR and Near DR I am using log shipping as high availability.

Suddenly something happens and DR and Near DR databases goes to restoring mode from standby/readonlymode.

I find the below error in error log.

Date        10/7/2014 3:00:01 PM
Log        Job History (LSRestore_JDCCBSQL_JDCCBPROD)

Step ID        1
Server        DB-SERVER
Job Name        LSRestore_JDCCBSQL_JDCCBPROD
Step Name        Log shipping restore log job step.
Duration        00:00:20
Sql Severity    0
Sql Message ID    0
Operator Emailed    
Operator Net sent    
Operator Paged    
Retries Attempted    0

Message
2014-10-07 15:00:21.11    *** Error: Could not apply log backup file '\\DB-SERVER\Jdccbprod_logshipping\JDCCBPROD_20141007054512.trn' to secondary database 'JDCCBPROD'.(Microsoft.SqlServer.Management.LogShipping) ***
2014-10-07 15:00:21.11    *** Error: ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.(System.Data) ***
2014-10-07 15:00:21.11    *** Error: Could not log history/error message.(Microsoft.SqlServer.Management.LogShipping) ***
2014-10-07 15:00:21.11    *** Error: ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.(System.Data) ***
2014-10-07 15:00:21.11    Skipping log backup file '\\DB-SERVER\Jdccbprod_logshipping\JDCCBPROD_20141007054512.trn' for secondary database 'JDCCBPROD' because the file could not be verified.
2014-10-07 15:00:21.11    *** Error: Could not log history/error message.(Microsoft.SqlServer.Management.LogShipping) ***
2014-10-07 15:00:21.11    *** Error: ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.(System.Data) ***
2014-10-07 15:00:21.11    *** Error: An error occurred restoring the database access mode.(Microsoft.SqlServer.Management.LogShipping) ***
2014-10-07 15:00:21.11    *** Error: ExecuteScalar requires an open and available Connection. The connection's current state is closed.(System.Data) ***
2014-10-07 15:00:21.11    *** Error: Could not log history/error message.(Microsoft.SqlServer.Management.LogShipping) ***
2014-10-07 15:00:21.11    *** Error: ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.(System.Data) ***
2014-10-07 15:00:21.11    *** Error: Could not apply log backup file '\\DB-SERVER\Jdccbprod_logshipping\JDCCBPROD_20141007060012.trn' to secondary database 'JDCCBPROD'.(Microsoft.SqlServer.Management.LogShipping) ***
2014-10-07 15:00:21.11    *** Error: ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.(System.Data) ***
2014-10-07 15:00:21.11    *** Error: Could not log history/error message.(Microsoft.SqlServer.Management.LogShipping) ***
2014-10-07 15:00:21.11    *** Error: ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.(System.Data) ***
2014-10-07 15:00:21.11    Skipping log backup file '\\DB-SERVER\Jdccbprod_logshipping\JDCCBPROD_20141007060012.trn' for secondary database 'JDCCBPROD' because the file could not be verified.
2014-10-07 15:00:21.11    *** Error: Could not log history/error message.(Microsoft.SqlServer.Management.LogShipping) ***
2014-10-07 15:00:21.11    *** Error: ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.(System.Data) ***
2014-10-07 15:00:21.11    *** Error: An error occurred restoring the database access mode.(Microsoft.SqlServer.Management.LogShipping) ***
2014-10-07 15:00:21.11    *** Error: ExecuteScalar requires an open and available Connection. The connection's current state is closed.(System.Data) ***
2014-10-07 15:00:21.11    *** Error: Could not log history/error message.(Microsoft.SqlServer.Management.LogShipping) ***
2014-10-07 15:00:21.11    *** Error: ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.(System.Data) ***

Even I can give remote access for resolving please kindly help me.

Regards,

Satish Kumar


satish Kumar


SQL 2012 R2 - SSRS with the Report Server Web Service URL, can't access

0
0

Hello:

  1. The database server has SSRS native mode installed, it is using a domain account for the service credentials.  This account also has permission to log on a service in the GPO
  2. Account is a domain admin and is a local administrator
  3. SQL server is 2012 R2 on Windows Server 2012.  User base is less than 60 people and they have SharePoint 13 on the same SQL server.  Server more than enough resources.

Any assistance would be appreciated.

Thanks..Dan

Upgrade SQL Server 2008 R2 SP1 to SP2

0
0
Hi there, I need to upgrade the SQL Server 2008 R2 SP1 to SP2 version. Please let me know what is the best practice to do that? Should I uninstall the existing version SP1 first then install the new version SP2 or I can install the new SP2 without uninstalling the SP1? if you know the answer, please let me know! Thanks.

SQL Server upgrade from 2008 R2 PS1 to 2008 R2 SP2

0
0
I like to install SQL Server 2008 R2 SP2 on the same machine that has SQL Server 2008 R2 SP1 version. What is the right approach to do that? Should I uninstall the existing version first then install the new version or I can directly install the new version?

woh6ynpo.xml

0
0

I'm getting this error message when I try to install SQL Server.  I've searched and haven't found any information on it.  Does anyone know what i should do to resolve this?

 

thank you

 

TITLE: Microsoft SQL Server 2008 R2 Setup
------------------------------

The following error has occurred:

Source file not found: C:\Users\Billy\Desktop\SQLServer\1033_ENU_LP\x64\setup\sqlsupport_msi\PFiles\SqlServr\100\Setup\fe72iemr\x64\woh6ynpo.xml. Verify that the file exists and that you can access it.

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.1600.1&EvtType=0xDF039760%25401201%25401

------------------------------
BUTTONS:

OK
------------------------------

 

Upgrade SQL Server 2005 to SQL Server 2008

0
0

Hi

I am an Oracle Apps DBA, I would be doing first time SQL Server DB upgrade from 2005 to 2008 version.

I have read around and found out that before upgrade I need to run below tool

Microsoft SQL Server 2008 Upgrade Advisor

Mostly client is asking for inplace upgrade.  Can you please let me know if I need to take special precautions about this upgrade? The client has 12 nodes in DEV environment. In case I run into issues where do I look for in case of SQL Server.

I am referring to this document : http://blogs.msdn.com/b/sqlcat/archive/2008/12/08/ultimate-guide-to-upgrading-to-sql-server-2008.aspx

Please help

Viewing all 7696 articles
Browse latest View live




Latest Images