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
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,23 @@
1
1
---
2
2
title: Updating ODBC Driver for SQL Server to 18.6.1.1 update causes issues in Configuration Manager
3
3
description: Describes issues that appear after updating to ODBC Driver for SQL Server to version 18.6.1.1 in Configuration Manager.
4
-
ms.date: 01/16/2025
5
-
ms.reviewer: kaushika, payur
6
-
ms.author: payur
4
+
ms.date: 01/30/2026
5
+
ms.reviewer: kaushika, payur, v-tappelgate
7
6
ms.custom: sap:Configuration Manager Setup, High Availability, Migration and Recovery\Site Installation or Prerequisites
8
7
---
9
8
# Updating ODBC Driver for SQL Server to 18.6.1.1 update causes issues in Configuration Manager
10
9
11
10
*Applies to*: Configuration Manager
12
11
12
+
## Summary
13
+
13
14
## Symptoms
14
15
15
-
After you install the [Microsoft ODBC driver for SQL Server on Windows version 18.6.1.1](/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows#186), the installation of new ConfigMgr site fails with the following error in ConfigMgrSetup.log:
16
+
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.
17
+
18
+
### Symptom: You can't install a new ConfigMgr site
19
+
20
+
You try to create a new site, but the operation fails. The ConfigMgrSetup.log file reports an error that resembles the following example:
16
21
17
22
```output
18
23
INFO: Database watermark:
@@ -28,7 +33,9 @@ After you install the [Microsoft ODBC driver for SQL Server on Windows version 1
28
33
ERROR: Failed to import Asset Intelligence data into the site database.
29
34
```
30
35
31
-
In the existing environments, after updating the ODBC Driver for SQL Server to version 18.6.1.1, the Client Notification feature might stop working. In particular, you notice that "Currently Logged on User" column isn't populated in the Configuration Manager console. You also see the following error message in the BGBMgr.log on the Site Server:
36
+
### Symptom: Client Notification stops working
37
+
38
+
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:
32
39
33
40
```output
34
41
BCP queued 18 rows for currently logged on users
@@ -45,14 +52,18 @@ Begin to move file from E:\Microsoft Configuration Manager\inboxes\bgb.box\Bgbtd
45
52
46
53
## Cause
47
54
48
-
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 lead to failures in Configuration Manager operations that attempt to insert NULL values into such columns, resulting in errors during Site Installation and "Currently Logged on User" reporting.
55
+
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.
49
56
50
57
## Resolution
51
58
52
-
Downgrade the ODBC Driver for SQL Server to [version 18.5.2.1](/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows#1852) or use a [version 18.4.1.1](/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows#184) being included with Configuration Manager version 2503 and later as Redistributable content.
59
+
Make one of the following changes to the ODBC Driver for SQL Server:
53
60
54
-
## More information
61
+
- Downgrade the driver to [version 18.5.2.1](/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows#1852)
62
+
- 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
+
64
+
> [!NOTE]
65
+
> ODBC Driver for SQL Server version 18.6.1.1 doesn't contain security updates, so rolling the driver back doesn't introduce vulnerabilities.
55
66
56
-
Microsoft plans resolving the issue in the next ODBC Driver for SQL Server release expected in the middle of 2026. Note, there are no security updates in ODBC Driver for SQL Server version 18.6.1.1.
67
+
## More information
57
68
58
-
See also: [Support lifecycle for Microsoft ODBC Driver for SQL Server](/sql/connect/odbc/support-lifecycle)
69
+
Microsoft plans resolving the issue in the 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