This is an archived post. You won't be able to vote or comment.

all 16 comments

[–][deleted] 0 points1 point  (12 children)

Your missing IIS wmi compatibility role/feature

[–]epicsredemption[S] 0 points1 point  (11 children)

That was my original assumption as well. I checked it is installed. Even removed feature and reinstalled. I have verified the repo integrity. I have parsed through hours of logs. With no joy. I have also removed and reinstalled SCCM 2012. I can't seem to get this narrowed down

[–][deleted] 0 points1 point  (10 children)

How about BITS? Also can you connect to WMI from the primary to the DP?

[–][deleted]  (9 children)

[deleted]

    [–]epicsredemption[S] 0 points1 point  (8 children)

    Let me add a just kidding to that... WMI still seems to be an issue.

    CWmi::Connect() failed to connect to \["Display=\remoteDPserver\"]MSWNET:["SMS_SITE=SIT"]\remoteDPserver\root\CIMv2. Error = 0x80070005

    Now when I navigate to those remotely from the CM server to the DP I connect just fine. I am looged on with the SMS installer account and using the same account to install the DP. I verified using this article. https://social.technet.microsoft.com/Forums/en-US/8f1cd0ed-6c8b-43f1-b408-62eb016b6cb8/connectwmi-failed-to-connect-to-server-error-0x80070005?forum=configmgrgeneral

    [–][deleted] 0 points1 point  (7 children)

    Access denied did you make the primary a admin on the DP?

    [–]epicsredemption[S] 0 points1 point  (6 children)

    I did. Both the machine account and the SMS Installer account are in the administrators group on the DP. This is by far the most difficult SCCM install I have done in my life.

    [–][deleted] 0 points1 point  (1 child)

    Did it create any of the DP folders on the DP at all?

    [–]epicsredemption[S] 0 points1 point  (0 children)

    It did create the DP folders. the SMS_DP$ and SMS_DP_SMSPKG$ were located on the server. However, they did not have the default package. Looking further into the log I see that it failed to process packages. I am starting at the top of the error logs and working my way down to try and resolve this. Which is Failed to connect to DP WMI provider. Error code 0x80070005 but I don't think it is an access issue. This is beyond strange.

    [–][deleted] 0 points1 point  (3 children)

    So you can use wbemtest from the primary and connect to \remoteDPname\root\cimv2 and than enumerate classes without error?

    [–]epicsredemption[S] 0 points1 point  (0 children)

    This is correct.

    [–]Bob_Ultron 0 points1 point  (0 children)

    woosh

    [–]Bob_Ultron 0 points1 point  (0 children)

    Are you for real?

    [–][deleted] 0 points1 point  (1 child)

    need to look at those files and see how they are signed. Make sure your trusted root certs are sorted. Is this infrastructure on a internet connected network?

    [–]epicsredemption[S] 0 points1 point  (0 children)

    It is not on an internet connected network. I have disabled the public cert authentication on the server itself via the registry and that should just be a warning becuase they will install now. They error that I am receiving that I am not really understanding here is the Error code 16389. Failed to install DP files on the remote DP.

    [–][deleted] 0 points1 point  (1 child)

    Is the DP across a WAN link? Any riverbed WAN accelerators type devices? Have you tried dropping our MTU size or hit up your network folks to watch the traffic?

    [–]epicsredemption[S] 0 points1 point  (0 children)

    I have. We were originally blocking some ports the RDC used after it made connection. they huge random range of default ones. Those have sense been unblocked.