12.0 Not Downloading WSUScn2.cab

12.0 Not Downloading WSUScn2.cab

Postby TMurrayISO » 31.03.2020, 17:14

Greetings,

Running 12.0 for the first time. Loving how it updates itself instead of going to the website. I started the download but I have gotten this for the past many hours

Code: Select all
--2020-03-30 22:32:43--  (try:17)  http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab
Connecting to download.windowsupdate.com (download.windowsupdate.com)|72.21.81.240|:80... failed: Unknown error.
Retrying.

--2020-03-30 22:33:14--  (try:18)  http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab
Connecting to download.windowsupdate.com (download.windowsupdate.com)|72.21.81.240|:80... failed: Unknown error.
Retrying.

--2020-03-30 22:33:45--  (try:19)  http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab
Connecting to download.windowsupdate.com (download.windowsupdate.com)|72.21.81.240|:80... failed: Unknown error.
Retrying.

--2020-03-30 22:56:05--  (try:20)  http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab
Connecting to download.windowsupdate.com (download.windowsupdate.com)|72.21.81.240|:80... failed: Unknown error.
Giving up.


ERROR: Download failure for w100 glb.

Note: To better help understanding this error, you can select and copy the last messages from this window using the context menu (right mouse click in the window).
Press any key to continue . . .


I can go directly to the link for that cab and download it from the same computer but the program can't. What's the deal?
TMurrayISO
 
Posts: 15
Joined: 18.04.2019, 13:54

Re: 12.0 Not Downloading WSUScn2.cab

Postby Dalai » 31.03.2020, 17:35

Are you behind some kind of proxy? If so, you need to tell WSUS Offline about that proxy. If not, maybe some firewall is blocking wget.exe from accessing the internet.

Regards
Dalai
Dalai
 
Posts: 1041
Joined: 12.07.2016, 21:00

Re: 12.0 Not Downloading WSUScn2.cab

Postby aker » 31.03.2020, 19:00

Working fine here:
Code: Select all
wget --spider http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab
Spider mode enabled. Check if remote file exists.
--2020-03-31 19:59:36--  http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab
Resolving download.windowsupdate.com (download.windowsupdate.com)... 2001:1900:2322:8f0d::1fe, 2001:1900:2322:8f01::1fe, 2001:1900:2322:5d00::1fe, ...
Connecting to download.windowsupdate.com (download.windowsupdate.com)|2001:1900:2322:8f0d::1fe|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 776304068 (740M) [application/vnd.ms-cab-compressed]
Remote file exists.
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Re: 12.0 Not Downloading WSUScn2.cab

Postby TMurrayISO » 01.04.2020, 21:25

Added a firewall rules for WGET. I can get the WSUS.cab but now I am getting this. I am not behind a proxy.

Code: Select all
--2020-04-01 16:15:53--  (try:16)  http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab
Connecting to download.windowsupdate.com (download.windowsupdate.com)|72.21.81.240|:80... failed: Unknown error.
Retrying.

--2020-04-01 16:16:24--  (try:17)  http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab
Connecting to download.windowsupdate.com (download.windowsupdate.com)|72.21.81.240|:80... failed: Unknown error.
Retrying.

--2020-04-01 16:16:55--  (try:18)  http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab
Connecting to download.windowsupdate.com (download.windowsupdate.com)|72.21.81.240|:80... failed: Unknown error.
Retrying.

--2020-04-01 16:17:26--  (try:19)  http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab
Connecting to download.windowsupdate.com (download.windowsupdate.com)|72.21.81.240|:80... failed: Unknown error.
Retrying.

--2020-04-01 16:17:57--  (try:20)  http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab
Connecting to download.windowsupdate.com (download.windowsupdate.com)|72.21.81.240|:80... failed: Unknown error.
Giving up.


ERROR: Download failure for ofc glb.

Note: To better help understanding this error, you can select and copy the last messages from this window using the context menu (right mouse click in the window).
Press any key to continue . . .
TMurrayISO
 
Posts: 15
Joined: 18.04.2019, 13:54

Re: 12.0 Not Downloading WSUScn2.cab

Postby Dalai » 01.04.2020, 22:34

It's still the same error. Did you add rules for both wget.exe and wget64.exe (if you're on Windows 64-bit)? If it still doesn't work, post the output of the following commands:
Code: Select all
tracert download.windowsupdate.com
wget.exe --spider download.windowsupdate.com
To be able to run the second command, open a command prompt in the wsusoffline\bin directory by (Shift+) right-clicking in its directory and selecting "Open command prompt here".

Regards
Dalai
Dalai
 
Posts: 1041
Joined: 12.07.2016, 21:00

Re: 12.0 Not Downloading WSUScn2.cab

Postby aker » 02.04.2020, 10:25

Could you check, if wget.exe/wget64.exe are allowed to acces the servers listed here:
:arrow: viewtopic.php?f=7&t=3863
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32


Return to Download

Who is online

Users browsing this forum: No registered users and 12 guests