mpsetup.log Failed to Install Pre Req CcmSetup. Return Code is 6

Boopathi S 3,806 Reputation points
2021-02-24T13:36:24.237+00:00

Hello,

Received the below error in one of the MP.
71520-1.jpg

Hence MP role was removed from the secondary site server and tried to install again. But below error received.
71525-2.jpg

Please help to solve the issue

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. SunnyNiu-MSFT 1,706 Reputation points
    2021-02-25T08:11:56.573+00:00

    @Boopathi S
    Based on the above description, it is difficult for us to determine the specific cause. Here is an answer to your question that hopefully you find helpful!

    1603 errors with MP reinstall may be due to the following three reasons according to different servers:
    1)HTTPS binding missing in IIS
    When using HTTP or HTTPS for Management points and other roles we need to bind http or https to the Default Web Site on the server before installing the role. We may open Internet Information Services(IIS) Manager, edit the bindings on the default web site and add the http or https binding and attach the appropriate certificate. Like below screenshot:
    71899-23.png

    2)Old WMI information from previous CM2007 client
    If the server we are using had been built by an older ConfigMgr 2007 OSD task sequence and as a result had the 2007 client installed. We may firstly check if there is any existing WMI information, please run the following powershell command: Get-WMIObject -namespace "root" -query "select * from __NameSpace where name = 'ccm'"

    If we see something like this:
    72031-24.png

    Then we may run this to delete it: Get-WMIObject -namespace "root" -query "select * from __NameSpace where name = 'ccm'" | remove-wmiobject

    If we had already installed the CM2012 client agent, then we will most likely need to reinstall it after removing the WMI information.

    3)BITS not installed correctly
    The solution here was to remove BITS, restart the server, and reinstall BITS.


    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.


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.