Skip to content

Commit 9a51d57

Browse files
authored
Update update-odbc-18611-causes-issues-configmgr.md
Edit review per CI 9361
1 parent d4a9875 commit 9a51d57

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

support/mem/configmgr/setup-migrate-backup-recovery/update-odbc-18611-causes-issues-configmgr.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Updating ODBC Driver for SQL Server to 18.6.1.1 causes issues in Configuration Manager
3-
description: Describes issues that appear after you update ODBC Driver for SQL Server to version 18.6.1.1 in Configuration Manager, and explains how to work around these issues until a permanent fix becomes available.
3+
description: Discusses issues that appear after you update ODBC Driver for SQL Server to version 18.6.1.1 in Configuration Manager, and explains how to work around these issues.
44
ms.date: 01/30/2026
55
ms.reviewer: kaushika, payur, v-tappelgate
66
ms.custom: sap:Configuration Manager Setup, High Availability, Migration and Recovery\Site Installation or Prerequisites
@@ -11,15 +11,15 @@ ms.custom: sap:Configuration Manager Setup, High Availability, Migration and Rec
1111

1212
## Summary
1313

14-
After you update Microsoft ODBC Driver for SQL Server to version 18.6.1.1, Configuration Manager site installations might fail, and Client Notification features might stop working. This article provides information about these issues and explains how to work around them until a permanent fix becomes available.
14+
After you update Microsoft ODBC Driver for Microsoft SQL Server to version 18.6.1.1, Configuration Manager site installations might fail, and Client Notification features might stop working. This article provides information about these issues and explains how to work around them until a permanent fix becomes available.
1515

1616
## Symptoms
1717

1818
After you install [Microsoft ODBC driver for SQL Server on Windows, version 18.6.1.1](/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows#186), you experience the following symptoms.
1919

20-
### Symptom: You can't install a new ConfigMgr site
20+
### Symptom 1: You can't install a new ConfigMgr site
2121

22-
You try to create a new site, but the operation fails. The ConfigMgrSetup.log file reports an error that resembles the following example:
22+
You try to create a ConfigMgr site, but the operation fails. The ConfigMgrSetup.log file reports an error that resembles the following example:
2323

2424
```output
2525
INFO: Database watermark:
@@ -35,9 +35,9 @@ You try to create a new site, but the operation fails. The ConfigMgrSetup.log fi
3535
ERROR: Failed to import Asset Intelligence data into the site database.
3636
```
3737

38-
### Symptom: Client Notification stops working
38+
### Symptom 2: Client Notification stops working
3939

40-
In existing environments, in the Configuration Manager console, you notice that the **Currently Logged on User** column doesn't populate. You also see the following error message in the BGBMgr.log on the Site Server:
40+
In existing environments, the **Currently Logged on User** column in the Configuration Manager console doesn't populate. You also see the following error entry in the BGBMgr log on the Site Server:
4141

4242
```output
4343
BCP queued 18 rows for currently logged on users
@@ -54,18 +54,18 @@ Begin to move file from E:\Microsoft Configuration Manager\inboxes\bgb.box\Bgbtd
5454

5555
## Cause
5656

57-
ODBC Driver for SQL Server version 18.6.1.1 includes a change that enforces stricter handling of NULL values for non-nullable columns. This change can cause failures in Configuration Manager operations that attempt to insert NULL values into such columns. Such failures generate errors during Site Installation and "Currently Logged on User" reporting.
57+
ODBC Driver for SQL Server version 18.6.1.1 includes a change that enforces stricter handling of NULL values for non-nullable columns. This change can cause failures in Configuration Manager operations that try to insert NULL values into such columns. Such failures generate errors during Site Installation and "Currently Logged on User" reporting.
5858

5959
## Workaround
6060

61-
Make one of the following changes to the ODBC Driver for SQL Server:
61+
To work around this issue, make one of the following changes to ODBC Driver for SQL Server:
6262

63-
- Downgrade the driver to [version 18.5.2.1](/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows#1852)
64-
- Downgrade the driver to [version 18.4.1.1](/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows#184). Configuration Manager version 2503 and later versions include this version of the driver as Redistributable content.
63+
- Downgrade the driver to [version 18.5.2.1](/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows#1852).
64+
- Downgrade the driver to [version 18.4.1.1](/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows#184). Configuration Manager version 2503 and later versions include this version of the driver as redistributable content.
6565

6666
> [!NOTE]
67-
> ODBC Driver for SQL Server version 18.6.1.1 doesn't contain security updates, so rolling back the driver doesn't introduce vulnerabilities.
67+
> ODBC Driver for SQL Server version 18.6.1.1 doesn't contain security updates. Therefore, rolling back the driver doesn't introduce vulnerabilities.
6868
6969
## More information
7070

71-
Microsoft plans resolving the issue in an upcoming ODBC Driver for SQL Server release. For more information, see [Support lifecycle for Microsoft ODBC Driver for SQL Server](/sql/connect/odbc/support-lifecycle).
71+
Microsoft plans to resolve this issue in an upcoming ODBC Driver for SQL Server release. For more information, see [Support lifecycle for Microsoft ODBC Driver for SQL Server](/sql/connect/odbc/support-lifecycle).

0 commit comments

Comments
 (0)