The search returned 6 results

by Tristan
October 4, 2024 - 9:20 AM
Forum: WAPT Packages
Subject: [SOLVED] Error installing watpdev dependency
Answers: 4
Views : 3004

Re: Error installing watpdev dependency

UPDATE

Problem solved --> WAPT agent reinstalled on the affected machine
by Tristan
October 4, 2024 - 8:52 AM
Forum: WAPT Packages
Subject: [SOLVED] Error installing watpdev dependency
Answers: 4
Views : 3004

Re: Error installing watpdev dependency

Indeed, I had both in my repository. I just updated it, keeping only the x64 version. When I try to install it again, I still get the same error.

Here are the 7-Zip installation logs:
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py ...
by Tristan
October 3, 2024 - 11:30
Forum: WAPT Packages
Subject: [SOLVED] Error installing watpdev dependency
Answers: 4
Views : 3004

[SOLVED] Error installing watpdev dependency

Hello,

I'm planning to do some package development and followed the WAPT documentation's instructions to install the waptdev package. However, when installing the package on my PC (Windows 11), I get an error:

EWaptUnavailablePackage('Missing dependencies: %s' % (','.join ...
by Tristan
September 20, 2024 - 4:56 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WAPTDEPLOY GPO
Answers: 1
Views : 2442

GPO WAPTDEPLOY

Debian 12 Server
WAPT 2.5.5.15697

Hello,

We are encountering a problem deploying the WAPT agent via GPO on a site using a secondary repository. When we try to deploy the agent via GPO using waptdeploy.exe, it fails to install the agent.

When running...
by Tristan
June 20, 2024 - 10:46
Forum: WAPT Server
Subject: [SOLVED] WADS operation not supported error
Answers: 3
Views : 4787

[SOLVED] Re: WADS operation not supported error

After further research, I relaunched the post-installation script, making sure to enable the WADS service, which resolved my problem:

Code: Select all

opt/wapt/waptserver/scripts/postconf.sh
by Tristan
June 19, 2024 - 4:11 PM
Forum: WAPT Server
Subject: [SOLVED] WADS operation not supported error
Answers: 3
Views : 4787

[SOLVED] WADS operation not supported error

Hello,

we have WAPT Server running on Debian 12 and we want to use the WADS solution. We have configured the required DHCP options.

However, when booting the PC via IPXE, we get the following error: "Operation not supported".

After several searches and tests, we are still unable to find a solution...