Error 0x800f0922 when attemting to activate Windows feature http tracing - Application event log: "Microsoft.Windows.Cortana_cw5n1h2txyewy!CortanaUI failed with error"

NL 1 Reputation point
2020-11-10T12:53:14.733+00:00

I am activating Windows features on Datacenter Server 2016 as prerequisites for SharePoint 2019, following https://gallery.technet.microsoft.com/office/Install-SharePoint-2019-9297f528.

Please note, in some of the provided PowerShell scripts (.rar archive) some simple issues with character conversion need to fixed, first.

I am using PowerShell in order to activate Windows features.

Install-WindowsFeature NET-HTTP-Activation,NET-Non-HTTP-Activ,NET-WCF-Pipe-Activation45,NET-WCF-HTTP-Activation45,Web-Server,Web-WebServer,Web-Common-Http,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-App-Dev,Web-Asp-Net,Web-Asp-Net45,Web-Net-Ext,Web-Net-Ext45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Health,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Security,Web-Basic-Auth,Web-Windows-Auth,Web-Filtering,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Mgmt-Tools,Web-Mgmt-Console,WAS,WAS-Process-Model,WAS-NET-Environment,WAS-Config-APIs,Windows-Identity-Foundation,Xps-Viewer -IncludeManagementTools -Verbose –Source <source path to Windows Server install binaries>

This fails.

The actual issue can be narrowed down to:

Install-WindowsFeature web-http-tracing -includemanagementtools -verbose -source <source path to Windows Server install binaries>

Error

Install-WindowsFeature : The request to add or remove features on the specified server failed.

Installation of one or more roles, role services, or features failed. Error: 0x800f0922

At line:28 char:2

  • Install-WindowsFeature web-http-tracing -includemanagementtools -ver ...

The same error number occurs, when another method for feature activation used (Server Manager UI, IIS platform installer, DISM).

This is not very specific.

On the Applications event log I find an entry with Event 5963, that I cannot interpret for a Windows Server Machine:

Activation of app Microsoft.Windows.Cortana_cw5n1h2txyewy!CortanaUI failed with error: This app can't be activated by the Built-in Administrator. See the Microsoft-Windows-TWinUI/Operational log for additional information.

This can be reproduced, so likely it is more than a coincidence.

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,482 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,909 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,504 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 36,166 Reputation points Microsoft Vendor
    2020-11-11T08:39:45.477+00:00

    Hi,

    IIS is currently not supported in the Q&A forums, the supported products are listed over here https://learn.microsoft.com/en-us/answers/products (more to be added later on).
    You can ask the experts in the dedicated IIS forum over here:
    https://forums.iis.net/

    Best Regards,
    Ian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.