Skip to content

Commit 00ad02b

Browse files
committed
Revisions
1 parent 6fcaba0 commit 00ad02b

1 file changed

Lines changed: 21 additions & 10 deletions

File tree

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

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
---
22
title: Updating ODBC Driver for SQL Server to 18.6.1.1 update causes issues in Configuration Manager
33
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
76
ms.custom: sap:Configuration Manager Setup, High Availability, Migration and Recovery\Site Installation or Prerequisites
87
---
98
# Updating ODBC Driver for SQL Server to 18.6.1.1 update causes issues in Configuration Manager
109

1110
*Applies to*: Configuration Manager
1211

12+
## Summary
13+
1314
## Symptoms
1415

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:
1621

1722
```output
1823
INFO: Database watermark:
@@ -28,7 +33,9 @@ After you install the [Microsoft ODBC driver for SQL Server on Windows version 1
2833
ERROR: Failed to import Asset Intelligence data into the site database.
2934
```
3035

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:
3239

3340
```output
3441
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
4552

4653
## Cause
4754

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.
4956

5057
## Resolution
5158

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:
5360

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.
5566
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
5768

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

Comments
 (0)