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

SQL Server Setup Error code 0x84BB0001 / Windows Update error code 84BB0001

$
0
0

Hi everybody!

OS: Windows 7 Enterprise, 32-bit

I'm having a lot of trouble installing the Service Pack 3 update for SQL Server 2012. When done through Windows Update, it fails with the error code 84BB0001.

I then tried installing the update manually and get the error:

Attempted to perform an unauthorized operation.

Error code 0x84BB0001.

I've tried uninstalling everything related to SQL Server, and now I cannot even install it again without the same error above.

Here is a part of the log from the installation:

(01) 2016-01-27 12:49:11 Slp: Sco: Attempting to open registry subkey {C1E2ED51-6345-6C38-9F8E-0E3F8FB11FF6}
(01) 2016-01-27 12:49:11 Slp: Sco: Attempting to get registry value SQLProductPatchFamilyCode
(01) 2016-01-27 12:49:11 Slp: Sco: Attempting to get registry value ProductId
(01) 2016-01-27 12:49:11 Slp: Sco: Attempting to open registry subkey {C25215FC-5900-48B0-B93C-8D3379027312}
(01) 2016-01-27 12:49:11 Slp: Sco: Attempting to get registry value SQLProductPatchFamilyCode
(01) 2016-01-27 12:49:11 Slp: Sco: Attempting to get registry value ProductId
(01) 2016-01-27 12:49:11 Slp: Sco: Attempting to open registry subkey {C44506FC-B846-4782-AC2B-8C30236CE075}
(01) 2016-01-27 12:49:11 Slp: Prompting user if they want to retry this action due to the following failure:
(01) 2016-01-27 12:49:11 Slp: ----------------------------------------
(01) 2016-01-27 12:49:11 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
(01) 2016-01-27 12:49:11 Slp: Inner exceptions are being indented
(01) 2016-01-27 12:49:11 Slp:
(01) 2016-01-27 12:49:11 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException
(01) 2016-01-27 12:49:11 Slp:     Message:
(01) 2016-01-27 12:49:11 Slp:         Attempted to perform an unauthorized operation.
(01) 2016-01-27 12:49:11 Slp:     HResult : 0x84bb0001
(01) 2016-01-27 12:49:11 Slp:         FacilityCode : 1211 (4bb)
(01) 2016-01-27 12:49:11 Slp:         ErrorCode : 1 (0001)
(01) 2016-01-27 12:49:11 Slp:     Data:
(01) 2016-01-27 12:49:11 Slp:       WatsonData = Uninstall@{C44506FC-B846-4782-AC2B-8C30236CE075}
(01) 2016-01-27 12:49:11 Slp:       DisableRetry = true
(01) 2016-01-27 12:49:11 Slp:     Inner exception type: System.UnauthorizedAccessException
(01) 2016-01-27 12:49:11 Slp:         Message:
(01) 2016-01-27 12:49:11 Slp:                 Attempted to perform an unauthorized operation.
(01) 2016-01-27 12:49:11 Slp:         HResult : 0x80070005
(01) 2016-01-27 12:49:11 Slp:         Stack:
(01) 2016-01-27 12:49:11 Slp:                 at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String subkey, RegistryAccess requestedAccess)
(01) 2016-01-27 12:49:11 Slp:

And one more log:

,

(01) 2016-01-27 13:14:34 Slp: Error: Action "Microsoft.SqlServer.Configuration.MsiExtension.SetPatchInstallStateAction" threw an exception during execution.
(01) 2016-01-27 13:14:34 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: Attempted to perform an unauthorized operation. ---> Microsoft.SqlServer.Configuration.Sco.ScoException: Attempted to perform an unauthorized operation. ---> System.UnauthorizedAccessException: Attempted to perform an unauthorized operation.
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String subkey, RegistryAccess requestedAccess)
(01) 2016-01-27 13:14:34 Slp:    --- End of inner exception stack trace ---
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String subkey, RegistryAccess requestedAccess)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Configuration.Sco.SqlRegistryKey.OpenSubKey(String subkey, RegistryAccess requestedAccess)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Configuration.MsiExtension.ArpRegKey.CleanupPatchedProductRegistryInfo()
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Configuration.MsiExtension.SetPatchInstallStateAction.ExecuteAction(String actionId)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun, ServiceContainer context)
(01) 2016-01-27 13:14:34 Slp:    --- End of inner exception stack trace ---
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun, ServiceContainer context)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
(01) 2016-01-27 13:14:34 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction" threw an exception during execution.
(01) 2016-01-27 13:14:34 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: Attempted to perform an unauthorized operation. ---> Microsoft.SqlServer.Configuration.Sco.ScoException: Attempted to perform an unauthorized operation. ---> System.UnauthorizedAccessException: Attempted to perform an unauthorized operation.
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String subkey, RegistryAccess requestedAccess)
(01) 2016-01-27 13:14:34 Slp:    --- End of inner exception stack trace ---
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String subkey, RegistryAccess requestedAccess)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Configuration.Sco.SqlRegistryKey.OpenSubKey(String subkey, RegistryAccess requestedAccess)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Configuration.MsiExtension.ArpRegKey.CleanupPatchedProductRegistryInfo()
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Configuration.MsiExtension.SetPatchInstallStateAction.ExecuteAction(String actionId)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun, ServiceContainer context)
(01) 2016-01-27 13:14:34 Slp:    --- End of inner exception stack trace ---
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun, ServiceContainer context)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun, ServiceContainer context)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
(01) 2016-01-27 13:14:34 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
(01) 2016-01-27 13:14:35 Slp: Received request to add the following file to Watson reporting: C:\Users\dto\AppData\Local\Temp\tmp449E.tmp
(01) 2016-01-27 13:14:35 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
(01) 2016-01-27 13:14:35 Slp: Inner exceptions are being indented
(01) 2016-01-27 13:14:35 Slp:
(01) 2016-01-27 13:14:35 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException
(01) 2016-01-27 13:14:35 Slp:     Message:
(01) 2016-01-27 13:14:35 Slp:         Attempted to perform an unauthorized operation.
(01) 2016-01-27 13:14:35 Slp:     HResult : 0x84bb0001
(01) 2016-01-27 13:14:35 Slp:         FacilityCode : 1211 (4bb)
(01) 2016-01-27 13:14:35 Slp:         ErrorCode : 1 (0001)
(01) 2016-01-27 13:14:35 Slp:     Data:
(01) 2016-01-27 13:14:35 Slp:       WatsonData = Uninstall@{C44506FC-B846-4782-AC2B-8C30236CE075}
(01) 2016-01-27 13:14:35 Slp:       DisableRetry = true
(01) 2016-01-27 13:14:35 Slp:       HelpLink.EvtType = 0xEF814B06@0x92D13C14
(01) 2016-01-27 13:14:35 Slp:       EMBResult = Cancel
(01) 2016-01-27 13:14:35 Slp:     Stack:
(01) 2016-01-27 13:14:35 Slp:         at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String subkey, RegistryAccess requestedAccess)
(01) 2016-01-27 13:14:35 Slp:         at Microsoft.SqlServer.Configuration.Sco.SqlRegistryKey.OpenSubKey(String subkey, RegistryAccess requestedAccess)
(01) 2016-01-27 13:14:35 Slp:         at Microsoft.SqlServer.Configuration.MsiExtension.ArpRegKey.CleanupPatchedProductRegistryInfo()
(01) 2016-01-27 13:14:35 Slp:         at Microsoft.SqlServer.Configuration.MsiExtension.SetPatchInstallStateAction.ExecuteAction(String actionId)
(01) 2016-01-27 13:14:35 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
(01) 2016-01-27 13:14:35 Slp:         at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun, ServiceContainer context)
(01) 2016-01-27 13:14:35 Slp:     Inner exception type: System.UnauthorizedAccessException
(01) 2016-01-27 13:14:35 Slp:         Message:
(01) 2016-01-27 13:14:35 Slp:                 Attempted to perform an unauthorized operation.
(01) 2016-01-27 13:14:35 Slp:         HResult : 0x80070005
(01) 2016-01-27 13:14:35 Slp:         Stack:
(01) 2016-01-27 13:14:35 Slp:                 at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.OpenSubKey(String subkey, RegistryAccess requestedAccess)

The error is happening to several users and I'm lost as to what is wrong.

I've made sure I'm admin on the computer, running the setup is admin. I've also created a local user account with admin priv. and the error still shows up.

Any ideas?




[SQL Server 2014] Processor usage (with stored procedure)

$
0
0

Hi,

I'm not sure about my question's category, but, as it's probably a configuration issue, I think "SQL Server Setup" is ok.

I have a SQL Server 2014 Std on a virtual Machine (Server 2012R2 / Hyper-V 3).

I've got a huge stored procedure called from another server.

Each time the procedure was called, the processor's load reached 100% usage, and of course, my procedure was very slow.

I tried to add virtual processor to my VM (from 1 virtual processor to 4).

When I look into the task manager, my stored procedure doesn't take 100% of my processor but I don't feel any gain in performance.

When I look into performance monitor, I can see % time processor and % time user reach 25% as soon as I call my stored procedure

My guess is that only one of my 4 virtual processor is used to execute this request.

My SQL Server has pretty much a default configuration.

Do you have any idea (if you think I'm right about my problem) how to share the load of this request to my 4 virtual processor?

If you think I'm wrong, can you think about anything that could help me ?

Best Regards,

Setup.exe throws blank error message

$
0
0

I'm trying to install SQL Server 2012 with SP1 on a laptop with Windows 7, but I'm getting an error immediately upon clicking setup.exe. Unfortunately, it's not a very helpful error message:

I've checked the prerequisites - I have .NET Framework v4 and v3.5, and Windows Powershell v2 installed. I currently have SQL 2008 R2. I've tried stopping all of the SQL services, but that didn't make any difference. Any ideas what I should look at next?

When we upgrade SQL server 2012 SP1 to SP3 do we face any issues/conflicts

$
0
0

Hi Everyone,

When we upgrade SQL server 2012 SP1 to SP3 in Windows SQL 2012 R2 do we face any issues/conflicts.

Please let me know if any one aware of this or can you give valuable suggestions.

Thanks,

Naveen.

2012 Service Pack 3 breaks login

$
0
0

Service pack 3 was pushed to my SQL Server 2012 running on windows server 2012 R2 today, the server is used exclusively for VS TFS 2015. Since the service pack has been installed TFS has been unable to connect to the database, returning error: TF246017. I then attempted :

  • Restarting the server
  • Logging in to the database with SQL Server Management Studio but received error Error 233: No Process Is on the Other End of the Pipe
  • Using Server Configuration Management to check that the connection protocols are enabled and ordered correctly

What other steps can we take to try and get this back up other than uninstall and re install without SP3 ?

Thank you for your help in advance, 

Tom

how to move sql Azure db files to different location

$
0
0
i want to move SQL Azure files (MDB, LDB and tempdb) to different disk location. Which SQL command can help ?

Backup Restore

$
0
0
Hi,
Is it possible to backup data from MSSQL 2005 and restore it in MSSQL 2000? Please, let me know.
Thanks

SSMS restarts itself after I close it

$
0
0

Hi,

This strange behavior started recently. If I close SSMS, it restarts itself as if it crashed and trying to restore itself. Even if I hit cancel as it's restarting, it will restart itself yet again. This happens twice. Any idea what's causing this?


Thanks, Sam


Upsizing Access DB to Sql Server Error 15135

$
0
0

I am trying to upsize an Access DB to Sql Server. The upsizing wizard runs fine when I try it locally to Sql Server Express 2005.

When I try to upload it to our remote server, I keep getting a bunch of errors

"Server Error 15135: Object is invalid. Extended properties are not permitted
on 'dbo.<table>.<field>', or the object does not exist."


I googled the error but all I could find was a change in coding to correct it. Since this is a Microsoft Wizard, I can't change any coding.


Any ideas on what is causing it, how to correct it?



thanks



Paul P

Add clustering to an existing SQL 2012 server

$
0
0

Hi

I have a standalone SQL 2012 running on Windows 2012 OS.  It is running on VMware.

I would like to do cluster it.  New virtual partner.  

1. Is it possible without breaking the environment? After all the existing disks are not shared.  

2. Does it require down time?

Your help is appreciated.

Thanks

Getting 'Process exited with code -2054422506' when trying to install SQLExpress 2012 with command line arguments via Visual Studio Setup Project prerequisites

$
0
0

I'm trying to add specific command line install arguments to a prerequisite (SQL Express 2012) for a Windows Setup Project in Visual Studio 2015.

I've selected "Download prerequisites from the same location as my application" and downloaded and placed the required installers in their respective bootstrap folders (C:\Program Files (x86)\Microsoft Visual Studio 14.0\SDK\Bootstrapper\Packages...) and I modified the package.xml in C:\Program Files (x86)\Microsoft Visual Studio 14.0\SDK\Bootstrapper\Packages\SqlExpress2012\en to include my specific changes to <Command Arguments="my specific stuff" />

This builds fine and when I go to test the install it faild during the SQL Express 2012 install. The install.log notes:

Installing using command 'C:\Users\ljhersma\AppData\Local\Temp\VSDFB27.tmp\SqlExpress2012\SQLEXPR_x64_ENU.EXE' and parameters 'my specific stuff'
Process exited with code -2054422506
Status of package 'SQL Server 2012 Express' after install is 'InstallFailed'

So the fact that the install.log picked up my specific commands proves that the modification of packages.xml worked, but I'm not sure why its actually failing. Let me know if you need any more information!

Below is the entire install.log

The following properties have been set:
Property: [AdminUser] = true {boolean}
Property: [InstallMode] = SameSite {string}
Property: [NTProductType] = 1 {int}
Property: [ProcessorArchitecture] = AMD64 {string}
Property: [VersionNT] = 10.0.0 {version}
Running checks for package 'Windows Installer 4.5', phase BuildList
Looking up path for special folder 'WindowsFolder'
Running check with folder 'C:\Windows\System32' and file 'msi.dll'
Attempting to find file 'C:\Windows\System32\msi.dll'
File version is '5.0.10586.0'
Setting value '5.0.10586.0 {version}' for property 'VersionMsiDll'
The following properties have been set for package 'Windows Installer 4.5':
Property: [VersionMsiDll] = 5.0.10586.0 {version}
Running checks for command 'WindowsInstaller4_5\WindowsXP-KB942288-v3-x86.exe'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '4.5': true
Result of checks for command 'WindowsInstaller4_5\WindowsXP-KB942288-v3-x86.exe' is 'Bypass'
Running checks for command 'WindowsInstaller4_5\WindowsXP-KB958655-v2-x86-ENU.exe'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsiDll' and value '4.5.6001.22299': true
Result of checks for command 'WindowsInstaller4_5\WindowsXP-KB958655-v2-x86-ENU.exe' is 'Bypass'
Running checks for command 'WindowsInstaller4_5\WindowsServer2003-KB942288-v4-x86.exe'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '4.5': true
Result of checks for command 'WindowsInstaller4_5\WindowsServer2003-KB942288-v4-x86.exe' is 'Bypass'
Running checks for command 'WindowsInstaller4_5\WindowsServer2003-KB958655-v2-x86-ENU.exe'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsiDll' and value '4.5.6001.22299': true
Result of checks for command 'WindowsInstaller4_5\WindowsServer2003-KB958655-v2-x86-ENU.exe' is 'Bypass'
Running checks for command 'WindowsInstaller4_5\WindowsServer2003-KB942288-v4-x64.exe'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '4.5': true
Result of checks for command 'WindowsInstaller4_5\WindowsServer2003-KB942288-v4-x64.exe' is 'Bypass'
Running checks for command 'WindowsInstaller4_5\WindowsServer2003.WindowsXP-KB958655-v2-x64-ENU.exe'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsiDll' and value '4.5.6001.22299': true
Result of checks for command 'WindowsInstaller4_5\WindowsServer2003.WindowsXP-KB958655-v2-x64-ENU.exe' is 'Bypass'
Running checks for command 'WindowsInstaller4_5\Windows6.0-KB958655-v2-x86.MSU'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsiDll' and value '4.5.6001.22308': true
Result of checks for command 'WindowsInstaller4_5\Windows6.0-KB958655-v2-x86.MSU' is 'Bypass'
Running checks for command 'WindowsInstaller4_5\Windows6.0-KB958655-v2-x64.MSU'
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsiDll' and value '4.5.6001.22308': true
Result of checks for command 'WindowsInstaller4_5\Windows6.0-KB958655-v2-x64.MSU' is 'Bypass'
'Windows Installer 4.5' RunCheck result: No Install Needed
Running checks for package 'Microsoft .NET Framework 4 (x86 and x64)', phase BuildList
Reading value 'Version' of registry key 'HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Full'
Read string value '4.6.01038'
Setting value '4.6.01038 {string}' for property 'DotNet40Full_TargetVersion'
The following properties have been set for package 'Microsoft .NET Framework 4 (x86 and x64)':
Property: [DotNet40Full_TargetVersion] = 4.6.01038 {string}
Running checks for command 'DotNetFX40\dotNetFx40_Full_x86_x64.exe'
Result of running operator 'ValueEqualTo' on property 'InstallMode' and value 'HomeSite': false
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'DotNet40Full_TargetVersion' and value '4.0.30129': true
Result of checks for command 'DotNetFX40\dotNetFx40_Full_x86_x64.exe' is 'Bypass'
Running checks for command 'DotNetFX40\dotNetFx40_Full_setup.exe'
Result of running operator 'ValueNotEqualTo' on property 'InstallMode' and value 'HomeSite': true
Result of checks for command 'DotNetFX40\dotNetFx40_Full_setup.exe' is 'Bypass'
'Microsoft .NET Framework 4 (x86 and x64)' RunCheck result: No Install Needed
Running checks for package 'SQL Server 2012 Express', phase BuildList
Running external check with command 'C:\Users\ljhersma\AppData\Local\Temp\VSDC819.tmp\SqlExpress2012\SqlExpressChk.exe' and parameters '11.0.2100 1033'
Process exited with code 1
Setting value '1 {int}' for property 'SQLExpressChk'
The following properties have been set for package 'SQL Server 2012 Express':
Property: [SQLExpressChk] = 1 {int}
Running checks for command 'SqlExpress2012\SQLEXPR32_x86_ENU.EXE'
Result of running operator 'ValueNotExists' on property 'VersionNT': false
Result of running operator 'VersionLessThan' on property 'VersionNT' and value '6.0.0': false
Result of running operator 'VersionLessThan' on property 'VersionNT' and value '6.0.2': false
Result of running operator 'VersionEqualTo' on property 'VersionNT' and value '6.1.0': false
Result of running operator 'ValueEqualTo' on property 'AdminUser' and value 'false': false
Result of running operator 'ValueEqualTo' on property 'SQLExpressChk' and value '-1': false
Result of running operator 'ValueEqualTo' on property 'SQLExpressChk' and value '-2': false
Result of running operator 'ValueEqualTo' on property 'SQLExpressChk' and value '-3': false
Result of running operator 'ValueEqualTo' on property 'SQLExpressChk' and value '-4': false
Result of running operator 'ValueLessThan' on property 'SQLExpressChk' and value '-4': false
Result of running operator 'ValueNotEqualTo' on property 'ProcessorArchitecture' and value 'Intel': true
Result of checks for command 'SqlExpress2012\SQLEXPR32_x86_ENU.EXE' is 'Bypass'
Running checks for command 'SqlExpress2012\SQLEXPR32_x86_ENU.EXE'
Result of running operator 'ValueNotEqualTo' on property 'ProcessorArchitecture' and value 'Intel': true
Result of checks for command 'SqlExpress2012\SQLEXPR32_x86_ENU.EXE' is 'Bypass'
Running checks for command 'SqlExpress2012\SQLEXPR_x64_ENU.EXE'
Result of running operator 'ValueNotEqualTo' on property 'ProcessorArchitecture' and value 'amd64': false
Result of running operator 'ValueNotEqualTo' on property 'SQLExpressChk' and value '1': false
Result of checks for command 'SqlExpress2012\SQLEXPR_x64_ENU.EXE' is 'Install'
Running checks for command 'SqlExpress2012\SQLEXPR_x64_ENU.EXE'
Result of running operator 'ValueNotEqualTo' on property 'ProcessorArchitecture' and value 'amd64': false
Result of running operator 'ValueNotEqualTo' on property 'SQLExpressChk' and value '2': true
Result of checks for command 'SqlExpress2012\SQLEXPR_x64_ENU.EXE' is 'Bypass'
'SQL Server 2012 Express' RunCheck result: Install Needed
EULA for components 'SQL Server 2012 Express' was accepted.
Copying files to temporary directory "C:\Users\ljhersma\AppData\Local\Temp\VSDC819.tmp\"
Copying from 'C:\Users\ljhersma\Documents\Projects\9.8.8 Patches\Setup\Debug\SqlExpress2012\SQLEXPR_x64_ENU.EXE' to 'C:\Users\ljhersma\AppData\Local\Temp\VSDC819.tmp\SqlExpress2012\SQLEXPR_x64_ENU.EXE'
Verifying file integrity of C:\Users\ljhersma\AppData\Local\Temp\VSDC819.tmp\SqlExpress2012\SQLEXPR_x64_ENU.EXE
WinVerifyTrust returned 0
File trusted
Running checks for package 'SQL Server 2012 Express', phase BeforePackage
Running external check with command 'C:\Users\ljhersma\AppData\Local\Temp\VSDC819.tmp\SqlExpress2012\SqlExpressChk.exe' and parameters '11.0.2100 1033'
Process exited with code 1
Setting value '1 {int}' for property 'SQLExpressChk'
The following properties have been set for package 'SQL Server 2012 Express':
Property: [SQLExpressChk] = 1 {int}
Running checks for command 'SqlExpress2012\SQLEXPR_x64_ENU.EXE'
Result of running operator 'ValueNotEqualTo' on property 'ProcessorArchitecture' and value 'amd64': false
Result of running operator 'ValueNotEqualTo' on property 'SQLExpressChk' and value '1': false
Result of checks for command 'SqlExpress2012\SQLEXPR_x64_ENU.EXE' is 'Install'
'SQL Server 2012 Express' RunCheck result: Install Needed
Verifying file integrity of C:\Users\ljhersma\AppData\Local\Temp\VSDC819.tmp\SqlExpress2012\SQLEXPR_x64_ENU.EXE
WinVerifyTrust returned 0
File trusted
Installing using command 'C:\Users\ljhersma\AppData\Local\Temp\VSDC819.tmp\SqlExpress2012\SQLEXPR_x64_ENU.EXE' and parameters '/Q /ACTION=Install /FEATURES=SQL,AS,RS,IS,Tools /SQLSVCACCOUNT="NT AUTHORITY\Network Service" /SQLSYSADMINACCOUNTS="Users" /AGTSVCACCOUNT="NTAUTHORITY\Network Service"'
Process exited with code -2054422506
Status of package 'SQL Server 2012 Express' after install is 'InstallFailed'



Windows update will not de-list KB3072779 after manually installing.

$
0
0

The windows update "Microsoft SQL Server 2012 Service Pack 3 (KB3072779)" kept failing when trying to install. I manually downloaded the service pack and installed it and it installed successfully but the update is still listed in windows update. When I try to run it anyway i get a 84B30002 error.

I have tried clearing out my windows update cache by renaming "%SystemRoot%\SoftwareDistribution" and  "%SystemRoot%\WindowsUpdate.log" doing a "wuauclt /resetauthorization /detectnow" from the command line but it still is listed.

No entry gets created in C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log when the update tries to run from windows update.

Checking the event log I get the message "Installation Failure: Windows failed to install the following update with error 0x80070643: Microsoft SQL Server 2012 Service Pack 3 (KB3072779)."

Error installing SQL Server 2014 Database engine services Instance features

$
0
0

Hi.

I have been trying to install SQL Server 2014 with SP 1 under windows server essentials 2012. I have tried 32 and 64 bits versions (standard and express) both give me the same error 0x851A001A (wait on the database engine recovery handle failed) with the Database Engine Services.

I have followed some web recomendations, everyone with the unistall and install process: Change the user account, use administrative priviliges, with and without instance name. So far, same error arises at the end.

Could you please give me a hand on getting this solved.

P.S. In the same server I have already installed SQL Server 2008 R2.

Thanks, Joe.


José

microsoft.net framework unhandled exception has ocuured in your application

$
0
0

if you click continue, the application will ignore this error and attempt to continue. if you click quit, the application will close immediately.

Problem1:

This message occurs whe im installing sql server 2012 in my system (windows server 2012)

problem 2:

i installed windows server  2012 in my system. after i found wi-fi symbol is not coming. when i connect to lan internet is coming. but wi-fi is not coming. i clicked on w-lan in feauters. i done all the ways. please suggest any driver to me , so that i can install in my system.

New table - not opened in Table Designer

$
0
0

Hi,

I just installed SQL Management studio 2014 x86 on my computer. I downloaded it for free on the website.

I am using an Azure Database instance Server version V12.

Im trying to create a table but am unable to create it using the Table Designer.

It opens it by default as a query, and the Table Designer toolbar is grayed out.


Isn't it supported?

SQL Server 2014 Installation Errors

$
0
0

Good Morning,

Having some issues installing sql server 2014 enterprise on a Windows Server 2012 R2 x64 cluster. I am running the setup as an administrator, setup and point all the settings to a cluster shared volume.  I am a local admin on the server, OU admin on the Active Directory domain to the server object location.  Running the install as the OU admin account which is also an administrator on the machine.  However, near the end of the installation i get the following error message:

Sco: Attempting to normalize security descriptor D:P(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;OICI;FA;;;CO)(A;OICI;FA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
Sco: Attempting to replace account with sid in security descriptor D:P(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;OICI;FA;;;CO)(A;OICI;FA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
ReplaceAccountWithSidInSddl -- SDDL to be processed:  D:P(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;OICI;FA;;;CO)(A;OICI;FA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
ReplaceAccountWithSidInSddl -- SDDL to be returned:  D:P(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;OICI;FA;;;CO)(A;OICI;FA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)
Prompting user if they want to retry this action due to the following failure:
----------------------------------------
The following is an exception stack listing the exceptions in outermost to innermost order
Inner exceptions are being indented

Exception type: Microsoft.SqlServer.Configuration.Sco.SqlDirectoryException
    Message:
        Updating permission setting for folder 'C:\ClusterStorage\Volume1\A4SQLDB\MSSQL12.MSSQLSERVER\MSSQL\DATA' failed. The folder permission setting were supposed to be set to 'D:P(A;OICI;FA;;;BA)(A;OICI;FA;;;SY)(A;OICI;FA;;;CO)(A;OICI;FA;;;S-1-5-80-3880718306-3832830129-1677859214-2598158968-1052248003)'.
    HResult : 0x84cf0003
        FacilityCode : 1231 (4cf)
        ErrorCode : 3 (0003)
    Data:
      WatsonData = Microsoft.SqlServer.Configuration.Sco.SqlDirectoryException@SetFolderSecurityDescriptorFalied
      DisableRetry = true
    Inner exception type: System.UnauthorizedAccessException
        Message:
                Attempted to perform an unauthorized operation.
        HResult : 0x80070005
        Stack:
                at System.Security.AccessControl.Win32.GetSecurityInfo(ResourceType resourceType, String name, SafeHandle handle, AccessControlSections accessControlSections, RawSecurityDescriptor& resultSd)
                at System.Security.AccessControl.NativeObjectSecurity.CreateInternal(ResourceType resourceType, Boolean isContainer, String name, SafeHandle handle, AccessControlSections includeSections, Boolean createByName, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext)
                at System.Security.AccessControl.DirectorySecurity..ctor(String name, AccessControlSections includeSections)
                at System.IO.Directory.GetAccessControl(String path, AccessControlSections includeSections)
                at Microsoft.SqlServer.Configuration.Sco.SqlDirectory.SetSecurityDescriptor(String sddlString, Boolean overwriteSecurityDescriptor)
----------------------------------------

It is weird as i have full writes to the whole cluster volume.  I can go in and change the permissions but no matter what i do, this error keeps populating.  I have tried pointing the data at the root volume, added a folder with custom permissions and pointed to that on the cluster volume share, but to no avail.  I keep getting this error.  Any feedback is appreciated.

How to change the max size of an Azure SQL database

$
0
0

Hi, 

  It is a standard S0 tier database in Azure, upgraded from a basic tier database. So, it has max size of 2G. How can I change its max size to 10G?

Thanks,

Yuhang


www.dotnetideas.com

Does SQL Server (2003, 2008, 2012) support TLS 1.2? Is so, how to configure it?

$
0
0

Does SQL Server (2003, 2008, 2012) support TLS 1.2? Is so, how to configure it?

I have installed SQL Server 2008 R2 on a Windows 2008 R2 machine, and following instruction to set TLS 1.2 for IIS, while IIS works with TLS 1.2 (verified with a remote browser restricted to TLS 1.2), the SQL Server to a restricted client would fail and the server had chosen TLS 1.0 - anyone knows if there is a solution for this - many thanks.

Enable TLS 1.2 for SQL SSL connections?

$
0
0

Does anyone know if running SQL 2008 R2 on Windows Server 2008 R2 if you can enable TLS 1.2 for connections between the SQL server and the SQL 2008 R2 ODBC client? I successfully enabled TLS 1.2 in IIS 7.5. But a network trace with the same system tweaks showed that the SQL connection was only being negotiated at TLS 1.0.

Enabling TLS 1.2 for IIS 7.5 can be found here:

http://derek858.blogspot.com/2010/06/enable-tls-12-aes-256-and-sha-256-in.html

The big difference between TLS 1.0 and 1.2 is the use of SHA-256 hashing instead of SHA1. NIST has recommended the phasing out of SHA1 in favor of SHA-256.

sql server

$
0
0
I really do not know when exactly  was the SQL teacher installed to us (students) sql server 2008 on our laptops. I t was about in the   last week of September 2015.  I again really do not know weather it was only sql server  2008 or 2008R2. I   somehow was able to copy it and install it on my desktop too. Now  again I wanted to try the new sql server 2012 and tried to install it on my desk top. In between my sql server on my desktop computer failed to connect. I am  out of sql server on my desktop to exercise  my study,  do practices & the get dreamed MDBA job. I am now in a mess. I do not have sufficient knowledge to get all of removed and start a new installed server on my desktop. Can any one help me how to solve this problem?
Viewing all 7696 articles
Browse latest View live