CcmSetup failed with error code 0x80004005

ryosk25 521 Reputation points
2021-09-14T06:13:34.787+00:00

I'm using 2107 configuration manager
The agent is installed by push installation.

The following log is output on some terminals, and I am having trouble installing the agent.

Do you know any workaround?

131769-image.png

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
965 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Garth 5,801 Reputation points
    2021-09-14T10:16:35.3+00:00

    It looks like there is a problem with bits, did you look at the event viewer? Is bits healthy?

    0 comments No comments

  2. Amandayou-MSFT 11,046 Reputation points
    2021-09-15T09:28:07.18+00:00

    Hi @ryosk25 ,

    It seems like misconfigured IIS. We could remove IIS and install making sure we include each of the following

    1. Please add the following Server Roles by selecting them from the list:

    --->Web Server (IIS)

    -->Common HTTP Features

    Default Document

    Directory Browsing

    HTTP Errors

    Static Content

    HTTP Redirection

    ->Health and Diagnostics

    HTTP Logging

    Logging Tools

    Request Monitor

    Tracing

    --->Performance

    ->Static Content Compression

    ->Dynamic Content Compression

    --->Security

    Request Filtering

    Basic Authentication

    Client Certificate Mapping Authentication

    IP and Domain Restrictions

    URL Authorization

    Windows Authorization

    --->Application Development

    .NET Extensibility 3.5

    .NET Extensibility 4.5

    ASP

    ASP.NET 3.5

    ASP.NET 4.5

    ISAPI Extensions

    ISAPI Filters

    Server Side Includes

    --->FTP Server

    FTP Service
    --->Management Tools

    IIS Management Console

    IIS 6 Management Compatibility

    IIS 6 Metabase Compatibility

    IIS 6 Management Console

    IIS 6 Scripting Tools

    IIS 6 WMI Compatibility

    IIS 6 Management Scripts and Tools

    Management Service

    1. Add the following Features by selecting them from the list:

    Background Intelligent Transfer Service (BITS)

    IIS Server Extension
    Remote Server Administration Tools

    Feature Administration Tools

    BITS Server Extensions Tools

    Then on the Management point go to the management point role and switched from HTTP to HTTPS, let it try and install and fail, and then switched it back. Monitor the MPSetup.log to check when this had installed.


    If the response 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