SCCM conquered!
Double post day =D
I was having a problem with my SCCM (System Center Configuration Manager) server syncing with the WSUS update point. I just installed SCCM and am in the process of setting it up to take over the SMS 2003 server. But no matter what I did, I couldnt get it to sync. WSUS synced fine if I ran a sync from there, but SCCM wouldnt sync. I checked logs and everything looked ok. I had the SMS_WSUS_SYNC_MANAGER log open and the error was really helpfull:
SMS WSUS Synchronization failed.
Message: WSUS server not configured.
Source: CWSyncMgr::DoSync.
The operating system reported error 2147500037: Unspecified error
Unspecified error. Real nice. After playing with everything I could find on the problem, I still didnt have it fixed. I accidentally closed that log and went back to open it up, and found the SMS_WSUS_CONFIGURATION_MANAGER service had errors. I opened up that log and got a much better error:
SMS WSUS Configuration Manager failed to configure upstream server settings on WSUS Server “COLOSSUS”.
I went to my favorite problem solving site/forums ( http://www.myitforum.com ) and did a search and found the answer right away. Did I mention I love that site? (that site is why I know about and went to the MMS conference in Vegas) So the problem was pretty simple to solve, and it only applies if you have your SCCM server and WSUS server on the same box. Here are the instructions:
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
3.Right-click Lsa, point to New, and then click DWORD Value.
4.Type DisableLoopbackCheck, and then press ENTER.
5.Right-click DisableLoopbackCheck, and then click Modify.
6.In the Value data box, type 1, and then click OK.
7.Quit Registry Editor, and then restart your computer.
Worked like a charm! Hopefully this helps someone else.