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

Missing SqlSqmShared.msp when trying to apply hotfix in SQL 2012

$
0
0

Where to find SqlSqmShared.msp?

Below from Summary.txt:

Overall summary:
  Final result:                  The patch installer has failed to update the shared features. To determine the reason for failure, review the log files.
  Exit code (Decimal):           -2068709373
  Exit facility code:            1202
  Exit error code:               3
  Exit message:                  The cached patch file "C:\windows\Installer\5655457.msp" is missing. The original file for this cached file is "SqlSqmShared.msp", which can be installed from "Service Pack 2 for SQL Server 2012 (KB2958429) (64-bit)", version 11.2.5058.0.  For more information about how to resolve this problem, see “Steps to resolve missing media issue with SQL Server 2012” (http://go.microsoft.com/fwlink/?LinkId=144387) in the Microsoft Knowledge Base.
  Start time:                    2015-11-28 15:50:46
  End time:                      2015-11-28 15:56:21
  Requested action:              Patch
  Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.5613.0&EvtType=0xCACAAFBF%400xF762992B%401202%403&EvtType=0xCACAAFBF%400xF762992B%401202%403

Obvioulsy as the error message indicates I looked after it in the extracted SP2. BUT no luck.

Any one know, I'm still trying to find a solution ...


12.1.4416 vs 12.0.4416

$
0
0
I have seen version references to SQL Server 2014 SP1 CU1 as being 12.1.4416 and 12.0.4416, I would believe that the later on is the correct one, however since 12.1.4416 is not uncommon to see i was wondering if MSFT did change the naming concept or what is the reason for that ?

Clean install of SQL Server 2014's Management Tools (SSMS) fails on ScenarioEngine.exe

$
0
0

SqlSetup.log:

Attempting to run user requested action from media ScenarioEngine.exe
Attempting to launch process <Path2Source>\x64\ScenarioEngine.exe
Process returned exit code: 0x84BC051B
Media ScenarioEngine.exe returned exit code: 0x84BC051B

The install is on any Windows 7 image.  Fails when running setup.exe //ConfigurationFile=install.ini or running

setup.exe /ACTION="Install" /IACCEPTSQLSERVERLICENSETERMS /ENU /UpdateEnabled=0 /FEATURES="ADV_SSMS" /QS

Fails if the source is local or on a network.  Tried different sources with same error.

Manual installs without problems.

Images have 6gig available at 2gig memory.  Installing as administrator.  .NET 4.5 is installed.

The error happens at the end of the installation.

Do I need to reinstall SQL 2008 Service Pack 4

$
0
0

I installed SQL Server 2008 on my server, with the features that I required.  I then installed Service Pack 4 and also installed any important SQL updates, that have been released since SP4.

I have since had to add an additional feature to the installation - the 'Management Tools - Complete' feature.  This is because I was unable to modify Maintenance Plans, using SQL Server Management Studio, on the server.

Do I now need to reinstall SQL 2008 Service Pack 4 and the subsequent SQL updates, on my SQL Server?

Thanks.

SQL Server licence agreement cannot be located for the selected edition, EXPRESS

$
0
0

Hello,

I tried to install a new software from a company in Germany and get the following error:

SQL Server Setup has encountered the following error:
The SQL Server licence agreement cannot be located for the selected edition, EXPRESS. THis could be a result of corrupted media or the edition being unsupported by the media.
Error code 0X858C001B

I'd appreciate your help.

Kind regards

Peter

RC license and production

$
0
0

We are developing a project and incorporating a lot of new functionality located in SQL 2016 CTP. Chances are we're going to be ready to put this project into production ahead of the release of SQL 2016. So, the big hairy question is based on licensing terms, will we be allowed to run SQL 2016 CTP in a production environment until it's released at which point we can buy the appropriate license and upgrade the environment?

I get that running CTP doesn't yield us any support if we are not in any type of TAP program, but this is the platform our client has chosen for the functionality and they will need to go into production in early Q1 2016. 

I'm really just looking for approval on using the license until it's released.

Thanks.


SQL Server 2012 Service Pack 3 has broken my SQL Agent and all remote connections

$
0
0

Hello, I am having a problem with Service Pack 3 for SQL Server 2012.  The upgrade appears to have completed successfully according to all the logs.  However, I am having a few issues now.

1) The SQL Agent does not start anymore.  It throws the following set of errors in the Event Log

Application - SQLServerAgent service successfully started.

System - An TLS 1.2 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL connection request has failed.

System - A fatal alert was generated and sent to the remote endpoint. This may result in termination of the connection. The TLS protocol defined fatal error code is 40. The Windows SChannel error state is 1205.

Application - SQLServerAgent could not be started (reason: Unable to connect to server 'MYSERVER\PROD'; SQLServerAgent cannot start).

Application - SQLServerAgent service successfully stopped.

2) I cannot connect to this server remotely from anywhere, regardless if the Windows Firewall is turned on or off

3) I can connect to the server locally and can query data with t-sql in SSMS, but when I try to pull up the SQL Log I get the error message: 

===================================

Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)

------------------------------
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&LinkId=20476

------------------------------
Program Location:

   at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object connectionInfo, Request request)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.NavigableItemBuilderDataReader.RunQuery()
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.NavigableItemBuilderDataReader.Process()
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.NavigableItemBuilderDataReader.get_PropertyNames()
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.BuildDynamicItemWithQuery(IList`1 nodes, INodeInformation source, INavigableItem sourceItem, String urnQuery, Boolean registerBuilder, Boolean registerBuiltItems)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.BuildDynamicItem(IList`1 nodes, INodeInformation source, INavigableItem sourceItem, IFilterProvider filter)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.Build(IList`1 nodes, INodeInformation source, INavigableItem sourceItem, IFilterProvider filter)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItem.RequestChildren(IGetChildrenRequest request)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ExplorerHierarchyNode.BuildChildren(WaitHandle quitEvent)

===================================

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------
Program Location:

   at Microsoft.SqlServer.Management.Common.ServerConnection.GetExecuteReader(SqlCommand command)
   at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteReader(String sqlCommand, SqlCommand& command)
   at Microsoft.SqlServer.Management.Smo.ExecuteSql.GetDataReader(String query, SqlCommand& command)
   at Microsoft.SqlServer.Management.Smo.DataProvider.SetConnectionAndQuery(ExecuteSql execSql, String query)
   at Microsoft.SqlServer.Management.Smo.ExecuteSql.GetDataProvider(StringCollection query, Object con, StatementBuilder sb, RetriveMode rm)
   at Microsoft.SqlServer.Management.Smo.SqlObjectBase.FillData(ResultType resultType, StringCollection sql, Object connectionInfo, StatementBuilder sb)
   at Microsoft.SqlServer.Management.Smo.SqlObjectBase.FillDataWithUseFailure(SqlEnumResult sqlresult, ResultType resultType)
   at Microsoft.SqlServer.Management.Smo.SqlObjectBase.BuildResult(EnumResult result)
   at Microsoft.SqlServer.Management.Smo.SqlObjectBase.GetData(EnumResult erParent)
   at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData()
   at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData(Request req, Object ci)
   at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.GetData(Object connectionInfo, Request request)
   at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object connectionInfo, Request request)

===================================

A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (.Net SqlClient Data Provider)

------------------------------
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=233&LinkId=20476

------------------------------
Server Name: ENESQL01\PROD
Error Number: 233
Severity: 20
State: 0


------------------------------
Program Location:

   at Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSql(ExecuteTSqlAction action, Object execObject, DataSet fillDataSet, Boolean catchException)
   at Microsoft.SqlServer.Management.Common.ServerConnection.GetExecuteReader(SqlCommand command)

===================================

No process is on the other end of the pipe

It is like it is unable to remotely connect and run a query!

This is my production server so it is rather important that I get some sort of resolution on this problem fairly quickly.

I have read the article about TLS 1.2 errors but I can't understand why it would be affecting my server as this all worked just about a half hour ago...what changed in SQL Server 2012 SP3 that would prevent any remote connections to this server?

One additional piece of information.  Our domain is running at 2003 level in case this matters.


The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to me and deleting it from your computer. Thank you



SQL 2008R2 - Repair with errors - Please help urgent

$
0
0

Hi ,<o:p></o:p>

I have encountered an issue while doing the repair of my current SQL 2008 R2 instance. The error is being shown while repairing Reporting services .  Please see below for the error. <o:p></o:p>

The reason for doing the repair is , the local SQL Server service groups were missing on the server and I have fixed it by doing the repair in the past on a different server. 
Please provide help and let me for any additional info....<o:p></o:p>

Thanks Naz

Error message : <o:p></o:p>

TITLE: SQL Server 2008 R2 Setup<o:p></o:p>

------------------------------<o:p></o:p>

 <o:p></o:p>

The following error has occurred:<o:p></o:p>

 <o:p></o:p>

Value cannot be null.<o:p></o:p>

Parameter name: instanceId<o:p></o:p>

 <o:p></o:p>

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.4000.0&EvtType=0x2070761E%25400x11428655<o:p></o:p>

 <o:p></o:p>

------------------------------<o:p></o:p>

BUTTONS:<o:p></o:p>

 <o:p></o:p>

OK

<o:p></o:p>


Naz DBA



Error upgrading a SQL 2012 cluster to 2014

$
0
0

Hi

I keep getting an error whilst trying to upgrade the passive node of a SQL 2012 cluster to SQL 2014 with SP1

The setup fails with this error whilst it's running this part 'ReplConfigAction_upgrade_ConfigNonRC_Cpu64'

The following error has occurred:
The system cannot find the file specified

It doesn't say which file it ca not find.

In the detail.txt the error is documented further with this information:

Any ideas??  It does it every time i run the setup

(01) 2015-12-07 15:14:44 Slp: ---- Flush datastore cache before calling configuration action 'ReplConfigAction_upgrade_ConfigNonRC_Cpu64'
(01) 2015-12-07 15:14:44 Slp: ----------------------------------------------------------------------
(01) 2015-12-07 15:14:44 Slp: Running Action: ReplConfigAction_upgrade_ConfigNonRC_Cpu64
(01) 2015-12-07 15:14:44 Slp: Action Data:
(01) 2015-12-07 15:14:44 Slp:   Feature = SQL_Replication_Core_Inst_sql_engine_core_inst_Cpu64
(01) 2015-12-07 15:14:44 Slp:   Scenario = upgrade
(01) 2015-12-07 15:14:44 Slp:   Timing = ConfigNonRC
(01) 2015-12-07 15:14:44 Slp:   ConfigObjectType = Microsoft.SqlServer.Configuration.Repl.ReplConfigurationPrivate
(01) 2015-12-07 15:14:44 Slp:   FeatureName = SQL_Replication_Core_Inst
(01) 2015-12-07 15:14:44 Slp:   FeatureCpuType = Cpu64
(01) 2015-12-07 15:14:44 Slp:   FeaturePackageId = sql_engine_core_inst
(01) 2015-12-07 15:14:44 Slp:   FromVersion = 11.2.5058.0
(01) 2015-12-07 15:14:44 Slp:   FromLanguage = 1033
(01) 2015-12-07 15:14:44 Slp:   PreviousInstalledClusterState = CompleteFailoverCluster
(01) 2015-12-07 15:14:44 Slp:   FeatureClusterState = CompleteFailoverCluster
(01) 2015-12-07 15:14:44 Slp:   SlipstreamInstall = 1
(01) 2015-12-07 15:14:44 Slp: Upgrade: Repl Configuration
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to open registry subkey 120\Replication
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL12.MSSQLSERVER\Setup
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to get registry value SQLGroup
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;CI;KA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
(01) 2015-12-07 15:14:44 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed:  D:(A;CI;KA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
(01) 2015-12-07 15:14:44 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned:  D:(A;CI;KA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to set security descriptor D:(A;CI;KA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to normalize security descriptor D:(A;CI;KA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;CI;KA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
(01) 2015-12-07 15:14:44 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed:  D:(A;CI;KA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
(01) 2015-12-07 15:14:44 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned:  D:(A;CI;KA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to normalize security descriptor D:(A;CI;KA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;CI;KA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
(01) 2015-12-07 15:14:44 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed:  D:(A;CI;KA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
(01) 2015-12-07 15:14:44 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned:  D:(A;CI;KA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
(01) 2015-12-07 15:14:44 Slp: SetSecurityDescriptor: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\120\Replication, appending
(01) 2015-12-07 15:14:44 Slp: Repl: Copying individual replication values.
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-12-07 15:14:44 Slp: Repl: Upgrade from unsupported version.
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL11.MSSQLSERVER\Replication
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to get registry value isinstalled
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to get registry value kind for value isinstalled
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-12-07 15:14:44 Slp: Repl: Upgrade from unsupported version.
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL11.MSSQLSERVER\Replication
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to get registry value workingdirectory
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to get registry value kind for value workingdirectory
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-12-07 15:14:44 Slp: Repl: Upgrade from unsupported version.
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL11.MSSQLSERVER\Replication
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to get registry value distributiondb
(01) 2015-12-07 15:14:44 Slp: Sco: Attempting to get registry value kind for value distributiondb
(01) 2015-12-07 15:14:44 Slp: Configuration action failed for feature SQL_Replication_Core_Inst during timing ConfigNonRC and scenario ConfigNonRC.
(01) 2015-12-07 15:14:44 Slp: The system cannot find the file specified.

(01) 2015-12-07 15:14:44 Slp: The configuration failure category of current exception is ConfigurationFailure
(01) 2015-12-07 15:14:44 Slp: Configuration action failed for feature SQL_Replication_Core_Inst during timing ConfigNonRC and scenario ConfigNonRC.
(01) 2015-12-07 15:14:44 Slp: Microsoft.SqlServer.Configuration.Sco.SqlRegistryException: The system cannot find the file specified.
(01) 2015-12-07 15:14:44 Slp:    at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.ExecuteNative(Int32 result)
(01) 2015-12-07 15:14:44 Slp:    at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.GetValueKind(String name)
(01) 2015-12-07 15:14:44 Slp:    at Microsoft.SqlServer.Configuration.Repl.ReplConfigurationPrivate.GetValueFromRegistry(ReplValue value, String instanceId, Version version)
(01) 2015-12-07 15:14:44 Slp:    at Microsoft.SqlServer.Configuration.Repl.ReplConfigurationPrivate.CopyReplicationValues(Version fromVersion)
(01) 2015-12-07 15:14:44 Slp:    at Microsoft.SqlServer.Configuration.Repl.ReplConfigurationPrivate.UpgradeConfigNonRCImpl(ConfigActionTiming timing, Dictionary`2 actionData, PublicConfigurationBase spcbCurrent, Version fromVersion)
(01) 2015-12-07 15:14:44 Slp:    at Microsoft.SqlServer.Configuration.Repl.ReplConfigurationPrivate.UpgradeImpl(ConfigActionTiming timing, Dictionary`2 actionData, PublicConfigurationBase spcbCurrent, Version fromVersion)
(01) 2015-12-07 15:14:44 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String actionId)
(01) 2015-12-07 15:14:44 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream)
(01) 2015-12-07 15:14:44 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
(01) 2015-12-07 15:14:44 Slp: Inner exceptions are being indented
(01) 2015-12-07 15:14:44 Slp:
(01) 2015-12-07 15:14:44 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.SqlRegistryException
(01) 2015-12-07 15:14:44 Slp:     Message:
(01) 2015-12-07 15:14:44 Slp:         The system cannot find the file specified.
(01) 2015-12-07 15:14:44 Slp:         
(01) 2015-12-07 15:14:44 Slp:     HResult : 0x84d10002
(01) 2015-12-07 15:14:44 Slp:         FacilityCode : 1233 (4d1)
(01) 2015-12-07 15:14:44 Slp:         ErrorCode : 2 (0002)
(01) 2015-12-07 15:14:44 Slp:     Data:
(01) 2015-12-07 15:14:44 Slp:       WatsonData = Microsoft.SqlServer.Configuration.Sco.SqlRegistryException@Win32Error
(01) 2015-12-07 15:14:44 Slp:       SQL.Setup.FailureCategory = ConfigurationFailure
(01) 2015-12-07 15:14:44 Slp:       WatsonConfigActionData = UPGRADE@CONFIGNONRC@SQL_REPLICATION_CORE_INST
(01) 2015-12-07 15:14:44 Slp:       WatsonExceptionFeatureIdsActionData = System.String[]
(01) 2015-12-07 15:14:44 Slp:     Stack:
(01) 2015-12-07 15:14:44 Slp:         at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.ExecuteNative(Int32 result)
(01) 2015-12-07 15:14:44 Slp:         at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.GetValueKind(String name)
(01) 2015-12-07 15:14:44 Slp:         at Microsoft.SqlServer.Configuration.Repl.ReplConfigurationPrivate.GetValueFromRegistry(ReplValue value, String instanceId, Version version)
(01) 2015-12-07 15:14:44 Slp:         at Microsoft.SqlServer.Configuration.Repl.ReplConfigurationPrivate.CopyReplicationValues(Version fromVersion)
(01) 2015-12-07 15:14:44 Slp:         at Microsoft.SqlServer.Configuration.Repl.ReplConfigurationPrivate.UpgradeConfigNonRCImpl(ConfigActionTiming timing, Dictionary`2 actionData, PublicConfigurationBase spcbCurrent, Version fromVersion)
(01) 2015-12-07 15:14:44 Slp:         at Microsoft.SqlServer.Configuration.Repl.ReplConfigurationPrivate.UpgradeImpl(ConfigActionTiming timing, Dictionary`2 actionData, PublicConfigurationBase spcbCurrent, Version fromVersion)
(01) 2015-12-07 15:14:44 Slp:         at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String actionId)
(01) 2015-12-07 15:14:44 Slp:         at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream)
(01) 2015-12-07 15:14:44 Slp: Watson Bucket 3
 Original Parameter Values

(01) 2015-12-07 15:14:44 Slp: Parameter 0 : SQL Server 2014@RTM@

(01) 2015-12-07 15:14:44 Slp: Parameter 1 : Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.ExecuteNative

(01) 2015-12-07 15:14:44 Slp: Parameter 2 : Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.ExecuteNative

(01) 2015-12-07 15:14:44 Slp: Parameter 3 : Microsoft.SqlServer.Configuration.Sco.SqlRegistryException@1233@2

(01) 2015-12-07 15:14:44 Slp: Parameter 4 : Microsoft.SqlServer.Configuration.Sco.SqlRegistryException@1233@2

(01) 2015-12-07 15:14:44 Slp: Parameter 5 : ReplConfigAction_upgrade_ConfigNonRC

(01) 2015-12-07 15:14:44 Slp: Parameter 6 : UPGRADE@CONFIGNONRC@SQL_REPLICATION_CORE_INST

(01) 2015-12-07 15:14:44 Slp: Parameter 7 : Microsoft.SqlServer.Configuration.Sco.SqlRegistryException@Win32Error

(01) 2015-12-07 15:14:44 Slp: Parameter 8 : Microsoft.SqlServer.Configuration.Sco.SqlRegistryException@Win32Error

(01) 2015-12-07 15:14:44 Slp:
 Final Parameter Values

(01) 2015-12-07 15:14:44 Slp: Parameter 0 : SQL Server 2014@RTM@

(01) 2015-12-07 15:14:44 Slp: Parameter 1 : 0x21656841

(01) 2015-12-07 15:14:44 Slp: Parameter 2 : 0x21656841

(01) 2015-12-07 15:14:44 Slp: Parameter 3 : 0xAC7B1A58@1233@2

(01) 2015-12-07 15:14:44 Slp: Parameter 4 : 0xAC7B1A58@1233@2

(01) 2015-12-07 15:14:44 Slp: Parameter 5 : ReplConfigAction_upgrade_ConfigNonRC

(01) 2015-12-07 15:14:44 Slp: Parameter 6 : 0xF32688B2

(01) 2015-12-07 15:14:44 Slp: Parameter 7 : 0xD195CE25

(01) 2015-12-07 15:14:44 Slp: Parameter 8 : 0xD195CE25

(01) 2015-12-07 15:14:46 Slp: Sco: Attempting to write hklm registry key Microsoft SQL Server to file C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20151207_150533\Registry_SOFTWARE_Microsoft_Microsoft SQL Server.reg_
(01) 2015-12-07 15:14:46 Slp: Sco: Attempting to write hklm registry key Uninstall to file C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20151207_150533\Registry_SOFTWARE_Microsoft_Windows_CurrentVersion_Uninstall.reg_
(01) 2015-12-07 15:14:46 Slp: Sco: Attempting to write hklm registry key MSSQLServer to file C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20151207_150533\Registry_SOFTWARE_Microsoft_MSSQLServer.reg_
(01) 2015-12-07 15:14:46 Slp: Sco: Attempting to write hklm registry key Microsoft SQL Server to file C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20151207_150533\Registry_SOFTWARE_Wow6432Node_Microsoft_Microsoft SQL Server.reg_
(01) 2015-12-07 15:14:46 Slp: Sco: Attempting to write hklm registry key Uninstall to file C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20151207_150533\Registry_SOFTWARE_Wow6432Node_Microsoft_Windows_CurrentVersion_Uninstall.reg_
(01) 2015-12-07 15:14:46 Slp: Sco: Attempting to write hklm registry key MSSQLServer to file C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20151207_150533\Registry_SOFTWARE_Wow6432Node_Microsoft_MSSQLServer.reg_
(01) 2015-12-07 15:14:47 Slp: The system cannot find the file specified.

(01) 2015-12-07 15:14:47 Slp: Watson bucket for exception based failure has been created
(01) 2015-12-07 15:15:11 Slp: Error: Action "ReplConfigAction_upgrade_ConfigNonRC_Cpu64" failed during execution.
(01) 2015-12-07 15:15:11 Slp: Completed Action: ReplConfigAction_upgrade_ConfigNonRC_Cpu64, returned False

SQL Server client tools for Windows 10

$
0
0
My Surface 3 with Win 8.1 crashed and now I have a new Surface with Win 10. Can someone give me a link to download the appropriate version of SQL Server Client tools for Win 10. I only want SQL Server Management Studio on my Surface not the full installation with the DB engine. I am connecting to a 2008 SQL server. 

Install SQL Server 2012 error 0x858C001B

$
0
0

Hello,

I'm installing SQL Server 2012 enterprise edition with SP3 x64 fr on a Windows 7 Professional SP1 and I get the following error :

TITLE: SQL Server Setup failure.
------------------------------

SQL Server Setup has encountered the following error:

The SQL Server license agreement cannot be located for the selected edition, ENTERPRISE. This could be a result of corrupted media or the edition being unsupported by the media.

Error code 0x858C001B.

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&EvtType=0xFDC38F1F%25400xA40CEF17%25401420%254027

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

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

I've read a lot of threads on the problem on the site and on others but none solved it. So here are the points I tried :
- I downloaded the package from the MSDN site twice,
- I've extracted the archive with WinRar,
- I've moved the extract folder to the localization C:\,
- I switch the language of my computer from "French (France)" to "English (US)" and to "English (United Kingdom)" but I have an error message when I launch the setup with a language other than French,
- I've deleted the folder "Setup Bootstrap" under C:\Program Files\Microsoft SQL Server\110\ between each try,
- The 9 operations from the "Setup Support Rules" are all passed,
- It's a fresh new computer so there were no old SQL Server install before and there are no trace of SQL Server in the programs list,
- I'm admin on my computer,
- I tried to launch the install with the command "Run as administrator".

If anyone can help, that would be so great !!

Cédric

SQL Server 2012 Service Pack 3 constantly fails with Windows Update Code 84B30002

$
0
0

I have MS SQL 2008 R2 Developer, MS SQL 2014 Express, MS SQL 2014 Developer, Visual Studio 3013 Community & Visual Studio 3015 Community

I also installed MSDT & BI templates for Visual Studio 3013

Operation system Windows 8.1 x64 Pro

I have never installed MS SQL 2012 but I found out SQL Server 2012 Service Pack 3 as optional update.  When I tried to install it I got a Code 84B30002. 

When I opened list of installed products I found out following products

Microsoft SQL Server 2012

Microsoft SQL Server 2012 Command Line Utilities

Microsoft SQL Server 2012 Data-Tier Up framework

Microsoft SQL Server 2012 Data-Tier Up framework (x64)

Microsoft SQL Server 2012 Express local DB

Microsoft SQL Server 2012 Management Objects

Microsoft SQL Server 2012 Management Objects (x64)

Microsoft SQL Server 2012 Native Client

Microsoft SQL Server 2012  Setup (English)

Microsoft SQL Server 2012 Transact-SQL Compiler Service

Microsoft SQL Server 2012 Transact-SQL ScriptDom

Microsoft SQL Server 2012 T-SQL Language Service

Microsoft SQL Server 2012 T-SQL Language Service

Microsoft SQL Server data Tools 2012

Microsoft System CLR Types for SQL Server 2012

Microsoft System CLR Types for SQL Server 2012 (x64)

It is possibly that it was installed with Visual Studio 3013 Community

What I would have to install manually or not install at all (hide this update)?

P.S. I checked when this stuff has been installed - it happened partially when I installed VS 2013 community and some stuff came with MS SQL 2014 Developer


P.P.S.  I tried to run this update manually and got following message:

"There are no SQL Server instances or shared features that can be updated on this computer"

Of course I have never installed MS SQL 2012 on my own.  Moreover there were ~8 Gb download @ Windows Updates.  At the same time there are x64 version - 1.0 Gb & x86 version - 732 Mb


What to deinstall and reinstall on SQL 2014

$
0
0

Company just gave me an old desktop Windows 7 system for development, already has all sorts of stuff installed including SQL 2014, but there's something wrong with the local instance, I can't connect to it. I can stop and start it from the configuration manager, but cannot connect to it from the studio, rejects my windows authentication - and SA with no password didn't work either. Apparently whoever had it before me, did something to it.

So not sure what my options are, decided to just nuke it and reinstall.  But I went to the control panel and program widget, and there are about six different SQL 2014 items.  Is there just one that takes the others with it?

Thanks,

Josh

Installing SQL Server 2014 to a different drive and performance impact.

$
0
0

Hi,

I am currently working on automating the SQL Server 2014 install which also allows customers to choose a non-default install path for SQL Server, which would be the /INSTANCEDIR switch according this link: https://msdn.microsoft.com/en-us/library/ms144259.aspx

However, I also noticed that the switches /INSTALLSHAREDWOWDIR and /INSTALLSHAREDDIR paths could also change.

My question is as follows:

If the user specifies a non-default, different drive path SQL install location, such as E:\ABC, could I leave the /INSTALLSHAREDDIR and /INSTALLSHAREDWOWDIR  switches as is, or for better performance do I need to change that to E:\ also?  If I do change it to E:\ do I assume it needs to be assigned to E:\program files and E:\program files (x86) respectively or could I assign it to the same /INSTANCEDIR switch path?

Thanks in advance.

Bahadir

Certificate not visible in SQL 2012

$
0
0

Hi,

I want to assign a certificate to my SQL server to encrypt data between client and server. As the server will be accessible from the internet I registered a certificate with an official certificate authority. The certificate is not visible in the console to assign to the instance. It is available in IIS.

I already tried to import the certificate in the personal store of the server as well as the personal store of the service account assigned to the engine service for that instance. Also tried to start the SQL configuration console with the service account of the instance, but still the list with available certificates remains empty.

What are the actual requirements for this to work? I now found some people reporting that it need to have the same name as the server. But as the server name is not the same locally in the AD domain compared to the DNS name on the internet, this will never be the case.

Please advise.

Thanks


Adding SSRS to SQL 2012 - What media do I need?

$
0
0

I have a normally autonomous business unit that is running SQL 2012 Enterprise. They've asked me to help them add SSRS. I thought it would be a snap, but I can't get past launching the installer.

No one knows where the installation media is.  I thought I would download it from Microsoft, but I see there's media for Server/CAL and Per-core.  Guess what?  No one knows what they bought the first time around.  I've told them that they've got to contact whomever they purchased it from and find out what they bought.

Not wanting to hold my breath, does anyone know if evil will befall me if I use the wrong media for added SSRS?

Cannot Generate SSPI context

$
0
0

Hi guys,

I have a weird error I cannot resolve.

Setup:

Windows 2008 SBS server running SQL express 2014, Services are using a Domain Account with privileges.

Problem:

Client computer on the same domain as the SQL. Using the ODBC to create a user DSN sometimes works and sometime just disconnects and when I try to configure it again I get Cannot Generate SSPI Context.

If I restart the server it most likely will work again but then at some point will just disconnects and return this  error again when I try to reconfigure.

I can't seem to pinpoint this error to anything specific.

Any ideas please???

Is it necessary to uninstall 'SQL Server 2014 Management Studio' prior to reinstalling it?

$
0
0

I recently installedSQL Server 2014 Management Studio.  I selected all components, but the following failed to install.  (I can run queries, but some database diagrams are not showing all relationships - it's not apparent if this is related to the failure to install these components.)

  • Reporting Services - Native
  • Database Engine Services
  • Data Quality Services
  • Full-Text and Semantic Extractions for Search
  • SQL Server Replication

I already hadSQL Server 2008 (R2) installed as well as Visual Studio 2010.  (I installedVisual Studio 2010 SP1 as a prerequisite for SQL Server 2014.)

While installing SQL Server 2014, I was asked if I wanted to use the existing settings fromSQL Server 2008 (R2).  I responded 'no', but am now wondering whether this contributed to the failed install. 

This raises two questions:

1.  Can I still capture the settings fromSQL Server 2008 (R2) and apply them to SQL Server 2014.

2.  If not, I would like to reinstall SQL Server 2014, so I can respond 'yes' when asked if I want to use theSQL Server 2008 (R2) settings.   In this case, would it be necessary to first uninstallSQL Server 2014 before reinstalling it?

I'd appreciate any ideas on this. Thanks.

SQL Server Error

$
0
0

A program that I bought also installs SQL Sever 2012 Local DB.  I have tried several time to active the program and each time I get an error that says  "Your SQL Server installation is either corrupted or has been tampered with. (Unknown package id).  Please uninstall then re-run setup to correct this problem."   I have un-installed and re-installed many times to no avail. 

I am using a work-around by going into a DOS shell and deleting, creating and running "v11.0" within the binn file, 110 file of SQL Server.  This works but I have to do this each time I want to use the program.  Also it will error out while using the program and I have to run the work-around in order to keep going.   Very frustrating.

I need to know what is causing this issue and how to correct it so I don't have to keep fixing it every time I want to run my program

Error from installing SQL 2008 R2 Express SP2, ExitCode 2227437618

$
0
0

help!!!

I tried to uninstall it, the error still exist

Viewing all 5760 articles
Browse latest View live


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