Hi,
I'm testing the enterprise version, specifically the WUA section.
I'm having trouble with updates that won't download. I'm behind a proxy server, and I'm not sure where to specify that... Also, since there were download errors, I can't force the download; no downloads will start at all.
Finally, a minor bug, but I thought I'd mention it: in the Windows Update downloads section, if I delete a record, it reappears as soon as I switch tabs and come back...
That's all.
Thanks for your help!
Best regards,
Guillaume
WUA
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
For the downloading part, you might need to add a proxy declaration on the server
file /opt/wapt/waptserver.ini
Add something like this:
and restart the waptserver and wapttasks services
The feature to delete Windows updates not included in the grids was added in version 1.7.1.1 (in the nightly builds...)
Thank you for the feedback.
file /opt/wapt/waptserver.ini
Add something like this:
Code: Select all
http_proxy=http://proxy.mondomaine.local:3128Code: Select all
systemctl restart waptserver
systemctl restart wapttasks
The feature to delete Windows updates not included in the grids was added in version 1.7.1.1 (in the nightly builds...)
Thank you for the feedback.
Tranquil IT
Hi,
thanks for the info.
I'm getting some strange behavior when I click on "Trigger the scan of missing updates." The computer appears as RUNNING on the console, but nothing happens on the client side.
There's nothing in the logs...
It's very strange... any ideas?
Thanks in advance.
thanks for the info.
I'm getting some strange behavior when I click on "Trigger the scan of missing updates." The computer appears as RUNNING on the console, but nothing happens on the client side.
There's nothing in the logs...
It's very strange... any ideas?
Thanks in advance.
