Asked by:
distribution manager failed to install distribution point

Question
-
Hi, I am not able to distribute the package on two DP's in my Env. I have checked the user account also network team checked for the firewall issue or permission but seems everything is intact. We also rebooted the DP's Server. (These are virtual DP's)
Please help?
Thursday, May 23, 2019 9:13 AM
All replies
-
Thursday, May 23, 2019 1:27 PM
-
Hi, I am not able to distribute the package on two DP's in my Env. I have checked the user account also network team checked for the firewall issue or permission but seems everything is intact. We also rebooted the DP's Server. (These are virtual DP's)
Please help?
Garth Jones
Blog: https://www.enhansoft.com/blog Old Blog: https://sccmug.ca/
Twitter: @GarthMJ Book: System Center Configuration Manager Reporting Unleashed
Thursday, May 23, 2019 2:02 PM -
Have you checked the distmgr.log to find the detailed messages associated with the role's installation attempt?
Jason | https://home.configmgrftw.com | @jasonsandys
Thursday, May 23, 2019 2:09 PM -
Hi,
Did you add the site server account as a local admin on the two DP server? If you don't specify an account, then the computer account from the SCCM server will be used to try install the roles. You can add the SCCM server to the local admin of the server that is going to be used as a DP and that should fix the insufficient rights or you can specify an account.
Regards,
Allen
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
- Edited by Allen LioMicrosoft contingent staff Friday, May 24, 2019 6:21 AM
Friday, May 24, 2019 6:20 AM -
Hi,
Check distmgr.log for any error, Also go through the below blog and ensure all prerequisites are met for DP installation,
https://www.systemcenterdudes.com/sccm-2012-distribution-point-installationIf you get 0x800706BA error on distmgr.log , its related with WMI or RPC error
Copy smsdpprov.mof from site server and run the following command on DP
mofcomp.exe smsdpprov.mofFriday, May 24, 2019 8:39 AM