I'm trying to download offline updates from our local WSUS server and a local web proxy with version 10.2 but it doesn't work.
I read another old post which say to add an option "wsusbyproxy" into the UpdateGenerator.ini file but it still doesn't work.
The server where I use the software access without issue to the local WSUS through the webproxy. No network issue.
Here are a part of the .ini file and logs, if you can help.
INI :
- Code: Select all
[Miscellaneous]
proxy=http://10.30.52.254:8080
wsus=http://10.30.54.52
wsusbyproxy=Enabled
LOG FILE :
- Code: Select all
25/11/2015 9:59:00,57 - Info: Starting WSUS Offline Update download (v. 10.2) for w60 glb
25/11/2015 9:59:00,59 - Info: Option /includedotnet detected
25/11/2015 9:59:00,62 - Info: Option /verify detected
25/11/2015 9:59:00,65 - Info: Option /exitonerror detected
25/11/2015 9:59:00,68 - Info: Option /proxy detected
25/11/2015 9:59:00,71 - Info: Option /wsus detected
25/11/2015 9:59:00,74 - Info: Option /wsusbyproxy detected
25/11/2015 9:59:00,88 - Info: Set time zone to LOC-1:00
http://download.wsusoffline.net/StaticDownloadFiles-modified.txt:
2015-11-25 09:59:00 ERROR 404: Not Found.
25/11/2015 9:59:01,03 - Info: Updated static download definitions
25/11/2015 9:59:01,06 - Warning: Download of mkisofs tool failed
25/11/2015 9:59:01,12 - Error: Download failure for w60 glb
LOG DOS WINDOW :
- Code: Select all
Starting WSUS Offline Update download (v. 10.2) for w60 glb...
Cleaning up existing directories...
Updating static download definitions...
../static/StaticDownloadFiles-modified.txt: No such file or directory
No URLs found in ../static/StaticDownloadFiles-modified.txt.
Downloading/validating mkisofs tool...
--2015-11-25 11:24:35-- http://download.wsusoffline.net/mkisofs.exe
Connecting to 10.30.52.254:8080... connected.
Proxy request sent, awaiting response... 404 Not Found
2015-11-25 11:24:35 ERROR 404: Not Found.
Warning: Download of mkisofs tool failed.
Downloading Sysinternals' tools Autologon, Sigcheck and Streams...
--2015-11-25 11:24:35-- http://download.sysinternals.com/files/AutoLogon.zip
Connecting to 10.30.52.254:8080... connected.
Proxy request sent, awaiting response... 404 Not Found
2015-11-25 11:24:35 ERROR 404: Not Found.
--2015-11-25 11:24:35-- http://download.sysinternals.com/files/Sigcheck.zip
Connecting to 10.30.52.254:8080... connected.
Proxy request sent, awaiting response... 404 Not Found
2015-11-25 11:24:35 ERROR 404: Not Found.
--2015-11-25 11:24:35-- http://download.sysinternals.com/files/Streams.zip
Connecting to 10.30.52.254:8080... connected.
Proxy request sent, awaiting response... 404 Not Found
2015-11-25 11:24:35 ERROR 404: Not Found.
ERROR: Download failure for w60 glb.
Press any key to continue . . .
Thanks.
Regards.