Hi @ all
ich habe ein Problem mit meinem WSUS, der einfach keine Update herunterladen möchte. Die Synchronisation läuft normal durch und auch die Clients melden sich.
Ich bekomme in der Ereignisanzeige folgenden Fehler:
Inhaltdateisynchronisierung ist fehlgeschlagen. Ursache: Der Server unterstützt das erforderliche HTTP-Protokoll nicht. Der Server muss den Bereichsprotokollheader unterstützen, damit BITS ausgeführt werden kann.
Quelldatei: /msdownload/update/v3-19990518/cabpool/q815021_wxp_sp2_x86_deu_edc200602bd6d5837
7b9ec211fcbc34.exe Zieldatei: c:\WSUS\WsusContent\97\2463251429EB083539E9995E3CEB3D032D444597.exe.
Darauf hin hatte ich diesen Beitrag gefunden:
If synchronization of update files to your WSUS server fails, you might see the following message in the corresponding event log:
Content file download failed. Reason: The server does not support the necessary HTTP protocol. Background Intelligent Transfer Service (BITS) requires that the server support the Range protocol header.Source File: /msdownload/update/v3-19990518/cabpool/windows2000-kb873339-x86-enu_500e4656b4f0
ca3431565631989090bbeeb74bcc.exe Destination File: %drive%\wsus\WsusContent\WsusContent\CC\500E4656B4F0CA3431565631989090BBEEB74BCC
.EXE.
This problem occurs if your proxy environment doesn't support HTTP 1.1 Protocol. You can manually work around this by running the following commands at the command prompt to configure BITS.
To resolve this issue:
1.
Type: net stop WSUSService, and then press ENTER.
2.
Type: "%programfiles%\Update Services\tools\osql\osql.exe" -S SQL_InstanceName -E -b -n ?Q "USE SUSDB update tbConfigurationC set BitsDownloadPriorityForeground=1" and then press ENTER.
3.
Type: net start WSUSService.
4.
Close the command prompt window and retry synchronization: in the WSUS console, click Options, click Synchronization Options, and then under Tasks, click Synchronize now
Aber nun habe ich das problem dass ich auf meinem WSUS (frische installiert) diese "osql.exe" nicht zur Verfügung stehen habe.

- ich hoffe einer von euch hat eine Lösung für mein Problem