Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

You cannot download new updates from a server that is running Windows Server Update Services


View products that this article applies to.

Symptoms

You cannot download new updates from the server that is running Microsoft Windows Server Update Services (WSUS) even though that server has successfully downloaded new updates from an update source.

The event log contains an error message that resembles the following:


Event Type: Warning
Source: WUSyncService
Event Category: None
Event ID: 107
Date: 4/2/2004
Time: 7:17:36 AM
User: N/A
Computer: <computername>
Description: Software Update Services failed to load some configuration information. Examples of configuration information include: proxy server configuration, content location, and client locales to support. Because not all configuration information was loaded successfully, the default settings will be used instead.
User Action: To confirm your configuration, go to the Software Update Services Admin Web site (http://<YourServerName>/SUSAdmin), and click the Set options link.
Additional Data: One or more errors occurred while loading the settings file 'C:\inetpub\wwwroot\autoupdate\dictionaries\settings.txt'. (Error 0x80070057: The parameter is incorrect.)

↑ Back to the top


Cause

This problem occurs because WSUS jobs remain in the Background Intelligent Transfer Service (BITS) transfer queue.

↑ Back to the top


Resolution

To correct this problem, clear the queued jobs from the BITS transfer queue. To clear the queued jobs, follow these steps:
  1. In a new Notepad document, type or paste the following text:
    @echo off
    Rem Batch file to clear the BITS queued jobs
    Net stop bits
    Ipconfig /flushdns
    Ren "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr0.dat" 
    qmgr0.dat.old
    Ren "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr1.dat" 
    qmgr1.dat.old
    Net start bits
  2. Save the batch file as BITSReset.bat, and then exit Notepad.
  3. At a command prompt, type BITSReset.bat, and then press ENTER.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


References

For more information about WSUS, visit the following Microsoft Web site:

↑ Back to the top


Keywords: kbtshoot, kbprb, KB920649

↑ Back to the top

Article Info
Article ID : 920649
Revision : 5
Created on : 7/12/2006
Published on : 7/12/2006
Exists online : False
Views : 376