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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.custom: sap:Configuration Manager Setup, High Availability, Migration and Rec
12
12
13
13
## Symptoms
14
14
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:
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
16
17
17
```output
18
18
INFO: Database watermark:
@@ -28,7 +28,7 @@ After you install the [Microsoft ODBC driver for SQL Server on Windows version 1
28
28
ERROR: Failed to import Asset Intelligence data into the site database.
29
29
```
30
30
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. You might see the following error message in the BGBMgr.log on the Site Server:
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:
32
32
33
33
```output
34
34
BCP queued 18 rows for currently logged on users
@@ -45,14 +45,14 @@ Begin to move file from E:\Microsoft Configuration Manager\inboxes\bgb.box\Bgbtd
45
45
46
46
## Cause
47
47
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 Client Notification processes.
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.
49
49
50
50
## Resolution
51
51
52
-
Downgrade the ODBC Driver for SQL Server to [version 18.5.2.1](/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows?view=sql-server-ver17#1852) or use a [version 18.4.1.1](/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows?view=sql-server-ver17#184) being included with Configuration Manager version 2503 and later as Redistributable content.
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.
53
53
54
54
## More information
55
55
56
-
There are no security updates in ODBC Driver for SQL Server version 18.6.1.1. Microsoft plans resolving the issue in the next ODBC Driver for SQL Server release expected in the middle of 2026.
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.
57
57
58
58
See also: [Support lifecycle for Microsoft ODBC Driver for SQL Server](/sql/connect/odbc/support-lifecycle)
0 commit comments