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

Error adding node. SQL Data Quality Services and Full-Text fail to install. Database engine and Sql Server replication successfully install

$
0
0

Hello all,

Having an issue adding a node to the Cluster. SQL Data Quality Services and Full-Text fail to install fail to install. Already remove the installation and rebooted but problem still persists. Can any1 help me with this?

Logs saying InstID02 already exists but i have removed it before try to add the new node again. 

LOG:

Machine policy value 'TransformsSecure' is 1
Machine policy value 'DisableUserInstalls' is 0
Specified instance {1720EC27-D020-43A8-AB49-A4B8FF8B24C8} via transform :InstID02.mst;:InstName02.mst is already installed. MSINEWINSTANCE requires a new instance that is not installed.
 MainEngineThread is returning 1639
User policy value 'DisableRollback' is 0
Machine policy value 'DisableRollback' is 0
 Incrementing counter to disable shutdown. Counter after increment: 0
Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (9C:24) [15:32:20:369]: MainEngineThread is returning 1639

Regards,

Arestas


User Priority and Controls

$
0
0
does sql Server 2008r2 Standard Edition resource control allow for creating a user id with low priority, read only and minimum cpu impact?  Thank you, Jeff

Installing SQL Server in Windows Server 2012 hardened

$
0
0
I am a System guy. I have this issue a few days already and I want to make it work.

I have setup a Windows Server 2012R2 and hardened the OS with CIS template. 

I installed Microsoft SQL Server 2012 on this hardened server. However, the following feature failed.

1) Database Engine Services Failed
2) Data Quality Services failed
3) Full-Text and Semantic Extractions for Search failed
4) SQL Server Replication failed
5) Reporting Services - Native failed

I believed I am lacking of some permissions or GPO rights for the setup account or service accounts. Any experts can tip me off? I have the logs. I can upload it if needed.

SQL clustering and always on

$
0
0

I have 2 node cluster in one site and gave it a SQL Server Cluster name VASQLDB

It can fail over locally from one node to another just fine.

Can I setup another 2 node cluster in another site call it  PASQLDB

and then do a always on between VASQLDB and PASQLDB?

I only want t fail over when one site fails. 

Microsoft SQL server

$
0
0
Description:
  Stopped working

Problem signature:
  Problem Event Name:CLR20r3
  Problem Signature 01:scenarioengine.exe
  Problem Signature 02:11.0.3000.0
  Problem Signature 03:5081baab
  Problem Signature 04:Microsoft.SqlServer.Chainer.Infrastructure
  Problem Signature 05:11.0.0.0
  Problem Signature 06:5081baa9
  Problem Signature 07:20e
  Problem Signature 08:179
  Problem Signature 09:ZAGSF01GRLFWVJMY5S0U0HXSJJE2HDT4
  OS Version:6.1.7601.2.1.0.256.1
  Locale ID:1049

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

Upgrading SQL Server 2000 Desktop Engine to SQL Server 2014 Express Edition - Very Slow Install

$
0
0

I have a software product that is written in VB.Net and uses SQL Server as the data source. I need to deply SQL Server with the application on initial install. Here's the issue the old SQL server 2000 was quick and upgrading to 2014 has added 14 minutes onto the install time. Enough to put a client off the product because thats way too long to wait for something to install!

I'm using NSIS to manage the installation but this is simply passing command line parameters to the setup to ensure that no use feedback is required and that additional components, required for the application also get installed.

I'm performing some installation tests on a VMWare machine, of fairly low specification I'll admit, its Windows 7 with just 1GB ram, 40GB HDD. I'm finding that the installation speed of the 2 versions of SQL Server are on a completely different scale with SQL Server 2014 taking nearly 15 minutes to complete whereas  SQL Server 2000 takes just 1 minute 20 seconds!

As we need to distribute SQL Server desktop engine with our product this means we're stuck with a terrible end user experience when they attempt to check out the software trail or we use SQL server 2000 which does not really indicate that we maintain our software.

I've read on some forums that this can be related to a locking issue where the installer is waiting for certain resources to be released. But I have not seen any such issues in the logs. Does this installer really take this long? Is there anyway of speeding up the install?

Switches used

SQL Server 2000: -

setup.exe /qb INSTANCENAME=[Instance Name] SAPWD=[Password] SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0 REBOOT=ReallySuppress

SQL Server 2014: -

setup.exe /QS /HIDECONSOLE /IACCEPTSQLSERVERLICENSETERMS /INDICATEPROGRESS /SkipRules="FacetWOW64PlatformCheck" /INSTANCEID="[Instance Name]" /INSTANCENAME="[Instance Name]" /SAPWD="[Password]" /SECURITYMODE="SQL" /QUIET="False" /QUIETSIMPLE="True" /ACTION="Install" /FEATURES="SQL,Tools" /ERRORREPORTING="True" /ADDCURRENTUSERASSQLADMIN="True" /MEDIALAYOUT="Core" /TCPENABLED="1"

 

SQL Server - Upgrade

$
0
0

Hi ,

I got a task to upgrade SQL server cluster from below existing config.

OS  - Windows server 2003

SQL - SQL server 2005

I need to upgrade SQL server 2005 to 2012 on the same server once after OS team upgrades OS to 2008.

I need to schedule a down time and also activity completion time for this activity.

Can you please help on it ? and also please provide the steps to upgrade sql server.

Thanks,


Vinodh Selvaraj



Slipstream CU1 in SQL 2014SP1

$
0
0

Hello,

Trying to slipstream CU1 to SQL2014SP1 (enterprise iso downloaded from microsoft). Files were extracted from iso and copied to UNC share. SQLServer2014-KB3067839-x64.exe downloaded and copied into "Updates" folder within the main folder of the same UNC path.

Started

Setup.exe /ACTION=Install /UPDATEENABLED=TRUE /UPDATESOURCE=UNCPath\Updates

Used the gui to setup configurationfile.ini file

edited the ini file to comment UIMODE

Notes:

UpdateEnabled is set to True in the ini file as well as the source points to UNC path

FEATURES=SQLENGINE,CONN,SSMS,ADV_SSMS

created cmd file:

@echo off
@if [%1]==[] (SET /P sqlpwd=Enter service account password:) ELSE (SET sqlpwd=%1)
@if [%2]==[] (SET /P sapwd=Enter sa password:) ELSE (SET sapwd=%2)

%~dp0Setup.exe /ACTION=Install  /CONFIGURATIONFILE=%~dp0ConfigurationFileVDI.INI /SQLSVCPASSWORD="%sqlpwd%" /AGTSVCPASSWORD="%sqlpwd%" /SAPWD=%sapwd% /QS /IACCEPTSQLSERVERLICENSETERMS

Tried many different combinations, changing action to upgrade, copying sources locally instead of UNC path, run as administrator, specifying options on the command line instead of the ini file and they all failed with the same error 1642. The same batch file succeeds as soon as updateenabled is changed to false but the instance is SP1 not CU1. Using the GUI also fails with the same error when updateenabled is selected

Work around is to deploy the CU1 as next step in the batch file:

%~dp0Updates\SQLServer2014-KB3067839-x64.exe /ACTION=PATCH /ALLINSTANCES /IACCEPTSQLSERVERLICENSETERMS /QUIETSIMPLE

This works just fine, but I was trying to create a source where future updates can be copied to Updates share when approved. Any help or direction would be appreciated.

Errors reported in bootstrap log:

  Final result:                  Failed: see details below
  Exit code (Decimal):           -2068052374

  Requested action:              Install

....

Product Updates Selected for Installation:
  Title:                         Microsoft SQL Server 2014  with SP1
  Knowledge Based Article:       KB 3058865
  Version:                       12.1.4100.0
  Architecture:                  x64
  Language:                      1033

  Title:                         Hotfix Pack
  Knowledge Based Article:       KB 3067839
  Version:                       12.1.4416.0
  Architecture:                  x64
  Language:                      All

  Update Source:                 Slipstream

....

Detailed results:
  Feature:                       Management Tools - Complete
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Common Files
  Component error code:          1642
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150701_091833\sql_common_core_Cpu64_1.log
  Error description:             The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.4416.0&EvtType=sql_common_core.msi%400x162A16FE%400x1642

  Feature:                       Client Tools Connectivity
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Common Files
  Component error code:          1642
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150701_091833\sql_common_core_Cpu64_1.log
  Error description:             The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.4416.0&EvtType=sql_common_core.msi%400x162A16FE%400x1642

  Feature:                       Management Tools - Basic
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Common Files
  Component error code:          1642
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150701_091833\sql_common_core_Cpu64_1.log
  Error description:             The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.4416.0&EvtType=sql_common_core.msi%400x162A16FE%400x1642

  Feature:                       Database Engine Services
  Status:                        Failed: see logs for details
  Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.
  Component name:                SQL Server Common Files
  Component error code:          1642
  Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150701_091833\sql_common_core_Cpu64_1.log
  Error description:             The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.
  Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.4416.0&EvtType=sql_common_core.msi%400x162A16FE%400x1642

C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150701_091833\sql_common_core_Cpu64_1.log

MSI (s) (B4:30) [09:21:44:866]: Product: SQL Server 2014 Common Files - Update '{91E61CBF-5FEA-4F9B-A696-EA4A1259225F}' could not be installed. Error code 1642. Additional information is available in the log file C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150701_091833\sql_common_core_Cpu64_1.log.

MSI (s) (B4:30) [09:21:44:868]: Windows Installer installed an update. Product Name: SQL Server 2014 Common Files. Product Version: 12.0.2000.8. Product Language: 1033. Manufacturer: Microsoft Corporation. Update Name: {91E61CBF-5FEA-4F9B-A696-EA4A1259225F}. Installation success or error status: 1642.

MSI (s) (B4:30) [09:21:44:869]: Note: 1: 1708
MSI (s) (B4:30) [09:21:44:869]: Product: SQL Server 2014 Common Files -- Installation failed.

MSI (s) (B4:30) [09:21:44:869]: Windows Installer installed the product. Product Name: SQL Server 2014 Common Files. Product Version: 12.0.2000.8. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1642.

MSI (s) (B4:30) [09:21:44:899]: Attempting to delete file C:\Windows\Installer\9b31570.msp
MSI (s) (B4:30) [09:21:44:916]: MainEngineThread is returning 1642
MSI (s) (B4:C4) [09:21:44:916]: No System Restore sequence number for this installation.
The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.

...

MSI (c) (E4:6C) [09:21:44:920]: MainEngineThread is returning 1642

Thanks for looking,

G



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.

SQL Express 2008 R2 - ConfigurationFile.ini /THE syntax error

$
0
0

When installing SQL Express 2008 R2 from an answer file which was generated from a successful install.  I get the following error message in the install log

The syntax of argument "/THE" is incorrect. Either the delimiter '=' is missing or there is one or more space characters before the delimiter '='. Please use /? to check usage.

Has anyone else come across this before?

Thanks


SQL2014 SP1 installation fails

$
0
0

I am trying to install SP1 for SQL Server 2014.

OS: Windows Server 2012 R2 Standard

SQL Server 2014 Enterprise Edition 64bit has been successfully installed. Now I'm trying to install the SP1 (SQLServer2014SP1-KB3058865-x64-ENU.exe) and not having much luck. The installation wizard just stops and disappears after the 'Install setup files' page.

Investigating the setup bootstrap files, I see the following output in Detail_ComponentUpdate.txt file, but not sure what to make of it:

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

***** truncated to fit*****

(01) 2015-07-01 10:35:13 Slp: Running Action: InitializeMsiExtension
(01) 2015-07-01 10:35:14 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_runtime_lp_32_Cpu32_1033 and directory SystemDrive
(01) 2015-07-01 10:35:14 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_runtime_lp_32_Cpu32_1053 and directory SystemDrive
(01) 2015-07-01 10:35:14 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_runtime_lp_64_Cpu64_1033 and directory SystemDrive
(01) 2015-07-01 10:35:14 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_runtime_lp_64_Cpu64_1053 and directory SystemDrive
(01) 2015-07-01 10:35:14 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_designtime_lp_Cpu32_1033 and directory SystemDrive
(01) 2015-07-01 10:35:14 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_vsta_designtime_lp_Cpu32_1053 and directory SystemDrive
(01) 2015-07-01 10:35:14 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_VSHelpLP_Cpu64_1033 and directory SystemDrive
(01) 2015-07-01 10:35:14 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_VSHelpLP_Cpu64_1046 and directory SystemDrive
(01) 2015-07-01 10:35:14 Slp: SLP: MsiExtension.GetDiskCost: Warning: No matched disk size is detected for feature ALL_VSHelpLP_Cpu64_1053 and directory SystemDrive
(01) 2015-07-01 10:35:15 Slp: Sco: File 'e:\85489bd8699fdc16959036cbe3ba\x64\setup\sql_engine_core_inst_msi\x64\sql_engine_core_inst.msi' does not exist
(01) 2015-07-01 10:35:15 Slp: Sco: File 'e:\85489bd8699fdc16959036cbe3ba\x64\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi' does not exist
(01) 2015-07-01 10:35:15 Slp: Sco: File 'e:\85489bd8699fdc16959036cbe3ba\x64\setup\sql_engine_core_inst_msi\x86\sql_engine_core_inst.msi' does not exist
(01) 2015-07-01 10:35:15 Slp: Sco: File 'e:\85489bd8699fdc16959036cbe3ba\x64\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi' does not exist

*****truncated to fit*****

**** lots of 'file does not exist' type messages *******

(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\IsoShell
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Install
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Version
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2012_Cpu32: Installed - Version: 11.0.50727
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\IsoShell\1028
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2012LP_Cpu32_1028: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\IsoShell\1031
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2012LP_Cpu32_1031: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\IsoShell\1033
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Install
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Version
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2012LP_Cpu32_1033: Installed - Version: 11.0.50727
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\IsoShell\1036
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2012LP_Cpu32_1036: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\IsoShell\1040
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2012LP_Cpu32_1040: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\IsoShell\1041
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2012LP_Cpu32_1041: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\IsoShell\1042
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2012LP_Cpu32_1042: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\IsoShell\1046
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2012LP_Cpu32_1046: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\IsoShell\1049
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2012LP_Cpu32_1049: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\IsoShell\2052
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2012LP_Cpu32_2052: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\IsoShell\3082
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2012LP_Cpu32_3082: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\IsoShell\1053
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2012LP_Cpu32_1053: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\DevDiv\vs\Servicing\11.0\devenv
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Install
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Version
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2012_Cpu32: Installed - Version: 11.0.50727
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\devenv\1028
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2012LP_Cpu32_1028: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\devenv\1031
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2012LP_Cpu32_1031: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\devenv\1033
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Install
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Version
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2012LP_Cpu32_1033: Installed - Version: 11.0.50727
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\devenv\1036
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2012LP_Cpu32_1036: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\devenv\1040
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2012LP_Cpu32_1040: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\devenv\1041
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2012LP_Cpu32_1041: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\devenv\1042
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2012LP_Cpu32_1042: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\devenv\1046
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2012LP_Cpu32_1046: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\devenv\1049
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2012LP_Cpu32_1049: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\devenv\2052
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2012LP_Cpu32_2052: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\devenv\3082
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2012LP_Cpu32_3082: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\11.0\devenv\1053
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2012LP_Cpu32_1053: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\IsoShell
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Install
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Version
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2013_Cpu32: Installed - Version: 12.0.21005
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\IsoShell\1028
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2013LP_Cpu32_1028: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\IsoShell\1031
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2013LP_Cpu32_1031: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\IsoShell\1033
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Install
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Version
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2013LP_Cpu32_1033: Installed - Version: 12.0.21005
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\IsoShell\1036
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2013LP_Cpu32_1036: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\IsoShell\1040
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2013LP_Cpu32_1040: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\IsoShell\1041
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2013LP_Cpu32_1041: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\IsoShell\1042
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2013LP_Cpu32_1042: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\IsoShell\1046
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2013LP_Cpu32_1046: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\IsoShell\1049
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2013LP_Cpu32_1049: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\IsoShell\2052
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2013LP_Cpu32_2052: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\IsoShell\3082
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2013LP_Cpu32_3082: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\IsoShell\1053
(01) 2015-07-01 10:35:23 Slp: Package ID VSShell2013LP_Cpu32_1053: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\devenv
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Install
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Version
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2013_Cpu32: Installed - Version: 12.0.21005
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\devenv\1028
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2013LP_Cpu32_1028: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\devenv\1031
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2013LP_Cpu32_1031: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\devenv\1033
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Install
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Version
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2013LP_Cpu32_1033: Installed - Version: 12.0.21005
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\devenv\1036
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2013LP_Cpu32_1036: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\devenv\1040
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2013LP_Cpu32_1040: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\devenv\1041
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2013LP_Cpu32_1041: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\devenv\1042
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2013LP_Cpu32_1042: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\devenv\1046
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2013LP_Cpu32_1046: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\devenv\1049
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2013LP_Cpu32_1049: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\devenv\2052
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2013LP_Cpu32_2052: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\devenv\3082
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2013LP_Cpu32_3082: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vs\Servicing\12.0\devenv\1053
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShell2013LP_Cpu32_1053: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\designTime
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Install
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Version
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_Cpu32: Installed - Version: 11.0.51108
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\langs\1033
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Install
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Version
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_LangsSupport_Cpu32: Installed - Version: 11.0.50727
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\langs\1028
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_LP_Cpu32_1028: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\langs\1031
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_LP_Cpu32_1031: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\langs\1033
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Install
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Version
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_LP_Cpu32_1033: Installed - Version: 11.0.50727
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\langs\1036
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_LP_Cpu32_1036: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\langs\1040
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_LP_Cpu32_1040: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\langs\1041
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_LP_Cpu32_1041: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\langs\1042
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_LP_Cpu32_1042: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\langs\1046
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_LP_Cpu32_1046: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\langs\1049
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_LP_Cpu32_1049: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\langs\2052
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_LP_Cpu32_2052: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\langs\3082
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_LP_Cpu32_3082: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey Software\Microsoft\DevDiv\vsta\Servicing\11.0\langs\1053
(01) 2015-07-01 10:35:23 Slp: Package ID VSTA2012_LP_Cpu32_1053: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Package ID VBExpress_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Package ID VCSExpress_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Package ID VCExpress_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Package ID WPExpress_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Package ID VSPremium_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Package ID VSPro_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Package ID VSTE_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Package ID VSUltimate_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Package ID VSLabAgent_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Package ID VSTestAgent_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Package ID VSTestController_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Package ID VWDExpress_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Package ID VSIsoShellRTM_Cpu32: Installed - Version: 10.0.40219
(01) 2015-07-01 10:35:23 Slp: Package ID VSIntShellRTM_Cpu32: NotInstalled
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Powershell\1
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Install
(01) 2015-07-01 10:35:23 PowerShell: Install value name under powershell reg hive is set with value 1
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Powershell\1\PowerShellEngine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value PowerShellVersion
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value PSCompatibleVersion
(01) 2015-07-01 10:35:23 Slp: Package ID PowerShell2_Cpu64: Installed - Version: 2.0
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Powershell\1
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value Install
(01) 2015-07-01 10:35:23 PowerShell: Install value name under powershell reg hive is set with value 1
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Powershell\1\PowerShellEngine
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value PowerShellVersion
(01) 2015-07-01 10:35:23 Slp: Sco: Attempting to get registry value PSCompatibleVersion
(01) 2015-07-01 10:35:23 Slp: Package ID PowerShell2_Cpu32: Installed - Version: 2.0
(01) 2015-07-01 10:35:23 Slp: Package ID sql_engine_core_inst_loc_SQL11_Cpu64_1028: NotInstalled

*****truncated to fit****

***** lots of these 'Not installed' type messages *****

*** truncated ***

(01) 2015-07-01 10:35:24 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:24 Slp: Skipping Action: CreateSqlPackageDependencyForRSUpgradeAction
(01) 2015-07-01 10:35:24 Slp: Action is being skipped due to the following restrictions:
(01) 2015-07-01 10:35:24 Slp: Condition "Do any of the specified features match the expected scenario Upgrade" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:24 Slp: Condition "Do any of the specified features match the expected scenario Upgrade" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:24 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:24 Slp: Running Action: GenerateOrderedDependancyFeatureListAction
(01) 2015-07-01 10:35:25 Slp: Completed Action: GenerateOrderedDependancyFeatureListAction, returned True
(01) 2015-07-01 10:35:25 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:25 Slp: Skipping Action: SetMultiInstanceTransformAction
(01) 2015-07-01 10:35:25 Slp: Action is being skipped due to the following restrictions:
(01) 2015-07-01 10:35:25 Slp: Condition "Is the datastore flag /Scenario/GlobalFlags/EnableDiscoverableProducts set" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:25 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:25 Slp: Skipping property PackageTransformsMapInput of class: AddInstallModificationModifiersAction
(01) 2015-07-01 10:35:25 Slp: Input of property will not be set due to the following failed restriction(s):
(01) 2015-07-01 10:35:25 Slp: Condition "Is the datastore flag /Scenario/GlobalFlags/EnableDiscoverableProducts set" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:25 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:25 Slp: Skipping property InstanceNameSetting of class: AddInstallModificationModifiersAction
(01) 2015-07-01 10:35:25 Slp: Input of property will not be set due to the following failed restriction(s):
(01) 2015-07-01 10:35:25 Slp: Condition "Is the datastore flag /Scenario/GlobalFlags/EnableDiscoverableProducts set" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:25 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:25 Slp: Running Action: AddInstallModificationModifiersAction
(01) 2015-07-01 10:35:25 Slp: Completed Action: AddInstallModificationModifiersAction, returned True
(01) 2015-07-01 10:35:25 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:25 Slp: Running Action: AddCustomModifiersAction
(01) 2015-07-01 10:35:25 Slp: Completed Action: AddCustomModifiersAction, returned True
(01) 2015-07-01 10:35:25 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:25 Slp: Running Action: SetFeatureScenarioAction
(01) 2015-07-01 10:35:25 Slp: Completed Action: SetFeatureScenarioAction, returned True
(01) 2015-07-01 10:35:26 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:26 Slp: Skipping Action: SetFeatureConfigScenarioAction
(01) 2015-07-01 10:35:26 Slp: Action is being skipped due to the following restrictions:
(01) 2015-07-01 10:35:26 Slp: Condition "Is the datastore flag /Scenario/GlobalFlags/EnableExternalMsiConfiguration set" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:26 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:26 Slp: Skipping property FeatureConfigurationScenario of class: SaveFeatureStateAction
(01) 2015-07-01 10:35:26 Slp: Input of property will not be set due to the following failed restriction(s):
(01) 2015-07-01 10:35:26 Slp: Condition "Is the datastore flag /Scenario/GlobalFlags/EnableExternalMsiConfiguration set" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:26 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:26 Slp: Skipping property ConfigurationInstallState of class: SaveFeatureStateAction
(01) 2015-07-01 10:35:26 Slp: Input of property will not be set due to the following failed restriction(s):
(01) 2015-07-01 10:35:26 Slp: Condition "Is the datastore flag /Scenario/GlobalFlags/EnableExternalMsiConfiguration set" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:26 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:26 Slp: Running Action: SaveFeatureStateAction
(01) 2015-07-01 10:35:26 Slp: Completed Action: SaveFeatureStateAction, returned True
(01) 2015-07-01 10:35:26 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:26 Slp: Running Action: AdjustFeaturesAfterCalculation
(01) 2015-07-01 10:35:26 Slp: Completed Action: AdjustFeaturesAfterCalculation, returned True
(01) 2015-07-01 10:35:26 Slp: Completed Action: ExecuteCalculateScenarioWorkflow, returned True
(01) 2015-07-01 10:35:26 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:26 Slp: Running Action: ExecuteProgressUiWorkflow
(01) 2015-07-01 10:35:26 Slp: Workflow to execute: 'PROGRESSUI'
(01) 2015-07-01 10:35:26 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:26 Slp: Running Action: Progress
(01) 2015-07-01 10:35:26 Slp: Completed Action: Progress, returned True
(01) 2015-07-01 10:35:26 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:26 Slp: Running Action: InitializeProgressStatus
(01) 2015-07-01 10:35:26 Slp: Completed Action: InitializeProgressStatus, returned True
(01) 2015-07-01 10:35:26 Slp: Completed Action: ExecuteProgressUiWorkflow, returned True
(01) 2015-07-01 10:35:26 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:26 Slp: Running Action: ExecuteScheduleActionsWorkflow
(01) 2015-07-01 10:35:26 Slp: Workflow to execute: 'SCHEDULEACTIONS'
(01) 2015-07-01 10:35:26 Slp: ----------------------------------------------------------------------

******truncated to fit****

(01) 2015-07-01 10:35:27 Slp: Skipping Scheduling Action Install_sql_tools_loc_Cpu64_1053_Action
(01) 2015-07-01 10:35:27 Slp: Completed Action: SchedulePackageInstallActionsAction, returned True
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Skipping Action: ScheduleUpgradePackageInstallActionsAction
(01) 2015-07-01 10:35:27 Slp: Action is being skipped due to the following restrictions:
(01) 2015-07-01 10:35:27 Slp: Condition "Is the datastore flag /Scenario/GlobalFlags/EnableSxSUpgrade set" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Skipping Action: ScheduleConfigAction
(01) 2015-07-01 10:35:27 Slp: Action is being skipped due to the following restrictions:
(01) 2015-07-01 10:35:27 Slp: Condition "Is the datastore flag /Scenario/GlobalFlags/EnableExternalMsiConfiguration set" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Skipping Action: NotifyProgressCountDisplay
(01) 2015-07-01 10:35:27 Slp: Action is being skipped due to the following restrictions:
(01) 2015-07-01 10:35:27 Slp: Condition "Is the user's scenario set to ComponentUpdate" did not pass as it returned true and false was expected.
(01) 2015-07-01 10:35:27 Slp: Completed Action: ExecuteScheduleActionsWorkflow, returned True
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Running Action: ExecuteStandardTimingsWorkflow
(01) 2015-07-01 10:35:27 Slp: Workflow to execute: 'STANDARDTIMINGS'
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Skipping Action: ValidationTimingConfigAction
(01) 2015-07-01 10:35:27 Slp: Action is being skipped due to the following restrictions:
(01) 2015-07-01 10:35:27 Slp: Condition "Is the datastore flag /Scenario/GlobalFlags/EnableExternalMsiConfiguration set" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Skipping Action: SaveConfigurationFile
(01) 2015-07-01 10:35:27 Slp: Action is being skipped due to the following restrictions:
(01) 2015-07-01 10:35:27 Slp: Condition "Is the datastore flag /Scenario/GlobalFlags/IsUserVisibleScenario set" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Skipping Action: UpdateLicenseFile
(01) 2015-07-01 10:35:27 Slp: Action is being skipped due to the following restrictions:
(01) 2015-07-01 10:35:27 Slp: Condition "Do any product features match one of the expected scenarios" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Running Action: PreMsiTimingConfigAction
(01) 2015-07-01 10:35:27 Slp: The object state property 'workflow' is null/empty.
(01) 2015-07-01 10:35:27 Slp: Error: Action "PreMsiTimingConfigAction" failed during execution.
(01) 2015-07-01 10:35:27 Slp: Completed Action: PreMsiTimingConfigAction, returned False
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Skipping Action: CachePatchPackage
(01) 2015-07-01 10:35:27 Slp: Action is being skipped due to the following restrictions:
(01) 2015-07-01 10:35:27 Slp: Condition "Is the datastore flag /Scenario/GlobalFlags/EnableSlipstream set" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Running Action: InitializeMsiAction
(01) 2015-07-01 10:35:27 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:27 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727
(01) 2015-07-01 10:35:27 Slp: Attempting to pause the 32 bit ngen queue for x64
(01) 2015-07-01 10:35:27 Slp: ngen command to be used from .Net Framework Directory:

****** truncated to fit****

(01) 2015-07-01 10:35:27 Slp: ------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: e:\85489bd8699fdc16959036cbe3ba\x64\FixSqlRegistryKey_x86.exe exit code: 0
(01) 2015-07-01 10:35:27 Slp: Completed Action: FixSqlRegistryKey, returned True
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Running Action: PostMsiTimingConfigAction
(01) 2015-07-01 10:35:27 Slp: The object state property 'workflow' is null/empty.
(01) 2015-07-01 10:35:27 Slp: Error: Action "PostMsiTimingConfigAction" failed during execution.
(01) 2015-07-01 10:35:27 Slp: Completed Action: PostMsiTimingConfigAction, returned False
(01) 2015-07-01 10:35:27 Slp: Completed Action: ExecuteStandardTimingsWorkflow, returned True
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Running Action: ExecuteCloseWorkflow
(01) 2015-07-01 10:35:27 Slp: Workflow to execute: 'CLOSE'
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Skipping property ConfigScenarios of class: DetermineProductFeatureSummary
(01) 2015-07-01 10:35:27 Slp: Input of property will not be set due to the following failed restriction(s):
(01) 2015-07-01 10:35:27 Slp: Condition "Is the datastore flag /Scenario/GlobalFlags/EnableExternalMsiConfiguration set" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:27 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:27 Slp: Running Action: DetermineProductFeatureSummary
(01) 2015-07-01 10:35:28 Slp: Completed Action: DetermineProductFeatureSummary, returned True
(01) 2015-07-01 10:35:28 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:28 Slp: Skipping Action: ProduceStatusLogs
(01) 2015-07-01 10:35:28 Slp: Action is being skipped due to the following restrictions:
(01) 2015-07-01 10:35:28 Slp: Condition "Is the datastore flag /Scenario/GlobalFlags/AreProductFeaturesSupported set" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:28 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:28 Slp: Running Action: FinalizeProgressStatus
(01) 2015-07-01 10:35:28 Slp: Completed Action: FinalizeProgressStatus, returned True
(01) 2015-07-01 10:35:28 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:28 Slp: Running Action: RebootMessageAction
(01) 2015-07-01 10:35:28 Slp: Completed Action: RebootMessageAction, returned True
(01) 2015-07-01 10:35:28 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:28 Slp: Skipping Action: FinishPage
(01) 2015-07-01 10:35:28 Slp: Action is being skipped due to the following restrictions:
(01) 2015-07-01 10:35:28 Slp: Condition "Is the user's scenario set to EditionUpgrade" did not pass as it returned false and true was expected.
(01) 2015-07-01 10:35:28 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:28 Slp: Skipping property RequireMode of class: StopAction
(01) 2015-07-01 10:35:28 Slp: Input of property will not be set due to the following failed restriction(s):
(01) 2015-07-01 10:35:28 Slp: Condition "Is the user's scenario set to ComponentUpdate" did not pass as it returned true and false was expected.
(01) 2015-07-01 10:35:28 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:28 Slp: Running Action: CloseUI
(01) 2015-07-01 10:35:28 Slp: Stop Action
(01) 2015-07-01 10:35:28 Slp: Completed Action: CloseUI, returned True
(01) 2015-07-01 10:35:28 Slp: Completed Action: ExecuteCloseWorkflow, returned True
(01) 2015-07-01 10:35:28 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:28 Slp: Running Action: PassPidBackFromComponentUpdate
(01) 2015-07-01 10:35:28 Slp: Pass the flag CuPidDisplayed to the main setup
(01) 2015-07-01 10:35:28 Slp: ENU value specified, trying to pass the value to main setup
(01) 2015-07-01 10:35:28 Slp: SQMREPORTING value is specified in CU workflow, trying to pass the value to main setup
(01) 2015-07-01 10:35:28 Slp: Completed Action: PassPidBackFromComponentUpdate, returned True
(01) 2015-07-01 10:35:28 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:28 Slp: Sco: Attempting to open registry subkey Software\Microsoft\Microsoft SQL Server\120
(01) 2015-07-01 10:35:28 Slp: Sco: Attempting to get registry value CustomerFeedback
(01) 2015-07-01 10:35:29 Slp:
(01) 2015-07-01 10:35:29 Slp:
(01) 2015-07-01 10:35:29 Slp: ----------------------------------------------------------------------
(01) 2015-07-01 10:35:29 Slp:
(01) 2015-07-01 10:35:29 Slp: Setup result: 0
(01) 2015-07-01 10:35:29 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
(01) 2015-07-01 10:35:29 Slp: Sco: Attempting to open registry subkey Software\Microsoft\Microsoft SQL Server\120
(01) 2015-07-01 10:35:29 Slp: Sco: Attempting to get registry value CustomerFeedback

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

Any help would be greatly appreciated.

Thanks,

Phil

How to activate SQL server 2005

$
0
0
I want to know if there is a way to activate an evaluation version of SQL Server 2005 without re-installing the product completely. Running evaluation in a production environment while waiting on my purchase of Standard edition to be completed. All I have is my Microsoft Open License Order Confirmation.

How can i install sqlserver2012 management studio through batchfile

$
0
0

Hi,

  Is it possible to install sqlserver management studio through batch file??how can I write this?

thanks

Help with SQL Server Config after External Disk Array added

$
0
0

SQL Server Ver. 2008 R2 build 10.50.4033

Running on Dell Power Edge 510

Server OS Windows 2008 R2 Enterprise SP1

64gb 8 x 8gb memory

Drive Config

Internal Drives

Raid Controller PERC H700

OS C: 2 600gb 10K SAS Raid 1

External Hot Swap Drives

12 600gb 15K SAS

Data Drive D: Raid 10 @ 1.2TB

Log Drive L: Raid 10 @ 1.2TB

TempDB Drive T: Raid 10 @ 1.2TB

We purchased a Dell MD 1200

Loaded with 12 600gb 15K SAS drives and connected via a PERC H800

So, my question is in 2 parts.  What would be the most efficient way to configure the Drives available for best performance so that I can get the most drive space available to the database?

Second is what is the best way to do the switchover?

Thank you so much for any help/advice/redirection to research possible.

Brian

LocalDB - Create & Connect To Database >> Programmatically

$
0
0
I need to be able to create & connect to temporary databases programmatically, and NOT using the command-line, within a C# program. How would one go about doing this?

Installation problem

$
0
0
Hai, my name is ravikumar, my problem is while installing MS SQL Server 2012 sp1 in windows 2012 server 64 bit.kindly give us the solution.

SQL Server 2014 Installation Problem

$
0
0

I run the setup file and hit the New Standalone Installation Of SQL Server.
When i enter the license key and accept the terms of use and pass the Product Updates and Install Setup Files, i see a warning on Microsoft.NET Security ... but i know that's nothing ... i go to Installation Type and choose new installation ...
I choose all features installation and in features selection i choose whole features. and i set the installation directory the default ...I choose default instant in Instant Configuration ... In the Server Configuration i only change SQL server browser i change it from disabled to automatic . in the Database Engine Configuration I do nothing and i go to Analysis Services Configuration i add current user to Administration permissions for analysis services ... i hit next and go to Reporting Service Configuration and hit the Install & Configure radio button and hit next ... i add current user again ... in the Distributed Reply Client i pass the controller name & Hit next ... When i hit Install and when installation completes ... i see the an error ... Some of the features didn't installed successfully and another warning about The specified service has been marked for deletion.
(This warning occurred when i deleted the database engine file from the previous installation folder that the new SQL is going to install in it .)Reporting Services , Database Engine Services ,SQL Server Replication , Quality Services  and Full-Text and Semantic Extractions for Search features arenot able to install ... why ?

My Operating system is Win 7 SP1 and i have Visual Studio 2013 on my PC.

CPU : Intel Pentium Dual Core





SQL 08 R2 Standard x64 installation failure - "Illegal characters in path"

$
0
0

Installation on Windows Server 2008 x64

Sumary.txt:

Exit code (Decimal):  307362611
Exit facility code:  593
Exit error code:  64307
Exit message:  Illegal characters in path.

Detail.txt:

2011-10-18 08:14:25 Slp: Error: Action "Microsoft.SqlServer.Configuration.SetupExtension.FinalCalculateSettingsAction" threw an exception during execution.
2011-10-18 08:14:25 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: Illegal characters in path. ---> System.ArgumentException: Illegal characters in path.
2011-10-18 08:14:25 Slp:    at System.IO.Path.CheckInvalidPathChars(String path)
2011-10-18 08:14:25 Slp:    at System.IO.Path.Combine(String path1, String path2)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPublic.RecomputeDirectoryPaths()
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPublic.Calculate()
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Configuration.SetupExtension.FinalCalculateSettingsAction.ExecuteAction(String actionId)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2011-10-18 08:14:25 Slp:    --- End of inner exception stack trace ---
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
2011-10-18 08:14:25 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction" threw an exception during execution.
2011-10-18 08:14:25 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: Illegal characters in path. ---> System.ArgumentException: Illegal characters in path.
2011-10-18 08:14:25 Slp:    at System.IO.Path.CheckInvalidPathChars(String path)
2011-10-18 08:14:25 Slp:    at System.IO.Path.Combine(String path1, String path2)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPublic.RecomputeDirectoryPaths()
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPublic.Calculate()
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Configuration.SetupExtension.FinalCalculateSettingsAction.ExecuteAction(String actionId)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2011-10-18 08:14:25 Slp:    --- End of inner exception stack trace ---
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
2011-10-18 08:14:25 Slp: Error: Action "Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction" threw an exception during execution.
2011-10-18 08:14:25 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: Illegal characters in path. ---> System.ArgumentException: Illegal characters in path.
2011-10-18 08:14:25 Slp:    at System.IO.Path.CheckInvalidPathChars(String path)
2011-10-18 08:14:25 Slp:    at System.IO.Path.Combine(String path1, String path2)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPublic.RecomputeDirectoryPaths()
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPublic.Calculate()
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Configuration.SetupExtension.FinalCalculateSettingsAction.ExecuteAction(String actionId)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2011-10-18 08:14:25 Slp:    --- End of inner exception stack trace ---
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Configuration.BootstrapExtension.ExecuteWorkflowAction.ExecuteAction(String actionId)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2011-10-18 08:14:25 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2011-10-18 08:14:29 Slp: Received request to add the following file to Watson reporting: C:\Users\Administrator\AppData\Local\Temp\tmp7C51.tmp
2011-10-18 08:14:29 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
2011-10-18 08:14:29 Slp: Inner exceptions are being indented
2011-10-18 08:14:29 Slp:
2011-10-18 08:14:29 Slp: Exception type: System.ArgumentException
2011-10-18 08:14:29 Slp:     Message:
2011-10-18 08:14:29 Slp:         Illegal characters in path.
2011-10-18 08:14:29 Slp:     Stack:
2011-10-18 08:14:29 Slp:         at System.IO.Path.CheckInvalidPathChars(String path)
2011-10-18 08:14:29 Slp:         at System.IO.Path.Combine(String path1, String path2)
2011-10-18 08:14:29 Slp:         at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPublic.RecomputeDirectoryPaths()
2011-10-18 08:14:29 Slp:         at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPublic.Calculate()
2011-10-18 08:14:29 Slp:         at Microsoft.SqlServer.Configuration.SetupExtension.FinalCalculateSettingsAction.ExecuteAction(String actionId)
2011-10-18 08:14:29 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2011-10-18 08:14:29 Slp:         at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
2011-10-18 08:14:30 Slp: Watson Bucket 1
 Original Parameter Values

2011-10-18 08:14:30 Slp: Parameter 0 : SQL Server 2008 R2@RTM@

2011-10-18 08:14:30 Slp: Parameter 1 : System.IO.Path.CheckInvalidPathChars

2011-10-18 08:14:30 Slp: Parameter 2 : System.IO.Path.CheckInvalidPathChars

2011-10-18 08:14:30 Slp: Parameter 3 : System.ArgumentException@-2147024809

2011-10-18 08:14:30 Slp: Parameter 4 : System.ArgumentException@-2147024809

2011-10-18 08:14:30 Slp: Parameter 5 : FinalCalculateSettings

2011-10-18 08:14:30 Slp:
 Final Parameter Values

2011-10-18 08:14:30 Slp: Parameter 0 : SQL Server 2008 R2@RTM@

2011-10-18 08:14:30 Slp: Parameter 1 : 0x00FBBF8D

2011-10-18 08:14:30 Slp: Parameter 2 : 0x00FBBF8D

2011-10-18 08:14:30 Slp: Parameter 3 : 0x294A9FD9

2011-10-18 08:14:30 Slp: Parameter 4 : 0x294A9FD9

2011-10-18 08:14:30 Slp: Parameter 5 : FinalCalculateSettings

2011-10-18 08:14:31 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Microsoft\Microsoft SQL Server to file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20111018_081019\Registry_SOFTWARE_Microsoft_Microsoft SQL Server.reg_
2011-10-18 08:14:32 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall to file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20111018_081019\Registry_SOFTWARE_Microsoft_Windows_CurrentVersion_Uninstall.reg_
2011-10-18 08:14:32 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Microsoft\MSSQLServer to file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20111018_081019\Registry_SOFTWARE_Microsoft_MSSQLServer.reg_
2011-10-18 08:14:32 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL Server to file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20111018_081019\Registry_SOFTWARE_Wow6432Node_Microsoft_Microsoft SQL Server.reg_
2011-10-18 08:14:32 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall to file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20111018_081019\Registry_SOFTWARE_Wow6432Node_Microsoft_Windows_CurrentVersion_Uninstall.reg_
2011-10-18 08:14:32 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Wow6432Node\Microsoft\MSSQLServer to file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20111018_081019\Registry_SOFTWARE_Wow6432Node_Microsoft_MSSQLServer.reg_
2011-10-18 08:14:32 Slp: Sco: Unable to write hklm registry key SOFTWARE\Wow6432Node\Microsoft\MSSQLServer to file C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20111018_081019\Registry_SOFTWARE_Wow6432Node_Microsoft_MSSQLServer.reg_, Win32 error 2
2011-10-18 08:14:37 Slp: Illegal characters in path.
2011-10-18 08:14:38 Slp: Watson bucket for exception based failure has been created
2011-10-18 08:14:38 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
2011-10-18 08:14:38 Slp: Sco: Attempting to open registry subkey
2011-10-18 08:14:38 Slp: Sco: Attempting to open registry subkey Software\Microsoft\PCHealth\ErrorReporting\DW\Installed
2011-10-18 08:14:38 Slp: Sco: Attempting to get registry value DW0201
2011-10-18 08:14:38 Slp: Submitted 1 of 1 failures to the Watson data repository
2011-10-18 08:14:38 Slp:
2011-10-18 08:14:38 Slp: ----------------------------------------------------------------------
2011-10-18 08:14:38 Slp:
2011-10-18 08:14:38 Slp: Error result: 307362611
2011-10-18 08:14:38 Slp: Result facility code: 593
2011-10-18 08:14:38 Slp: Result error code: 64307

SQL Server 2005 Itanium Based

$
0
0

Dear All,

We have SQL 2005 Itanium Based and we will upgrade to SQL 2014 Enterprise Edition . Is there any issue with itanium based ?

Please let me know the details as soon as possible 

Login failed for user 'sa'. Reason: Failed to open the explicitly specified database. Error: 18456, Severity: 14, State: 38

$
0
0

Had the following issue:

Login failed for user 'sa'. Reason: Failed to open the explicitly specified database. Error: 18456, Severity: 14, State: 38

SQL 2008 R2. 

This issue happened randomly and on specific timing. 

Any specific reason or issue? 

Viewing all 7707 articles
Browse latest View live


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