The search returned 56 results

by flipflip
June 16, 2025 - 2:49 PM
Forum: WAPT Server
Subject: [RESOLVED] Migration to a new server
Answers: 2
Views : 15482

[RESOLVED] Migration to a new server

Hello everyone,

I'm using wapt 2.5 on a Debian 11.10 system. I want to migrate to a new server running Debian 12.11 (a fresh installation on a new infrastructure).

On the new server, I've installed wapt 2.5 (and I'll update to 2.6 later), and I thought I'd copy the folders...
by flipflip
April 23, 2025 - 4:11 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Move cache directory
Answers: 3
Views : 6958

Re: Moving cache directory

Thank you for your answers.
PS: How big is the C: drive to be full with 600MB? :roll:
No, there were other culprits involved. The hidden directory was in the wrong place at the wrong time ;)

I'm going to try to plan a switch to 2.6 quickly.

THANKS.
by flipflip
April 23, 2025 - 2:44 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Move cache directory
Answers: 3
Views : 6958

[SOLVED] Move cache directory

Hello everyone,

I've been using Wapt for several months now and it's still just as convenient!

This morning, while trying to update the packages from my console, I realized that my C: drive is full (Wapt and the console are installed on it). I did some digging and found...
by flipflip
January 7, 2025 - 3:38 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Expired Certificate
Answers: 7
Views : 6506

Re: Expired Certificate

Could you click the "Retrieve HTTPS Server Certificate" button to force the retrieval of the correct certificate?

Sometimes the simplest solutions are the best ;)

I renamed the old certificate and clicked on Retrieve Certificate... And magically, it's all good now...
by flipflip
January 7, 2025 - 10:22
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Expired Certificate
Answers: 7
Views : 6506

Re: Expired Certificate

Hello,

This morning there were no connection problems with the different hosts.

I reset my console to its initial configuration to retrieve the certificate stored in C:\Users\xxxxxx\AppData\Local\waptconsole\ssl\server\xxxxx.crt, which is still invalid due to the expiration date...
by flipflip
January 6, 2025 - 5:33 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Expired Certificate
Answers: 7
Views : 6506

Re: Expired Certificate

Thank you for your reply.

On my PC with the agent deployed a few weeks ago, I have the following configuration:


global
use_hostpackages=1
use_kerberos=0
max_gpo_script_wait=180
pre_shutdown_timeout=180
hiberboot_enabled=0
repo_url=https://xxxxx/wapt
wapt_server=https://xxxxx
verify_cert=C:\Program Files ...
by flipflip
January 6, 2025 - 3:52 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Expired Certificate
Answers: 7
Views : 6506

[RESOLVED] Expired certificate

Hello everyone and Happy New Year!

Since this morning I haven't been able to connect using the console, and after some investigation, it seems to be a problem with the server-side certificate.

The

certificate has expired, and I haven't been able to find any information in the documentation on how to regenerate it without access to the console...
by flipflip
October 16, 2024 - 4:16 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Office license inventory
Answers: 1
Views : 2237

Office license inventory

Hello everyone,

I need to take an inventory of the Office license keys installed across my network to check compliance. Is there a way to retrieve these keys using Wapt?

I've found several programs, but they require going through each PC individually, and since I'm a big...
by flipflip
October 10, 2024 - 09:07
Forum: WAPT Packages
Subject: [SOLVED] Adding a non-msi or non-exe file to a package
Answers: 3
Views : 2565

Re: Adding a non-msi or non-exe file to a package

Hello, thank you for your reply.

Okay, I thought adding it to PyScripter automatically added it to the package's development directory.

Philippe.
by flipflip
October 9, 2024 - 3:18 PM
Forum: WAPT Packages
Subject: [SOLVED] Adding a non-msi or non-exe file to a package
Answers: 3
Views : 2565

[SOLVED] Adding a non-msi or non-exe file to a package

Hello everyone,

I'm finally getting started with creating WAPT packages, and my first one is very simple. It consists of copying a file (a batch script) into a folder created specifically for this purpose.

In PyScripter, I add it to my project, and in the `install()` function of `setup.py`, I copy it using `filecopyto()`

. (2024-10-09 ...)