|
|
Hi. Thanks for taking a look at my issue.
Our workstations were recently migrated to a new domain. We organize our WSUS clients by GPO. The new GPO for the new domain, which mirrored the previous domain's WSUS GPO, has had mixed results. All that I've troubleshot show correct WSUS GPO settings in the registry.
However, some of the workstations are giving me these errors in the WindowsUpdate logs:
----------------------------------------
2007-05-23 17:23:03 504 348 DnldMgr FATAL: BITS service was not fixed up and thus CCI was not reattempted. (hr = 80070005) 2007-05-23 17:23:03 504 348 DnldMgr FATAL: Failed to connect to the BITS service; unable to start new downloads or interact with existing download jobs. (hr = 80070005) 2007-05-23 17:23:03 504 348 DnldMgr FATAL: DM:CAgentDownloadManager::GetDownloadDataAndHandler: GetBitsManager failed with 0x80246008. 2007-05-23 17:23:03 504 348 DnldMgr FATAL: DM:CAgentDownloadManager::GenerateAllDownloadRequests: GetDownloadDataAndHandler failed with 0x80246008. 2007-05-23 17:23:03 504 348 DnldMgr Error 0x80246008 occurred while downloading update; notifying dependent calls. 2007-05-23 17:23:03 504 348 DnldMgr WARNING: Extended error for reported error 80246008 = 80070005 2007-05-23 17:23:03 504 348 DnldMgr WARNING: Extended error for reported error 80246008 = 80070005
----------------------------------------------
It's clear something may be happening with BITS. Thinking it was an issue with the ACL on the BITS, I followed this article:
http://msmvps.com/blogs/athif/pages/68059.aspx
and tried this:
sc sdset bits
"D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)"
This actually seemed to work at first. I stopped then restarted the wuauserv service. It seemed to start downloading updates. Shortly thereafter, you see the BITS errors above.
When I try to start the BITS service now manually, I get this error:
------------------------------------------------------------
Windows could not start the Background Intelligent Transfer Service on Local Computer. For more information, review the System Event Log. (service specific error code is -2147467243)
-----------------------------------------------------------------
The System Event Log says this:
-------------------------------------------------------------
Event Type: Error Event Source: Service Control Manager Event Category: None Event ID: 7024 Date: 5/23/2007 Time: 6:12:20 PM User: N/A Computer: ############### Description: The Background Intelligent Transfer Service service terminated with service-specific error 2147500053 (0x80004015).
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
----------------------------------------------------------------------------
My search on that error has produced little results. Maybe I'm looking in the wrong place, I don't know. The BITS is dependent on RPC, which is now set to run as a Network Service. I can verify that before the move, RPC was running under Local System. Could this be the problem?
Any assistance would be greatly appreciated. Thanks.
|
|
|