Skip to content

Commit cefaeb1

Browse files
author
Pavel Yurenev
committed
File rename, link fixes and symptoms refining
1 parent 6c6c202 commit cefaeb1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

support/mem/configmgr/setup-migrate-backup-recovery/update-ODBC-18611-causes-issues-in-Configmgr.md renamed to support/mem/configmgr/setup-migrate-backup-recovery/update-odbc-18611-causes-issues-configmgr.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: sap:Configuration Manager Setup, High Availability, Migration and Rec
1212

1313
## Symptoms
1414

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

1717
```output
1818
INFO: Database watermark:
@@ -28,7 +28,7 @@ After you install the [Microsoft ODBC driver for SQL Server on Windows version 1
2828
ERROR: Failed to import Asset Intelligence data into the site database.
2929
```
3030

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

3333
```output
3434
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
4545

4646
## Cause
4747

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

5050
## Resolution
5151

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

5454
## More information
5555

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

5858
See also: [Support lifecycle for Microsoft ODBC Driver for SQL Server](/sql/connect/odbc/support-lifecycle)

0 commit comments

Comments
 (0)