After upgrading to SQL Server 2016 Enterprise SP2 the following Windows services are failing to start. This is installed on a Windows 2016 server.
SQL Server CEIP service (SQLTELEMETRY$InstanceName)
SQL Server Integration Services CEIP service 13.0 (SSISTELEMETRY130)
Getting this message in Windows Logs....
*--------------------------------------------------------------------------*
Application: sqlceip.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileLoadException
at Microsoft.Cloud.Sql.Analytics.BoxTelemetry.AppInsightTelemetrySink..cctor()
Exception Info: System.TypeInitializationException
at Microsoft.Cloud.Sql.Analytics.BoxTelemetry.AppInsightTelemetrySink..ctor(Microsoft.Cloud.Sql.Analytics.BoxTelemetry.MachineInfo, System.String)
at Microsoft.Cloud.Sql.Analytics.BoxTelemetry.BoxTelemetry.TelemetryCollectorMain(Microsoft.Cloud.Sql.Analytics.BoxTelemetry.BoxTelemetryOptions)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()
Faulting application name: sqlceip.exe, version: 13.0.5026.0, time stamp: 0x5aae92aa
Faulting module name: KERNELBASE.dll, version: 10.0.14393.2457, time stamp: 0x5b7e2adb
Exception code: 0xe0434352
Fault offset: 0x0000000000033c58
Faulting process id: 0xf68
Faulting application start time: 0x01d46a304dcb8e11
Faulting application path: C:\Program Files\Microsoft SQL Server\MSSQL13.SCCM\MSSQL\Binn\sqlceip.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: d0bb4b84-20d0-49a8-80b4-6b8b9636bc26
Faulting package full name:
Faulting package-relative application ID:
*-----------------------------------------------------------------------------------------*
Any thoughts on this? These services were fine prior to SP2.
John