Skip to content

Instantly share code, notes, and snippets.

@stephenlauck
Created August 30, 2018 15:20
Show Gist options
  • Save stephenlauck/c412c2dceabf98f7cd59f727e794cf66 to your computer and use it in GitHub Desktop.
Save stephenlauck/c412c2dceabf98f7cd59f727e794cf66 to your computer and use it in GitHub Desktop.
at opt into using
sqlserver.default hook[init]:(HK): CAS policy.
sqlserver.default hook[init]:(HK):
sqlserver.default hook[init]:(HK): Please see http://go.microsoft.com/fwlink/?LinkId=131738 for more information.
sqlserver.default hook[init]:(HK):
sqlserver.default hook[init]:(HK):
sqlserver.default hook[init]:(HK): Success
sqlserver.default hook[init]:(HK): Microsoft .NET Framework CasPol 4.6.1586.0
sqlserver.default hook[init]:(HK): Copyright (C) Microsoft Corporation. All rights reserved.
sqlserver.default hook[init]:(HK):
sqlserver.default hook[init]:(HK): for Microsoft .NET Framework version 4.6.1586.0
sqlserver.default hook[init]:(HK): WARNING: The .NET Framework does not apply CAS policy by default. Any settings
sqlserver.default hook[init]:(HK): shown or modified by CasPol will only affect applications that opt into using
sqlserver.default hook[init]:(HK): CAS policy.
sqlserver.default hook[init]:(HK):
sqlserver.default hook[init]:(HK): Please see http://go.microsoft.com/fwlink/?LinkId=131738 for more information.
sqlserver.default hook[init]:(HK):
sqlserver.default hook[init]:(HK):
sqlserver.default hook[init]:(HK): Success
sqlserver.default hook[init]:(HK): SQL Server 2017 transmits information about your installation experience, as well as other usage and performance data, to Microsoft to help improve the product. To learn more about SQL Server 2017 data processing and privacy controls, please see the Privacy Statement.
sqlserver.default hook[init]:(HK): The following error occurred:
sqlserver.default hook[init]:(HK): The path /hab/studios/Users--Administrator\hab\svc\sqlserver\data\MSSQL14.HAB_SQL_SERVER\MSSQL\DATA is malformed or not absolute.
sqlserver.default hook[init]:(HK):
sqlserver.default hook[init]:(HK): Error result: -2067660799
sqlserver.default hook[init]:(HK): Result facility code: 1218
sqlserver.default hook[init]:(HK): Result error code: 1
sqlserver.default hook[init]:(HK):
sqlserver.default hook[init]:(HK): Please review the summary.txt log for further details
sqlserver.default hook[init]:(HK): Microsoft (R) SQL Server 2017 14.00.1000.169
sqlserver.default hook[init]:(HK):
sqlserver.default hook[init]:(HK): Copyright (c) 2017 Microsoft. All rights reserved.
sqlserver.default hook[init]:(HK): Checking for xNetworking PS module...
sqlserver.default hook[init]:(HK): Checking for nuget package provider...
sqlserver.default hook[init]:(HK): Checking for xNetworking PS module...
sqlserver.default hook[init]:(HK): Compiling DSC mof for NewFirewallRule ...
sqlserver.default hook[init]:(HK): Applying DSC configuration for \hab\studios\Users--Administrator\hab\svc\sqlserver\config\firewall.ps1 ...
sqlserver.default hook[init]:(HK): Set-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL14.hab_sql_server\MSSQLServer' because it does not exist.
sqlserver.default hook[init]:(HK): At line:21 char:5
sqlserver.default hook[init]:(HK): + Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Microsoft SQL S ...
sqlserver.default hook[init]:(HK): + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlserver.default hook[init]:(HK): + CategoryInfo : ObjectNotFound: (HKLM:\SOFTWARE\...ver\MSSQLServer:String) [Set-ItemProperty], ItemNotFoundException
sqlserver.default hook[init]:(HK): + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand
sqlserver.default hook[init]:(HK):
sqlserver.default hook[init]:(HK): Set-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL14.hab_sql_server\MSSQLServer' because it does not exist.
sqlserver.default hook[init]:(HK): At line:22 char:5
sqlserver.default hook[init]:(HK): + Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Microsoft SQL S ...
sqlserver.default hook[init]:(HK): + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlserver.default hook[init]:(HK): + CategoryInfo : ObjectNotFound: (HKLM:\SOFTWARE\...ver\MSSQLServer:String) [Set-ItemProperty], ItemNotFoundException
sqlserver.default hook[init]:(HK): + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand
sqlserver.default hook[init]:(HK):
sqlserver.default hook[init]:(HK): Set-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL14.hab_sql_server\MSSQLServer\SuperSocketNetLib\Tcp\IPAll' because it does not exist.
sqlserver.default hook[init]:(HK): At line:26 char:1
sqlserver.default hook[init]:(HK): + Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Microsoft SQL Serve ...
sqlserver.default hook[init]:(HK): + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlserver.default hook[init]:(HK): + CategoryInfo : ObjectNotFound: (HKLM:\SOFTWARE\...etLib\Tcp\IPAll:String) [Set-ItemProperty], ItemNotFoundException
sqlserver.default hook[init]:(HK): + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand
sqlserver.default hook[init]:(HK):
sqlserver.default(SV): Starting service as user=administrator, group=<anonymous>
sqlserver.default hook[post-run]:(HK): waiting for sql server to start accepting connections...
sqlserver.default(E): Start-Service : Cannot find any service with service name 'MSSQL$hab_sql_server'.
sqlserver.default(E): At line:1 char:1
sqlserver.default(E): + Start-Service 'MSSQL$hab_sql_server'
sqlserver.default(E): + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlserver.default(E): + CategoryInfo : ObjectNotFound: (MSSQL$hab_sql_server:String) [Start-Service], ServiceCommandException
sqlserver.default(E): + FullyQualifiedErrorId : NoServiceFoundForGivenName,Microsoft.PowerShell.Commands.StartServiceCommand
sqlserver.default(E):
sqlserver.default(O): sqlserver is running
sqlserver.default(E): Get-Service : Cannot find any service with service name 'MSSQL$hab_sql_server'.
sqlserver.default(E): At line:5 char:13
sqlserver.default(E): + while($(Get-Service 'MSSQL$hab_sql_server').Status -eq "Running") ...
sqlserver.default(E): + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlserver.default(E): + CategoryInfo : ObjectNotFound: (MSSQL$hab_sql_server:String) [Get-Service], ServiceCommandException
sqlserver.default(E): + FullyQualifiedErrorId : NoServiceFoundForGivenName,Microsoft.PowerShell.Commands.GetServiceCommand
sqlserver.default(E):
sqlserver.default(E): Get-Service : Cannot find any service with service name 'MSSQL$hab_sql_server'.
sqlserver.default(E): At line:10 char:23
sqlserver.default(E): + $currentStatus = (Get-Service 'MSSQL$hab_sql_server').Status
sqlserver.default(E): + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlserver.default(E): + CategoryInfo : ObjectNotFound: (MSSQL$hab_sql_server:String) [Get-Service], ServiceCommandException
sqlserver.default(E): + FullyQualifiedErrorId : NoServiceFoundForGivenName,Microsoft.PowerShell.Commands.GetServiceCommand
sqlserver.default(E):
sqlserver.default(O): sqlserver has stopped
hab-launch(SV): Child for service 'sqlserver.default' with PID 920 exited with code exit code: 0
sqlserver.default hook[post-run]:(HK): waiting for sql server to start accepting connections...
sqlserver.default hook[post-run]:(HK): waiting for sql server to start accepting connections...
sqlserver.default hook[post-run]:(HK): waiting for sql server to start accepting connections...
sqlserver.default hook[post-run]:(HK): waiting for sql server to start accepting connections...
sqlserver.default hook[post-run]:(HK): waiting for sql server to start accepting connections...
sqlserver.default hook[post-run]:(HK): waiting for sql server to start accepting connections...
sqlserver.default hook[post-run]:(HK): waiting for sql server to start accepting connections...
sqlserver.default hook[post-run]:(HK): waiting for sql server to start accepting connections.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment