I was trying to install the Software Update Point site role on a remote computer, but it failed to install. After reviewing the logs I saw these error messages:
On the WSYNCMGR.log file located on the Primary server I got:
Sync failed: WSUS update source not found on site “SiteCode”. Please refer to WCM.log for configuration error details.. Source: getSiteUpdateSource
On the WCM.log file on the Primary server I had these messages:
Failed to create assembly name object for Microsoft.UpdateServices.Administration. Error = 0x80131701.
Remote configuration failed on WSUS Server.
On the SUPSetup.log file located on the Software Update Point server E:SMSLogs:
CTool::RegisterManagedBinary: Failed to register E:SMSbinx64wsusmsp.dll with .Net Fx 2.0
The fix was to:
- Remove the SUP role from the server
- Add the DWORD (OnlyUseLatestCLR = 1) to the SUP server registry key located at HKEY_LOCAL_MACHINESOFTWAREMICROSOFT.NETFRAMEWORK
- Install the SUP role again
- Once the installation was successful, I removed the registry key.
I hope that helps.