Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

SCCM WSUS sync error – Sync Failed – WSUS server

not configured
techuisitive.com/sccm-wsus-sync-error-sync-failed-wsus-server-not-configured

March 27, 2010

Consider the following scenario

The WSUS is installed on SCCM central site server.


The correct port is configured in Software Update Point setting.
No proxy server is in used.

I was getting following error in WSysncmgr.log file when initiating synchronization from
Configuration Manager console.

Sync failed: WSUS server not configured. Source: CWSyncMgr::DoSync

STATMSG: ID=6703 SEV=E LEV=M SOURCE=”SMS Server”


COMP=”SMS_WSUS_SYNC_MANAGER” SYS=SERVER1 SITE=BNG PID=1728
TID=3408 GMTDATE=Sat Apr 03 18:28:48.292 2010 ISTR0=”CWSyncMgr::DoSync”
ISTR1=”WSUS server not configured” ISTR2=”” ISTR3=”” ISTR4=”” ISTR5=”” ISTR6=””
ISTR7=”” ISTR8=”” ISTR9=”” NUMATTRS=0

I have gone through lots of articles but nothing worked for me. I have also verified the
configurations as described in the TechNet article. Everything was fine.

http://technet.microsoft.com/en-us/library/bb735874.aspx

Later I noticed the following error in wcm.log.

System.Net.WebException: The request failed with HTTP status 401: Unauthorized.~~  


at Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[]
args)~~   at
Microsoft.UpdateServices.Administration.AdminProxy.GetUpdateServer(String
serverName, Boolean useSecureConnection, Int32 portNumber)~~   at
Microsoft.SystemsManagementServer.WSUS.WSUSServer.ConnectToWSUSServer(String
ServerName, Boolean UseSSL, Int32 PortNumber)

The same time following error was appearing in the IIS log.

2010-04-03 19:06:44 W3SVC1 192.168.1.101 POST /ApiRemoting30/WebService.asmx


– 80 – 192.168.1.101 Mozilla/4.0+
(compatible;+MSIE+6.0;+MS+Web+Services+Client+Protocol+2.0.50727.42) 401 1 0

I searched for the error which was in IIS log and come to know about below article on
MyITForum.com.

1/3
http://www.myitforum.com/forums/tm.aspx?high=&m=172010&mpage=1#172010

The method 1 described in the http://support.microsoft.com/kb/896861 worked like a


charm.

Method 1

To set the DisableLoopbackCheck registry key yourself, follow these steps:

1. Click Start, click Run, type regedit, and then click OK.
2. In Registry Editor, locate and then click the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

1. Right-click Lsa, point to New, and then click DWORD Value.


2. Type DisableLoopbackCheck, and then press ENTER.
3. Right-click DisableLoopbackCheck, and then click Modify.
4. In the Value data box, type 1, and then click OK.
5. Quit Registry Editor, and then restart your computer.

Related Posts
SCCM Application Deployment Failed with Error 0x87d01106 | ConfigMgr
SCCM Client Installation Failed With Error Code 0x87d00215
PXE-E99: Unexpected network error – SCCM OSD
Configuration Manager OSD task sequence fails with error code 0x80004005
MECM OSD Task Sequence Failed with Error 0x80072EE7
SCCM Client Push Installation Failed with Error 0x800706ba
Failed to Add Update Source for WUAgent of type (2) and id ({ID). Error =
0x80004005
SCCM OSD – Domain Join Failed with Error code 0x54b on HP Elitebook 840 G8
ccmsetup failed with error code 0x87d00227
Fix Application Deployment error 0x87d00213 in ConfigMgr
CMG Connection Point Status Disconnected | SCCM | ConfigMgr
CMG Setup – Subscription ID drop down not populating
CMG Setup – Error when granting Contributor permission to the Azure AD app
Failed to connect with DP – Error Code 0x8004100e | ConfigMgr | SCCM
SCCM Client Installation Failed with error 0x87d0027e
ConfigMgr OSD – PXE Troubleshooting
SCCM WSUS sync error – Sync Failed – WSUS server not configured

Subscribe to Techuisitive Newsletter

Be the first to know about our new blog posts, Get our newsletter directly in your inbox
and stay up to date about Modern Desktop Management technologies and news.

Subscribe

2/3
Leave a Comment

Your email address will not be published. Required fields are marked *

3/3

You might also like