Skip to content

Commit e52bd4a

Browse files
authored
Clarify HResult error message in documentation
1 parent be906a7 commit e52bd4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/sql/database-engine/install/windows/error-rpc-server-unavailable-provisioning-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following example log entry shows a failure that occurs during a service acc
5050

5151
This log entry shows that the [System.DirectoryServices.DirectoryEntries.Find()](/dotnet/api/system.directoryservices.directoryentries.find) method fails and returns the error message, `The RPC server is unavailable`.
5252

53-
You can look up the HResult error, `0x800706ba`, by using the `Certutil.exe` command line tool:
53+
You can look up the "HResult" error, `0x800706ba`, by using the Certutil.exe command line tool:
5454

5555
```cmd
5656
certutil /error 0x800706ba

0 commit comments

Comments
 (0)