Skip to content

Commit 908d55b

Browse files
authored
Merge pull request #8227 from MicrosoftDocs/main
Auto push to live 2025-02-14 02:00:02
2 parents d66c9bd + 89ecff6 commit 908d55b

File tree

506 files changed

+1545
-505
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

506 files changed

+1545
-505
lines changed

support/developer/visualstudio/installation/troubleshoot-network-related-errors.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot network or proxy errors
33
description: Find solutions for network- or proxy-related errors that you might encounter when you install, update, or use Visual Studio behind a firewall or a proxy server.
4-
ms.date: 12/09/2024
4+
ms.date: 02/14/2025
55
author: HaiyingYu
66
ms.author: haiyingyu
77
ms.reviewer: meghaanand, chrmann, jagbal
@@ -36,6 +36,9 @@ To resolve this issue, try these steps:
3636

3737
Visual Studio should pick up the proxy setting from Windows. However, you can set a specific proxy server in the following way.
3838

39+
- For Visual Studio 2022, follow steps 1, 2, and 3.
40+
- For Visual Studio 2019, follow steps 1 and 2.
41+
3942
1. Find **devenv.exe.config** (the configuration file of **devenv.exe**) in:
4043

4144
- Visual Studio 2019: **%ProgramFiles%\Microsoft Visual Studio\2019\Enterprise\Common7\IDE** or **%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Enterprise\Common7\IDE**.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: SQL Server Launchpad Service Fails to Start
3+
description: Resolves a problem where the SQL Server Launchpad service fails to start after installing Windows update KB5044284 (OS Build 26100.2033) or a later version.
4+
ms.date: 02/14/2025
5+
ms.custom: sap:Machine Learning Services (in database)
6+
ms.reviewer: jaferebe, v-sidong
7+
---
8+
# SQL Server Launchpad service fails to start after installing Windows updates
9+
10+
## Symptoms
11+
12+
You're running a Windows 11 machine with SQL Server installed with the [SQL Server Machine Learning Services](/sql/machine-learning/install/sql-machine-learning-services-windows-install) feature. After installing Windows update [KB5044284 (OS Build 26100.2033)](https://support.microsoft.com/topic/october-8-2024-kb5044284-os-build-26100-2033-6baf4a06-9763-4d9b-ba8a-f25ba6ed477b) or a later version, you notice the [SQL Server Launchpad service](/sql/machine-learning/concepts/extensibility-framework#launchpad) fails to start. After checking the [ExtLaunchErrorlog](/sql/machine-learning/troubleshooting/data-collection-ml-troubleshooting-process#system-events) file, you see the following error messages at the end of the file:
13+
14+
```output
15+
<timestamp> Security Context Manager initialization failed. ErrorCode: 0x8032000c.
16+
<timestamp> Satellite Session Manager initialization failed. ErrorCode: 0x8032000c.
17+
<timestamp> Initialization of satellite session manager failed. ErrorCode: 0x8032000c.
18+
```
19+
20+
> [!NOTE]
21+
> This issue doesn't impact Windows Server operating systems.
22+
23+
## Cause
24+
25+
Windows update [KB5044284 (OS Build 26100.2033)](https://support.microsoft.com/topic/october-8-2024-kb5044284-os-build-26100-2033-6baf4a06-9763-4d9b-ba8a-f25ba6ed477b) changed the behavior of the Windows API [CreateAppContainerProfile](/windows/win32/api/userenv/nf-userenv-createappcontainerprofile) that is called by the Launchpad service. This change causes the API to return an error, ultimately leading to the failure of the Launchpad service.
26+
27+
## Resolution
28+
29+
Microsoft is actively working on a fix. In the meantime, if you use the Launchpad service, [revert](https://support.microsoft.com/windows/how-to-uninstall-a-windows-update-c77b8f9b-e4dc-4e9f-a803-fdec12e59fb0) to Windows update [KB5043080 (OS Build 26100.1742)](https://support.microsoft.com/topic/september-10-2024-kb5043080-os-build-26100-1742-407666c8-6b6d-4561-a982-abce4e7c2efb) or an earlier version.

support/sql/database-engine/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ items:
5151
items:
5252
- name: Inconsistent results in MKL computations
5353
href: machine-learning/inconsistent-results-mkl-computations-missing-variable.md
54+
- name: SQL Server Launchpad service fails to start
55+
href: machine-learning/sql-server-launchpad-fail-start.md
5456

5557
- name: Queries, stored procedures, views, functions, triggers (T-SQL)
5658
items:

support/windows-client/active-directory/error-when-checking-domain-object-property.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
88
ms.reviewer: kaushika, rolandw, uspand, amaltsev
9-
ms.custom: sap:Active Directory\Schema Updates, csstroubleshoot
9+
ms.custom:
10+
- sap:active directory\schema updates
11+
- pcy:WinComm Directory Services
1012
---
1113
# Error when you check domain object properties by using RSAT in Windows 10: msDS-ExpirePasswordsOnSmartCardOnlyAccounts not exist
1214

support/windows-client/active-directory/known-issues-for-group-policy-clients.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ manager: dcscontentpm
66
audience: ITPro
77
ms.topic: troubleshooting
88
ms.reviewer: kaushika
9-
ms.custom: sap:Active Directory\User, computer, group, and object management, csstroubleshoot
9+
ms.custom:
10+
- sap:active directory\user,computer,group,and object management
11+
- pcy:WinComm Directory Services
1012
---
1113
# Known issues managing a Windows 10 Group Policy client in Windows Server 2012 R2
1214

support/windows-client/active-directory/lsalookupsids-function-not-return-new-user-name.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
88
ms.reviewer: kaushika
9-
ms.custom: sap:Active Directory\User, computer, group, and object management, csstroubleshoot
9+
ms.custom:
10+
- sap:active directory\user,computer,group,and object management
11+
- pcy:WinComm Directory Services
1012
---
1113
# The LsaLookupSids function may return the old user name instead of the new user name if the user name has changed
1214

support/windows-client/active-directory/uac-blocks-elevation-executable-apps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
88
ms.reviewer: kaushika, arrenc, deverett, paulhut
9-
ms.custom: sap:Active Directory\User, computer, group, and object management, csstroubleshoot
9+
ms.custom:
10+
- sap:active directory\user,computer,group,and object management
11+
- pcy:WinComm Directory Services
1012
---
1113
# UAC blocks the elevation of executable applications that are signed with revoked certificates
1214

support/windows-client/active-directory/w32time-not-start-on-workgroup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
88
ms.reviewer: kaushika
9-
ms.custom: sap:Active Directory\Windows Time Service configuration, accuracy, and synchronization, csstroubleshoot
9+
ms.custom:
10+
- sap:active directory\windows time service configuration,accuracy,and synchronization
11+
- pcy:WinComm Directory Services
1012
---
1113
# Windows Time service doesn't start automatically on a workgroup computer
1214

support/windows-client/admin-development/adsi-winnt-provider-user-authentication-issues.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
88
ms.reviewer: kaushika
9-
ms.custom: sap:Admin Mgmt Development\Active Directory Services Interface Adsi, csstroubleshoot
9+
ms.custom:
10+
- sap:admin mgmt development\active directory services interface adsi
11+
- pcy:WinComm Directory Services
1012
---
1113
# User authentication issues with the Active Directory Service Interfaces WinNT provider
1214

support/windows-client/admin-development/create-desktop-shortcut-with-wsh.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
88
ms.reviewer: kaushika
9-
ms.custom: sap:Application Technologies and Compatibility\Windows Script Host (CScript or WScript), csstroubleshoot
9+
ms.custom:
10+
- sap:application technologies and compatibility\windows script host (cscript or wscript)
11+
- pcy:WinComm User Experience
1012
---
1113
# How to create a desktop shortcut with the Windows Script Host
1214

0 commit comments

Comments
 (0)