Skip to content

Commit 7be3aac

Browse files
authored
Merge pull request #9679 from MicrosoftDocs/2022-2025-pijocoder-090925
small updates to RML utils
2 parents 1e64fe1 + 3ead12c commit 7be3aac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/sql/tools/replay-markup-language-utility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Replay Markup Language Utilities
33
description: This article discusses a group of tools that are used by support professionals to troubleshoot SQL Server.
4-
ms.date: 05/08/2025
4+
ms.date: 09/09/2025
55
ms.custom: sap:SQL Server Management, Query and Data Tools
66
ms.reviewer: sureshka, jopilov, toddhayn, troymoen, v-jayaramanp
77
---
@@ -135,7 +135,7 @@ If you plan to analyze Extended Event files (_*.xel_), make sure that [Visual C+
135135

136136
|Issue|Resolution|
137137
|------|---|
138-
|ReadTrace encounters an error "Unable to connect to the specified server. Initial HRESULT: 0x80040154" on machines where SQL Server isn't installed or only SQL Server 2022 is installed|Fixed in version 09.04.0103. As a workaround, you can install SQL Server Native Client or another version of SQL Server. HRESULT 0x80040154 REGDB_E_CLASSNOTREG Class not registered is a header file *winerror.h* that means a COM component isn't registered because likely it isn't installed. It happens because SQL Server 2022 doesn't ship the SQL Server Native Client.|
138+
|ReadTrace encounters an error "Unable to connect to the specified server. Initial HRESULT: 0x80040154" on machines where SQL Server isn't installed or only SQL Server 2022 or later version is installed|Fixed in version 09.04.0103. As a workaround, you can install SQL Server Native Client or another version of SQL Server. HRESULT 0x80040154 REGDB_E_CLASSNOTREG Class not registered is a header file *winerror.h* that means a COM component isn't registered because likely it isn't installed. It happens because SQL Server 2022 and later version don't ship the SQL Server Native Client.|
139139
|ReadTrace encounters "ERROR: Event runtime check: Detected missing column [cached_text] in event [sp_cache_remove] at event sequence 209494"|Fixed in version 09.04.0102. As a workaround, you can add trace flags (`-T28 -T29`) to the ReadTrace command line.|
140140
|Reporter encounters "Could not load file or assembly 'Reporter, Version=9.4.10000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)"|Fixed in version 09.04.0102. As a workaround, you can create the following registry key to override the strong name verification: `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\StrongName\Verification\Reporter,31BF3856AD364E35`.|
141141
|ReadTrace fails with error "Unable to connect to the specified server. Initial HRESULT: 0x80040154". Ostress fails with error "Attempt to establish connection failed. SSL Security error.".|See instructions to [Install SQL Server Native Client](/sql/relational-databases/native-client/applications/installing-sql-server-native-client).|

0 commit comments

Comments
 (0)