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

Upgrade from SQL Server 2012 to 2017 - What are the deprecated functions ?

$
0
0

Hello,

How do I know what is missing and what not in 2017 version?

Is there a full list of 2012 and 2017 that I can compare or does anybody have a better idea ?

Thanks,

rob


why does the Agent Service default to Manual during installation

$
0
0
Every time I install SQL Server Agent defaults to a startup state of manual. Why is that?  I have never seen a 'real' install without having Agent being active.

oldmandba

SQL Server 2019 installation for ISV Royalty Licensing program

$
0
0

Please, does anyone know, how the ISV under ISV Royalty Licensing program gets the access to SQL 2019 installation media and keep? I have to admit, we are ISV Royalty DISTRIBUTOR but have no access to it neither any idea what to do. (MIcrosoft CLT tool does not give any reasonable result)

It looks, Microsoft quite neglects this old-fashioned model of ISV engagement, what would you say?

thanks for any advice

Upgrade from SQL Server 2012 to 2017 - What are the deprecated functions ?

$
0
0

Hello,

We would like to go from SQL Server version 2012 to 2017, but need to know , how big the impact is.

Like the applications build with Visual Studio...which code will fail.

So, I need a nice document that simply shows which objects will be lost or are changed.

Is there such a document ? Or can I make one myself ?

Greetings,

Rob 

Buffer Pool Extension With Multiple Files

$
0
0

So I support a Dynamics CRM environment where we have deployed Buffer Pool Extension to expand the buffer pool size for clean pages. This works okay in theory except that I am getting long query times with waits for "EC". Looking around this seems to relate to buffer pool extension waits. I am concerned that while expanding the available buffer pool I have introduced another bottleneck with the BPE.

Looking at the output from querying sys.dm_os_buffer_pool_extension_configuration one of the columns is file_id. To me this would indicate that BPE possibly supports multiple files, like with other database files. Does anyone have any experience with this? All documentation and examples I have seen online only show a single file. I would be interested to see if my current issues could be mitigated with adding multiple files, I just need a way to try it to be able to test.


Joie Andrew "Since 1982"


Install SQL Server 2012 SP1 on a Windows Server 2012 R2 Failover Cluster - hangs at "Running discovery on remote machine" on VMWare VSphere 5.5 Update 1

$
0
0
<p>Hi,</p><p>I'm trying to install SQL Server 2012 SP1 on the first node of a Windows Server 2012 R2 failover cluster.</p><p>The install hangs whilst displaying the "Please wait while Microsoft SQL Server 2012 Servce Pack 1 Setup processes the current operation." message.</p><p>The detail.txt log file shows as follows:</p><p>(01) 2014-07-17 15:36:35 Slp: -- PidInfoProvider : Use cached PID<br />(01) 2014-07-17 15:36:35 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid<br />(01) 2014-07-17 15:36:35 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid<br />(01) 2014-07-17 15:36:35 Slp: -- PidInfoProvider : Use cached PID<br />(01) 2014-07-17 15:36:35 Slp: Completed Action: FinalCalculateSettings, returned True<br />(01) 2014-07-17 15:36:35 Slp: Completed Action: ExecuteBootstrapAfterExtensionsLoaded, returned True<br />(01) 2014-07-17 15:36:35 Slp: ----------------------------------------------------------------------<br />(01) 2014-07-17 15:36:35 Slp: Running Action: RunRemoteDiscoveryAction<br />(01) 2014-07-17 15:36:36 Slp: Running discovery on local machine<br />(01) 2014-07-17 15:36:36 Slp: Discovery on local machine is complete<br />(01) 2014-07-17 15:36:36 Slp: Running discovery on remote machine: XXX-XXX-01</p><p>After about 4 hours and 10 minutes, the step seems to time out and move on, however it doesn't seem to have discovered what it needs to and the setup subsuently fails</p><p></p>

How to assign these permissions for sql dbengine via group policy?

$
0
0

Hi,

The SQL account needed for dbengine must have these permissions below applied via group policy...They are not available under user rights assignment - so how are they to be applied?

The ones not in the user rights assignment page are:

  • Permission to start SQL Writer
  • Permission to read the Event Log service
  • Permission to read the Remote Procedure Call service

SQL server Upgrade

$
0
0

Hi,

Is it possible to upgrade from SQL server 2016 web edition to SQL server 2017 standard? Can you please let me know how to do it if this is possible?

Thank you,

Ahilan


SQL server 2016 installation error

$
0
0

Hi,

I try to install SQL server 2016 standard on Window server 2016. But fail with error  Microsoft.VC80.CRT,version="8.0.50727.6229",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"

How can I fix this problem?

Thank you.

SQL Install using ansible

$
0
0

Anyone got experience with installing SQL using ansible? I have the following bits in my main.yml file but when try to execute it fails.

<style type="text/css">@page { margin: 2cm } p { margin-bottom: 0.25cm; line-height: 120% } </style>

# Run installer from mounted ISO

- name: Ensure an ISO is mounted

win_disk_image:

image_path: C:\memset\SW_DVD9_NTRL_SQL_Svr_Standard_Edtn_2017_64Bit_English_OEM_VL_X21-56945.ISO

state: present

register: disk_image_out

- debug:

msg: "{{ disk_image_out }}"

- name: Run setup from mounted iso

win_package:

path: '{{ disk_image_out.mount_paths[0] }}\setup.exe'

product_id: 'xxxxx-xxxxx-xxxxx-xxxxx-xxxxx'

state: present

arguments:

- '/ACTION=Install "/ConfigurationFile=C:\memset\SQL_2017_Standard_ConfigurationFile.ini"'

- 'sa_password: "{{ sa_password }}"'

- name: Add or update registry for ip port

win_regedit:

path: HKLM:\Software\Microsoft\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQLServer\SuperSocketNetLib\Tcp\IPAll

name: TcpPort

data: 1433

type: string

- name: start a service

win_service:

name: 'MSSQLSERVER'

start_mode: auto

force_dependent_services: yes

state: started

Run failure:

TASK [install-mssql-2017 : Run setup from mounted iso] *****************************************************************************************************************************************
changed: [xxxxxxx]

TASK [install-mssql-2017 : Add or update registry for ip port] *********************************************************************************************************************************
ok: [xxxxxxx]

TASK [install-mssql-2017 : start a service] ****************************************************************************************************************************************************
fatal: [xxxxxxx]: FAILED! => {"changed": false, "exists": false, "msg": "Service 'MSSQLSERVER' is not installed, need to set 'path' to create a new service"}
to retry, use: --limit @/opt/ansible/cache/retry.d/sah_test_install-mssql-2017.retry

PLAY RECAP *************************************************************************************************************************************************************************************
xxxxxxx                  : ok=12   changed=7    unreachable=0    failed=1   

Any ideas why it is failing?

Thanks,

Ahilan

In place upgrade of Win 2008 R2 to Win 2012 R2 that has SQL 2008 R2 already installed

$
0
0

Hi, 

Is it possible to upgrade Win 2008 R2 to Win 2012 R2, which already has SQL 2008 R2 installed on it ?

I've read different reports that SQL 2008 R2 service pack 2 or later may or may not need be installed as a prerequisite.  

Thanks  


AJC999

Installation on Ubuntu server 18.04.3 LTS

$
0
0

I cannot install an accessible SQL Server Express Edition on my Ubuntu Server. N.B. I had SQL Server running for ages on my Ubuntu Server but after some months of not using it when I tried to connect this week my attempts to connect from my windows 10 client pc (using SQL Server Management Studio) failed. As such I started from scratch by rebuilding my Ubuntu Server and with such a clean platform then tried to reinstall SQL Server 2017 Express. But connections still failed with the attached error



Investigating the error msg on the web I find this is a known problem with the SQL Server team first stating the fix was to downgrade openssl to release 1.0.2g but I've done this and I still cannot connect. The SQL Server team then updated the link stating the fix was no longer required but installing SQL Server using the instructions provided by the official Microsoft web pages also fails to give me an installation that I can connect to.  So I'm stumped and after nearly 20 years of using SQL Server naturally I'm pretty disappointed. Can anyone help me resolve this problem. Remember the Ubuntu Server installation is very minimal, all I've installed is Webmin after the initial Ubuntu Server install.

SQL Server Developer upgrade from 2017 to 2019 failure.

$
0
0

SQL Server Developer upgrade from 2017 to 2019 failure. I can send the Detail log if needed but it is too large to post here.

Overall summary:
  Final result:                  Failed: see details below
  Exit code (Decimal):           -2068643839
  Start time:                    2019-11-05 10:57:35
  End time:                      2019-11-05 11:02:51
  Requested action:              Upgrade

Setup completed with required actions for features.
Troubleshooting information for those features:
  Next step for FullText:        Use the following information to resolve the error, and then try the setup process again.
  Next step for SQLEngine:       Use the following information to resolve the error, and then try the setup process again.
  Next step for BC:              Use the following information to resolve the error, and then try the setup process again.
  Next step for SDK:             Use the following information to resolve the error, and then try the setup process again.
  Next step for Conn:            Use the following information to resolve the error, and then try the setup process again.
  Next step for SNAC_SDK:        Use the following information to resolve the error, and then try the setup process again.


Machine Properties:
  Machine name:                  WH
  Machine processor count:       8
  OS version:                    Microsoft Windows 10 Pro (10.0.18362)
  OS service pack:               
  OS region:                     United States
  OS language:                   English (United States)
  OS architecture:               x64
  Process architecture:          64 Bit
  OS clustered:                  No

Product features discovered:
  Product              Instance             Instance ID                    Feature                                 Language             Edition              Version         Clustered  Configured
  SQL Server 2017      DEVELOPMENT          MSSQL14.DEVELOPMENT            Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      DEVELOPMENT          MSSQL14.DEVELOPMENT            Full-Text and Semantic Extractions for Search 1033                 Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      PRODUCTION           MSSQL14.PRODUCTION             Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      PRODUCTION           MSSQL14.PRODUCTION             Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3AIS              MSSQL14.AIS3AIS                Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3AIS              MSSQL14.AIS3AIS                Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3APL              MSSQL14.AIS3APL                Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3APL              MSSQL14.AIS3APL                Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3ABS              MSSQL14.AIS3ABS                Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3ABS              MSSQL14.AIS3ABS                Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3CONV             MSSQL14.AIS3CONV               Database Engine Services                 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      AIS3CONV             MSSQL14.AIS3CONV               Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      TEST                 MSSQL14.TEST                   Database Engine Services                1033                 Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017      TEST                 MSSQL14.TEST                   Full-Text and Semantic Extractions for Search 1033                Developer Edition    14.0.2027.2     No         Yes       
  SQL Server 2017                                                          Client Tools Connectivity               1033                                      14.0.1000.169   No         Yes      
  SQL Server 2017                                                          Client Tools Backwards Compatibility    1033                                      14.0.1000.169   No         Yes       
  SQL Server 2017                                                          Client Tools SDK                        1033                                      14.0.1000.169   No        Yes       

Package properties:
  Description:                   Microsoft SQL Server 2019 
  ProductName:                   SQL Server 2019
  Type:                          RTM
  Version:                       15
  SPLevel:                       0
  Installation location:         I:\x64\setup\
  Installation edition:          Developer

Product Update Status:
  None discovered.

User Input Settings:
  ACTION:                        Upgrade
  AGTDOMAINGROUP:                <empty>
  ASTELSVCACCT:                  <empty>
  ASTELSVCPASSWORD:              <empty>
  ASTELSVCSTARTUPTYPE:           0
  CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191105_105735\ConfigurationFile.ini
  ENU:                           true
  EXTSVCACCOUNT:                 <empty>
  EXTSVCPASSWORD:                <empty>
  FAILOVERCLUSTERROLLOWNERSHIP:  2
  FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher$TEST
  FTSVCPASSWORD:                 <empty>
  FTUPGRADEOPTION:               Import
  HELP:                          false
  IACCEPTPYTHONLICENSETERMS:     false
  IACCEPTROPENLICENSETERMS:      false
  IACCEPTRSUNINSTALL:            false
  IACCEPTSQLSERVERLICENSETERMS:  true
  IACKNOWLEDGEENTCALLIMITS:      false
  INDICATEPROGRESS:              false
  INSTANCEID:                    TEST
  INSTANCENAME:                  TEST
  ISMASTERSVCACCOUNT:            NT AUTHORITY\Network Service
  ISMASTERSVCPASSWORD:           <empty>
  ISMASTERSVCPORT:               8391
  ISMASTERSVCSSLCERTCN:          <empty>
  ISMASTERSVCSTARTUPTYPE:        Automatic
  ISMASTERSVCTHUMBPRINT:         <empty>
  ISSVCACCOUNT:                  NT AUTHORITY\Network Service
  ISSVCPASSWORD:                 <empty>
  ISSVCSTARTUPTYPE:              Automatic
  ISTELSVCACCT:                  <empty>
  ISTELSVCPASSWORD:              <empty>
  ISTELSVCSTARTUPTYPE:           0
  ISWORKERSVCACCOUNT:            NT AUTHORITY\Network Service
  ISWORKERSVCCERT:               <empty>
  ISWORKERSVCMASTER:             <empty>
  ISWORKERSVCPASSWORD:           <empty>
  ISWORKERSVCSTARTUPTYPE:        Automatic
  MRCACHEDIRECTORY:              
  PID:                           *****
  QUIET:                         false
  QUIETSIMPLE:                   false
  RSCATALOGSERVERINSTANCENAME:   Unknown
  SQLTELSVCACCT:                 NT Service\SQLTELEMETRY$TEST
  SQLTELSVCPASSWORD:             <empty>
  SQLTELSVCSTARTUPTYPE:          Automatic
  SUPPRESSPAIDEDITIONNOTICE:     false
  SUPPRESSPRIVACYSTATEMENTNOTICE: false
  UIMODE:                        Normal
  UpdateEnabled:                 true
  UpdateSource:                  MU
  USEMICROSOFTUPDATE:            false
  X86:                           false

  Configuration file:            C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191105_105735\ConfigurationFile.ini

Detailed results:
  Feature:                       Full-Text and Semantic Extractions for Search
  Status:                        Failed
  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.

  Feature:                       Database Engine Services
  Status:                        Failed
  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.

  Feature:                       Client Tools Backwards Compatibility
  Status:                        Failed
  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.

  Feature:                       Client Tools SDK
  Status:                        Failed
  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.

  Feature:                       Client Tools Connectivity
  Status:                        Failed
  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.

  Feature:                       SQL Client Connectivity SDK
  Status:                        Failed
  Reason for failure:            An error occurred during the setup process of the feature.
  Next Step:                     Use the following information to resolve the error, and then try the setup process again.

Rules with failures or warnings:

Rules report file:               C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20191105_105735\SystemConfigurationCheck_Report.htm

can't install SSMS 18.4 on windows 7 enterprise - Bundle action failed: Unknown error (0xc000000d) (0xC000000D)

$
0
0

Any idea why I get "Unknown error (0xc000000d) (0xC000000D)" ?

I've installed in on many other computers.. but this one only gives me trouble :/

Here's the error log:


[1BE8:1BF0][2019-11-13T15:11:02]i000: ManagedBootstrapperApp.LogUserEnvironmentInfoInBackground: OS Caption: Microsoft Windows 7 Entreprise 
[1BE8:1BF0][2019-11-13T15:11:02]i000: ManagedBootstrapperApp.LogUserEnvironmentInfoInBackground: OS Version: 6.1.7601
[1BE8:1BF0][2019-11-13T15:11:02]i000: ManagedBootstrapperApp.LogUserEnvironmentInfoInBackground: NetFx4 Version: 4.7.03062
[1BE8:1BF0][2019-11-13T15:11:02]i000: ManagedBootstrapperApp.LogUserEnvironmentInfoInBackground: OS UI Culture: French (France) (1036)
[1BE8:1B70][2019-11-13T15:11:02]i000: MainViewModel.CheckFailedConditions: Check whether OS is Windows 10 / Windows Server 2016 pre-RS1 (build <= 10586). OSVersion = 6.1.7601
[1BE8:1B70][2019-11-13T15:11:02]i000: ManagedBootstrapperApp.SetCommandLineProperties: Begin
[1BE8:1B70][2019-11-13T15:11:02]i000: ManagedBootstrapperApp.SetCommandLineProperties: End
[1BE8:1848][2019-11-13T15:11:02]i100: Detect begin, 24 packages
[1BE8:1848][2019-11-13T15:11:02]i000: Setting string variable 'NETFRAMEWORK45' to value '461814'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Microsoft SQL Server Management Studio\18'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\SQL Server Management Studio\18'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting numeric variable 'SSMS18PreReleaseDetected' to value 0
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Microsoft SQL Server Management Studio\18'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting numeric variable 'SSMSInstallExists' to value 0
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstallExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstallExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Microsoft SQL Server Management Studio\18\Language'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting numeric variable 'SSMSInstalledLanguageKeyExists' to value 0
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMSInstalledLanguageKeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition '(SSMSInstalledLanguage1028 = 1) OR (SSMSInstalledLanguage1031 = 1) OR (SSMSInstalledLanguage1033 = 1) OR (SSMSInstalledLanguage1036 = 1) OR (SSMSInstalledLanguage1040 = 1) OR (SSMSInstalledLanguage1041 = 1) OR (SSMSInstalledLanguage1042 = 1) OR (SSMSInstalledLanguage1046 = 1) OR (SSMSInstalledLanguage1049 = 1) OR (SSMSInstalledLanguage2052 = 1) OR (SSMSInstalledLanguage3082 = 1)' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\12.0\VC\Runtimes\x86'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting numeric variable 'VCRedist_D12x86_KeyExists' to value 0
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\X64'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\X64'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting numeric variable 'VCRedist_D14x64_KeyExists' to value 0
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\X64'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\X64'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting numeric variable 'VCRedist_D14x86_KeyExists' to value 0
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'HKLM\Software\Microsoft\DevDiv\vsta\Servicing\15.0\hosting'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting string variable 'Netfx4FullReleaseX64' to value '461814'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting string variable 'InstallationType' to value 'Client'
[1BE8:1848][2019-11-13T15:11:02]i000: Setting string variable 'Netfx4ClientReleaseX64' to value '461814'
[1BE8:1848][2019-11-13T15:11:02]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Package_for_KB2919355~31bf3856ad364e35~x86~~6.3.1.14'
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'VCRedist_D12x86_KeyExists' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'VCRedist_D14x86_KeyExists AND (VCRedist_D14x86_Major >= 14) AND (VCRedist_D14x86_Minor >= 10) AND (VCRedist_D14x86_Bld >= 25008)' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'VCRedist_D14x64_KeyExists AND (VCRedist_D14x64_Major >= 14) AND (VCRedist_D14x64_Minor >= 10) AND (VCRedist_D14x64_Bld >= 25008)' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition '(Netfx4FullReleaseX64 >= 461808) OR (NetFx4ClientReleaseX64 >= 461808)' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'NETFRAMEWORK45 >= 378389' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]w120: Detected partially cached package: sqlncli.msi, invalid payload: sqlncli.msi, reason: 0x80070570
[1BE8:1848][2019-11-13T15:11:02]w120: Detected partially cached package: msodbcsql.msi, invalid payload: msodbcsql.msi, reason: 0x80070570
[1BE8:1848][20****17Installed' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: VCRedistD12x86, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: VCRedistD14x86, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: VCRedistD14x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: HelpViewer2_3, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: HelpViewer2_3_LP, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: DotNet47, state: Present, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: NetFx45Web, state: Present, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: sqlncli.msi, state: Absent, cached: Partial
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: msodbcsql.msi, state: Absent, cached: Partial
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: msoledbsql.msi, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: adalsql_x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: sql_as_oledb_x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: sql_as_oledb_x86, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: VS2017IsoShellForSSMS, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: VS2017IsoShellForSSMS_LP, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: VSTA2017, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: sql_ssms_x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: sql_ssms_loc_x64_Loc, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: ssms_rs_x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: ssms_as_x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: ssms_as_loc_x86, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: ssms_rs_loc_x86, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: ssms_is, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i101: Detected package: SsmsPostInstall_x64, state: Absent, cached: None
[1BE8:1848][2019-11-13T15:11:02]i000: BootstrapperEngineDataModel.OnDetectComplete.: Entering...
[1BE8:1848][2019-11-13T15:11:02]i000: MainViewModel: Trying to parse value '0' for property 'SSMSInstallExists'...
[1BE8:1848][2019-11-13T15:11:02]i000: MainViewModel.CheckInstallPathIsValid: Successfully created and deleted installation folder - 'C:\Program Files (x86)\Microsoft SQL Server Management Studio 18' 
[1BE8:1848][2019-11-13T15:11:02]i000: MainViewModel.OnBootstrapperReady: IsUpgradeScenario=False
[1BE8:1848][2019-11-13T15:11:02]i000: MainViewModel.OnBootstrapperReady: SSMSInstallRoot=C:\Program Files (x86)\Microsoft SQL Server Management Studio 18
[1BE8:1848][2019-11-13T15:11:02]i000: MainViewModel.OnBootstrapperReady: SSMSInstallVersion=none
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'RebootPending = 1' evaluates to false.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'SSMS18PreReleaseDetected = 0' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition '(SSMS18PreReleaseDetected = 1) OR (SSMSInstallExists = 0) OR (SSMSInstalledLanguageKeyExists = 0) OR SSMSInstalledLanguageMatch' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'NOT Msix64' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'RebootPending = 0' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition '(VersionNT = v6.1 AND ServicePackLevel = 1) OR VersionNT > v6.1' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition 'Installed OR (VersionNT <> v6.2) OR (InstallationType <> "Client")' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i052: Condition '(VersionNT <> v6.3) OR (KB2919355_amd64_CurrentState = 112 OR KB2919355_x86_CurrentState = 112)' evaluates to true.
[1BE8:1848][2019-11-13T15:11:02]i000: BootstrapperEngineDataModel.OnDetectComplete.: Exiting.
[1BE8:1848][2019-11-13T15:11:02]i199: Detect complete, result: 0x0
[1BE8:1B70][2019-11-13T15:11:04]i000: Setting string variable 'SSMSINSTALLROOT' to value 'C:\Program Files (x86)\Microsoft SQL Server Management Studio 18'
[1BE8:1B70][2019-11-13T15:11:04]i000: MainViewModel.CheckInstallPathIsValid: Successfully created and deleted installation folder - 'C:\Program Files (x86)\Microsoft SQL Server Management Studio 18' 
[1BE8:1B70][2019-11-13T15:11:04]i000: MainViewModel.Install: Install action clicked
[1BE8:1848][2019-11-13T15:11:04]i200: Plan begin, 24 packages, action: Install
[1BE8:1848][2019-11-13T15:11:04]w321: Skipping dependency registration on package with no dependency providers: VCRedistD12x86
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_VCRedistD12x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_0_VCRedistD12x86.log'
[1BE8:1848][2019-11-13T15:11:04]w321: Skipping dependency registration on package with no dependency providers: VCRedistD14x86
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_VCRedistD14x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_1_VCRedistD14x86.log'
[1BE8:1848][2019-11-13T15:11:04]w321: Skipping dependency registration on package with no dependency providers: VCRedistD14x64
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_VCRedistD14x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_2_VCRedistD14x64.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_HelpViewer2_3' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_3_HelpViewer2_3_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_HelpViewer2_3' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_3_HelpViewer2_3.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_HelpViewer2_3_LP' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_4_HelpViewer2_3_LP_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_HelpViewer2_3_LP' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_4_HelpViewer2_3_LP.log'
[1BE8:1848][2019-11-13T15:11:04]w321: Skipping dependency registration on package with no dependency providers: DotNet47
[1BE8:1848][2019-11-13T15:11:04]w321: Skipping dependency registration on package with no dependency providers: NetFx45Web
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_sqlncli.msi' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_5_sqlncli.msi_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_sqlncli.msi' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_5_sqlncli.msi.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_msodbcsql.msi' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_6_msodbcsql.msi_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_msodbcsql.msi' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_6_msodbcsql.msi.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_msoledbsql.msi' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_7_msoledbsql.msi_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_msoledbsql.msi' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_7_msoledbsql.msi.log'
[1BE8:1848][2019-11-13T15:11:04]i052: Condition 'VersionNT64' evaluates to true.
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_adalsql_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_8_adalsql_x64.log'
[1BE8:1848][2019-11-13T15:11:04]i052: Condition 'VersionNT64' evaluates to true.
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_sql_as_oledb_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_9_sql_as_oledb_x64_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_sql_as_oledb_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_9_sql_as_oledb_x64.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_sql_as_oledb_x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_10_sql_as_oledb_x86_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_sql_as_oledb_x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_10_sql_as_oledb_x86.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_VS2017IsoShellForSSMS' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_11_VS2017IsoShellForSSMS_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_VS2017IsoShellForSSMS' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_11_VS2017IsoShellForSSMS.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_VS2017IsoShellForSSMS_LP' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_12_VS2017IsoShellForSSMS_LP_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_VS2017IsoShellForSSMS_LP' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_12_VS2017IsoShellForSSMS_LP.log'
[1BE8:1848][2019-11-13T15:11:04]w321: Skipping dependency registration on package with no dependency providers: VSTA2017
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_VSTA2017' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_13_VSTA2017.log'
[1BE8:1848][2019-11-13T15:11:04]i052: Condition 'VersionNT64' evaluates to true.
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_sql_ssms_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_14_sql_ssms_x64_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_sql_ssms_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_14_sql_ssms_x64.log'
[1BE8:1848][2019-11-13T15:11:04]i052: Condition 'VersionNT64' evaluates to true.
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_sql_ssms_loc_x64_Loc' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_15_sql_ssms_loc_x64_Loc_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_sql_ssms_loc_x64_Loc' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_15_sql_ssms_loc_x64_Loc.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_ssms_rs_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_16_ssms_rs_x64_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_ssms_rs_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_16_ssms_rs_x64.log'
[1BE8:1848][2019-11-13T15:11:04]i052: Condition 'VersionNT64' evaluates to true.
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_ssms_as_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_17_ssms_as_x64_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_ssms_as_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_17_ssms_as_x64.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_ssms_as_loc_x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_18_ssms_as_loc_x86_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_ssms_as_loc_x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_18_ssms_as_loc_x86.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_ssms_rs_loc_x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_19_ssms_rs_loc_x86_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_ssms_rs_loc_x86' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_19_ssms_rs_loc_x86.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_ssms_is' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_20_ssms_is_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_ssms_is' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_20_ssms_is.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleRollbackLog_SsmsPostInstall_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_21_SsmsPostInstall_x64_rollback.log'
[1BE8:1848][2019-11-13T15:11:04]i000: Setting string variable 'WixBundleLog_SsmsPostInstall_x64' to value 'C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101_21_SsmsPostInstall_x64.log'
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: VCRedistD12x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: VCRedistD14x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: VCRedistD14x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: HelpViewer2_3, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: HelpViewer2_3_LP, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: DotNet47, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: NetFx45Web, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: sqlncli.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: msodbcsql.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: msoledbsql.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: adalsql_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: sql_as_oledb_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: sql_as_oledb_x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: VS2017IsoShellForSSMS, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: VS2017IsoShellForSSMS_LP, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: VSTA2017, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: sql_ssms_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: sql_ssms_loc_x64_Loc, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: ssms_rs_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: ssms_as_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: ssms_as_loc_x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: ssms_rs_loc_x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: ssms_is, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i201: Planned package: SsmsPostInstall_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1BE8:1848][2019-11-13T15:11:04]i299: Plan complete, result: 0x0
[1BE8:1848][2019-11-13T15:11:04]i300: Apply begin
[1BE8:1848][2019-11-13T15:11:04]i000: MainViewModel.OnBundleAction: Bundle action started
[107C:1448][2019-11-13T15:11:04]i360: Creating a system restore point.
[107C:1448][2019-11-13T15:11:05]w363: Could not create system restore point, error: 0x80070422. Continuing...
[107C:1448][2019-11-13T15:11:05]i000: Caching bundle from: 'C:\Users\userA\AppData\Local\Temp\{29acae63-ec22-4213-99cb-5e81f7028ee9}\.be\SSMS-Setup-FRA.exe' to: 'C:\ProgramData\Package Cache\{29acae63-ec22-4213-99cb-5e81f7028ee9}\SSMS-Setup-FRA.exe'
[107C:1448][2019-11-13T15:11:05]i320: Registering bundle dependency provider: {29acae63-ec22-4213-99cb-5e81f7028ee9}, version: 15.0.18183.0
[107C:159C][2019-11-13T15:11:11]i305: Verified acquired payload: VCRedistD12x86 at path: C:\ProgramData\Package Cache\.unverified\VCRedistD12x86, moving to: C:\ProgramData\Package Cache\DF7F0A73BFA077E483E51BFB97F5E2ECEEDFB6A3\2013\vcredist_x86.exe.
[107C:159C][2019-11-13T15:11:11]i305: Verified acquired payload: VCRedistD14x86 at path: C:\ProgramData\Package Cache\.unverified\VCRedistD14x86, moving to: C:\ProgramData\Package Cache\6C2B6E35BACC9BB15202488826EDEB9E05F4CC40\2017\VC_redist.x86.exe.
[107C:159C][2019-11-13T15:11:11]i305: Verified acquired payload: VCRedistD14x64 at path: C:\ProgramData\Package Cache\.unverified\VCRedistD14x64, moving to: C:\ProgramData\Package Cache\DA2210409A0DC834341AACDECAE524E884FCA647\2017\VC_redist.x64.exe.
[107C:159C][2019-11-13T15:11:11]i305: Verified acquired payload: HelpViewer2_3 at path: C:\ProgramData\Package Cache\.unverified\HelpViewer2_3, moving to: C:\ProgramData\Package Cache\{BEFC10C1-7032-3C8E-80BC-621A77BFEABD}v2.3.28107\redist\help3_vs_net.msi.
[107C:159C][2019-11-13T15:11:11]i305: Verified acquired payload: cabE503715EC9048140D7380B4A179097EF at path: C:\ProgramData\Package Cache\.unverified\cabE503715EC9048140D7380B4A179097EF, moving to: C:\ProgramData\Package Cache\{BEFC10C1-7032-3C8E-80BC-621A77BFEABD}v2.3.28107\redist\cab1.cab.
[107C:159C][2019-11-13T15:11:12]i305: Verified acquired payload: HelpViewer2_3_LP at path: C:\ProgramData\Package Cache\.unverified\HelpViewer2_3_LP, moving to: C:\ProgramData\Package Cache\{17C90AE0-7791-39DD-8197-2C2B88615868}v2.3.27412\redist\help3_LP_net.msi.
[107C:159C][2019-11-13T15:11:12]i305: Verified acquired payload: cab96EEBCEEC415A2FC7E4C6265548D48E5 at path: C:\ProgramData\Package Cache\.unverified\cab96EEBCEEC415A2FC7E4C6265548D48E5, moving to: C:\ProgramData\Package Cache\{17C90AE0-7791-39DD-8197-2C2B88615868}v2.3.27412\redist\cab1.cab.
[107C:159C][2019-11-13T15:11:12]e000: Error 0xc000000d: Failed authenticode verification of payload: C:\ProgramData\Package Cache\.unverified\sqlncli.msi
[107C:159C][2019-11-13T15:11:12]e000: Error 0xc000000d: Failed to verify signature of payload: sqlncli.msi
[107C:159C][2019-11-13T15:11:12]e310: Failed to verify payload: sqlncli.msi at path: C:\ProgramData\Package Cache\.unverified\sqlncli.msi, error: 0xc000000d. Deleting file.
[107C:159C][2019-11-13T15:11:12]e000: Error 0xc000000d: Failed to cache payload: sqlncli.msi
[1BE8:046C][2019-11-13T15:11:12]e314: Failed to cache payload: sqlncli.msi from working path: C:\Users\userA\AppData\Local\Temp\{29acae63-ec22-4213-99cb-5e81f7028ee9}\sqlncli.msi, error: 0xc000000d.
[1BE8:046C][2019-11-13T15:11:12]e349: Application requested retry of payload: sqlncli.msi, encountered error: 0xc000000d. Retrying...
[107C:159C][2019-11-13T15:11:13]e000: Error 0xc000000d: Failed authenticode verification of payload: C:\ProgramData\Package Cache\.unverified\sqlncli.msi
[107C:159C][2019-11-13T15:11:13]e000: Error 0xc000000d: Failed to verify signature of payload: sqlncli.msi
[107C:159C][2019-11-13T15:11:13]e310: Failed to verify payload: sqlncli.msi at path: C:\ProgramData\Package Cache\.unverified\sqlncli.msi, error: 0xc000000d. Deleting file.
[107C:159C][2019-11-13T15:11:13]e000: Error 0xc000000d: Failed to cache payload: sqlncli.msi
[1BE8:046C][2019-11-13T15:11:13]e314: Failed to cache payload: sqlncli.msi from working path: C:\Users\userA\AppData\Local\Temp\{29acae63-ec22-4213-99cb-5e81f7028ee9}\sqlncli.msi, error: 0xc000000d.
[1BE8:046C][2019-11-13T15:11:13]e349: Application requested retry of payload: sqlncli.msi, encountered error: 0xc000000d. Retrying...
[107C:159C][2019-11-13T15:11:14]e000: Error 0xc000000d: Failed authenticode verification of payload: C:\ProgramData\Package Cache\.unverified\sqlncli.msi
[107C:159C][2019-11-13T15:11:14]e000: Error 0xc000000d: Failed to verify signature of payload: sqlncli.msi
[107C:159C][2019-11-13T15:11:14]e310: Failed to verify payload: sqlncli.msi at path: C:\ProgramData\Package Cache\.unverified\sqlncli.msi, error: 0xc000000d. Deleting file.
[107C:159C][2019-11-13T15:11:14]e000: Error 0xc000000d: Failed to cache payload: sqlncli.msi
[1BE8:046C][2019-11-13T15:11:14]e314: Failed to cache payload: sqlncli.msi from working path: C:\Users\userA\AppData\Local\Temp\{29acae63-ec22-4213-99cb-5e81f7028ee9}\sqlncli.msi, error: 0xc000000d.
[107C:159C][2019-11-13T15:11:14]i351: Removing cached package: HelpViewer2_3_LP, from path: C:\ProgramData\Package Cache\{17C90AE0-7791-39DD-8197-2C2B88615868}v2.3.27412\
[107C:159C][2019-11-13T15:11:14]i351: Removing cached package: HelpViewer2_3, from path: C:\ProgramData\Package Cache\{BEFC10C1-7032-3C8E-80BC-621A77BFEABD}v2.3.28107\
[107C:159C][2019-11-13T15:11:14]i351: Removing cached package: VCRedistD14x64, from path: C:\ProgramData\Package Cache\DA2210409A0DC834341AACDECAE524E884FCA647\
[107C:159C][2019-11-13T15:11:14]i351: Removing cached package: VCRedistD14x86, from path: C:\ProgramData\Package Cache\6C2B6E35BACC9BB15202488826EDEB9E05F4CC40\
[107C:159C][2019-11-13T15:11:14]i351: Removing cached package: VCRedistD12x86, from path: C:\ProgramData\Package Cache\DF7F0A73BFA077E483E51BFB97F5E2ECEEDFB6A3\
[1BE8:1848][2019-11-13T15:11:14]e000: Error 0xc000000d: Failed while caching, aborting execution.
[107C:1448][2019-11-13T15:11:14]i330: Removed bundle dependency provider: {29acae63-ec22-4213-99cb-5e81f7028ee9}
[107C:1448][2019-11-13T15:11:14]i352: Removing cached bundle: {29acae63-ec22-4213-99cb-5e81f7028ee9}, from path: C:\ProgramData\Package Cache\{29acae63-ec22-4213-99cb-5e81f7028ee9}\
[1BE8:1848][2019-11-13T15:11:14]e000: MainViewModel.OnBundleAction: Bundle action failed: Unknown error (0xc000000d) (0xC000000D)
[1BE8:1848][2019-11-13T15:11:14]i399: Apply complete, result: 0xc000000d, restart: None, ba requested restart:  No
[1BE8:1B70][2019-11-13T15:11:16]i000: MainViewModel.OpenUrl: Opening url: C:\Users\userA\AppData\Local\Temp\SsmsSetup\SSMS-Setup-FRA_20191113151101.log

SQL install to accomplish passive mode for databases in an availability group

$
0
0

User asked me to install the SQL server on a different sever with same spec as the current one as passive mode to setup databases in an availability group.  I understand as long as they accomplish the following there is no licensing fee involve but we have SPLA pool licenses. 

Primary server licenses covered with SA include support for one secondary server only, and any additional secondary servers must be licensed for SQL Server. Note: The rights to run a passive instance of SQL Server for failover support are not transferable to other licensed servers for purposes of providing multiple passive secondary servers to a single primary server.

Is it ok to install as standard alone SQL install and let the customer to sort out the configuration? Please advice.

Thanks,

Ahilan


Trailing blanks in unique index

$
0
0

Hi!

I have migrated Oracle-tables to SQL Server using SSMA. First I did the migration to the master database and then I made the same migration to a new database I had created with default settings. The migration to the new database failed but the migration to the master database was ok.

The problem was an unique index violation. The column (varchar) had values with only trailing blanks that differs ("ABC" and "ABC "). As it was not a problem in the master database I presume it's a setting in the database, but I don't know which setting it is.

Where is the setting that makes SQL Server regard "ABC" and "ABC " as different values?

Which OS version will be the best to fit the good old 2008 R2 SQL?

$
0
0
Greetings SQL Heros,

Our current MSSQL version is 2008 R2.

I’m about to move the DB to a new server. Which OS version will be the best to fit the good old 2008 R2 SQL version? Is it Windows Server 2008 R2, Windows 2012, Windows 2016 or Windows 2019?

Thanks!

HOW do you assign these permissions to a windows AD account?

$
0
0

Hi,

How do you assign the permissions below to an account like this: domain\account?

  • Permission to start SQL Writer
  • Permission to read the Event Log service
  • Permission to read the Remote Procedure Call service

ANY windows AD account might need these permissions - HOW do you assign these 3 above to any AD account?

Thanks.

Please do NOT send me a link to sql permissions for service accounts - that link does not say how to assign the permissions which i know!

In a 3 node SQL Availability group - should the instance names be the same or unique? What are the pros and cons of having the same instance name for all 3 nodes or unique instance names?

$
0
0

Hi,

In a 3 node SQL Availability group - should the instance names be the same or unique? What are the pros and cons of having the same instance name for all 3 nodes or unique instance names?

Thanks.

"Prior Visual Studio 2010 Instance Requiring Update" Failed

$
0
0

Hi,

I'm trying to install BIDS and SSMS for SQL Server 2012 on my machine. However, I can't get passed validation step that indicates SP1 needs to be installed for Visual Studio 2010. However, I have installed an re-installed VS2010 SP1 already.

Has anyone had the same problem?

Viewing all 7707 articles
Browse latest View live


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