수정 방법 구성 관리자 0x800706BA Failed to Install 분포 지점.
Check the distmgr.log file. If you see the lineDPConnection::ConnectWMI() – Failed to connect toserver name this means that the SCCM server is unable to connect to the WMI namespace on the target machine which is why the installation of the distribution point is failing. You would also see an 오류 that readsFailed to install DP files on the remote DP 오류 code=1722.
You need to parse a MOF file on the target server on which you are installing the 분포 지점 role. You need to look forsmsdpprov.mof file which is found in<drive:>\Program Files\Microsoft\Configuration Manager\bin\X64 in your primary site server. Copy it to any drive or in a folder on the target DP server.
Run the command prompt (명령) as administrator and execute the following command.
mofcomp.exe smsdpprov.mof
This will create the WMI namespace and after this step, you should be able to install the DP without any issues.
Note: it can initially fail in the 분포 지점 Configuration section in monitoring.