You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/mem/configmgr/setup-migrate-backup-recovery/update-odbc-18611-causes-issues-configmgr.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
ms.date: 01/30/2026
5
5
ms.reviewer: kaushika, payur, v-tappelgate
6
6
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
11
11
12
12
## Summary
13
13
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.
15
15
16
16
## Symptoms
17
17
18
18
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.
19
19
20
-
### Symptom: You can't install a new ConfigMgr site
20
+
### Symptom 1: You can't install a new ConfigMgr site
21
21
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:
23
23
24
24
```output
25
25
INFO: Database watermark:
@@ -35,9 +35,9 @@ You try to create a new site, but the operation fails. The ConfigMgrSetup.log fi
35
35
ERROR: Failed to import Asset Intelligence data into the site database.
36
36
```
37
37
38
-
### Symptom: Client Notification stops working
38
+
### Symptom 2: Client Notification stops working
39
39
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 BGBMgrlog on the Site Server:
41
41
42
42
```output
43
43
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
54
54
55
55
## Cause
56
56
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.
58
58
59
59
## Workaround
60
60
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:
62
62
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.
65
65
66
66
> [!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.
68
68
69
69
## More information
70
70
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