Page 1 of 1

[RESOLVED] WAPT server not downloading updates

Published: Dec 17, 2019 - 3:36 PM
by mart03
Specify the installed WAPT version (1.7.4)
Specify the server's OS (Linux) and version (Debian Stretch)
* Specify the operating system of the machine used for administration/package creation (Windows 10)

Good morning,

Since Monday, my WAPT server has stopped downloading updates; here is the error message:

Downloading http://dl.delivery.mp.microsoft.com/fil ... df827f.cab

Code: Select all

ERROR: skipping download http://dl.delivery.mp.microsoft.com/filestreamingservice/files/55dbdd56-1d8f-4071-8662-86e9d3b33a71/public/windows10.0-kb4530684-x64_f29fa6a3a4d91762c10de13e0f29a3017adf827f.cab, reason: HTTPError: 404 Client Error: Not Found for url: https://XXX.XXX.dc/waptwua/filestreamingservice/files/55dbdd56-1d8f-4071-8662-86e9d3b33a71/public/windows10.0-kb4530684-x64_f29fa6a3a4d91762c10de13e0f29a3017adf827f.cab
Missing update packages: [u'http://dl.delivery.mp.microsoft.com/filestreamingservice/files/55dbdd56-1d8f-4071-8662-86e9d3b33a71/public/windows10.0-kb4530684-x64_f29fa6a3a4d91762c10de13e0f29a3017adf827f.cab']
Do you know where this could be coming from?

THANKS

Re: WAPT server not downloading updates

Published: Dec 17, 2019 - 4:01 PM
by htouvet
Microsoft seems to be increasingly using dl.delivery.mp.microsoft.com/filestreamingservice, even for offline updates.

Initially, we hard-coded this URL into the WaptWua code because it was storing hundreds of URLs for large online Windows 10 updates in the database when scanning machines without necessarily performing the updates with Wapt, thus cluttering the database.

Since this is becoming a "normal" channel for offline updates, we're going to modify the Wapt code. The fix is ​​in progress.

[SOLVED] Re: WAPT server not downloading updates

Published: Dec 17, 2019 - 4:22 PM
by mart03
Great, thank you for your reply!

Re: WAPT server not downloading updates

Published: Dec 19, 2019 - 6:31 PM
by sfonteneau
A new version of wapt enterprise, 1.7.4.6243, is available.

There are a few nuances to this update:
  • If you are using Linux, don't forget to run postconf at the end of the server installation (it is necessary).
  • Once the installation is complete, click on "Download the missing index and CABs from the MS website" in the Windows Update tab -> List of Windows updates
  • For users of remote WAPT repositories, please note: This new version will move all cab, msi, msu, etc. files into a subfolder of waptwua, directly to the root of the waptwua folder. This will trigger a massive re-download to your remote repositories during synchronization. We apologize for any inconvenience this may cause.
Once this is done, the classic operating mode: (scan on the workstations -> download of the missing cabs by the wapt server -> installation) should work correctly again.

Simon