Microsoft KB Archive/931755

From BetaArchive Wiki
Knowledge Base


WSUS clients may receive invalid responses from a Windows Server 2003 SP1-based computer that is running WSUS, and the clients cannot connect to the WSUS server

Article ID: 931755

Article Last Modified on 10/11/2007



APPLIES TO

  • Microsoft Internet Information Services 6.0, when used with:
    • Microsoft Windows Server 2003, Datacenter x64 Edition
    • Microsoft Windows Server 2003, Enterprise x64 Edition
    • Microsoft Windows Server 2003, Standard x64 Edition
    • Microsoft Windows Server 2003 SP1



SYMPTOMS

Windows Server Update Services (WSUS) clients try to connect to a Microsoft Windows Server 2003 Service Pack 1 (SP1)-based computer that is running WSUS. When the WSUS clients try to connect, the WSUS server may send invalid responses. Therefore, the WSUS clients cannot establish a connection with the WSUS server because the WSUS clients received invalid responses.

CAUSE

This problem occurs because of a race condition that occurs in the Microsoft Internet Information Service (IIS) 6.0 HTTP service.

RESOLUTION

To resolve this problem, install the hotfix that is described in the Microsoft Knowledge Base article 898708. For more information about the KB898708 hotfix, click the following article number to view the article in the Microsoft Knowledge Base:

898708 IIS 6.0 may send an "HTTP 100 Continue" response in the middle of the response stream when you send a POST request


WORKAROUND

To work around this issue, follow these steps on the WSUS server:

  1. Disable HTTP compression in IIS 6.0.


Note For information about how to disable and to enable HTTP compression in IIS 6.0, see the "More Information" section.

  1. Click Start, click Run, type %windir%\system32\inetsrv, and then click OK.
  2. In the Inetsrv folder, locate and right-click the suscomp.dll file, and then click Rename.
  3. Type suscompold.dll, and then press ENTER.
  4. Close the Inetsrv folder.
  5. Click Start, click Run, type cmd, and then click OK.
  6. To restart IIS, type iisreset at the command prompt, and then press ENTER.
  7. To stop WSUS, type net stop wsusservice at the command prompt, and then press ENTER.
  8. To start WSUS, type net start wsusservice at the command prompt, and then press ENTER.
  9. Close the Command Prompt window.
  10. Enable HTTP compression in IIS 6.0.


STATUS

Microsoft has confirmed that this is a problem in Internet Information Services 6.0. .

MORE INFORMATION

For information about how to enable and to disable HTTP compression, visit the following Microsoft Web site:

Keywords: kbtshoot kbexpertiseadvanced KB931755