The search returned 16 results

by Jarnaud
April 28, 2026 - 09:38
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Bone Deployment Problem
Answers: 4
Views : 3713

Re: Bone deployment problem

Hello,

Is the waptagent.exe binary present in your Wapt server's web interface?
Is it the same version as the watpsetup.exe binary?

You could also check this forum; the problem seems quite similar.
viewtopic.php?t=4368

Best regards
by Jarnaud
April 22, 2026 - 2:55 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Inventory problem in Wapt
Answers: 3
Views : 3125

Re: Inventory problem in Wapt

Hello,

Yes, indeed, the message indicates that the certificate you are currently using in your console is not recognized by the machine.
You can view the certificate currently used by your console by going to Tools > Preferences and looking at the line...
by Jarnaud
March 10, 2026 - 10:32
Forum: Reporting - SQL Queries
Subject: [RESOLVED] Audit result report for package tis-verif-secureboot-uefi-ca-2023
Answers: 2
Views : 8118

Re: Audit result report for package tis-verif-secureboot-uefi-ca-2023

Hello,

the "tis-verif-secureboot-uefi-ca-2023" package, once installed on a machine, generates specific audit data.
You can drag and drop this data into your inventory columns to view and sort a large number of machines.

You can use this...
by Jarnaud
December 8, 2025 - 3:21 PM
Forum: Reporting - SQL Queries
Subject: Reporting position with the following dependency
Answers: 1
Views : 54561

Re: Reporting position with dependency

Good morning,

Can you try this query?

Code: Select all

SELECT DISTINCT
    h.computer_name AS hostname
FROM
    hosts h
JOIN
    hostpackagesstatus hp ON h.uuid = hp.host_id
WHERE
    'PAQUET-YYY' = ANY(hp.depends);
Does this answer your question?

Yours sincerely
by Jarnaud
October 14, 2025 - 5:47 PM
Forum: Reporting - SQL Queries
Subject: [RESOLVED] Displaying query
Answers: 6
Views : 35445

Re: Displaying query

Hello,

if you wish to use the software inventory, you can refer to this section of the WAPT documentation:
https://www.wapt.fr/fr/doc/wapt-console-usage-advanced-reporting.html#normalizing-software-names
Then
https://www.wapt.fr/fr/doc/wapt-console-usage-advanced-reporting ...
by Jarnaud
October 9, 2025 - 4:36 PM
Forum: Reporting - SQL Queries
Subject: [RESOLVED] Duplicate SQL query for host
Answers: 5
Views : 46124

Re: Duplicate SQL query host

Hello,

We have taken the time to document the method in the official documentation:
https://www.wapt.fr/fr/doc/wapt-console ... entory-tab

Have a good day
by Jarnaud
May 14, 2025 - 09:50
Forum: WAPT Server
Subject: [RESOLVED] Web access after 2FA activation
Answers: 2
Views : 7167

Re: Web access after 2FA activation

Hello,

Yes, this is normal because you need to change how you enter your password.

You can find this information in our documentation:
https://www.wapt.fr/fr/doc/wapt-console-usage-advanced.html#multi-factor-authentication-by-wapt-console

The relevant section...
by Jarnaud
April 30, 2025 - 09:22
Forum: WAPT Server
Subject: [SOLVED] WADS Linux
Answers: 8
Views : 15882

Re: WADS Linux

Hello,

We've added a guide for Linux deployment to the documentation.
Here's the link: https://www.wapt.fr/fr/doc/quickstart-w ... linux.html.

Best regards
by Jarnaud
April 15, 2025 - 12:08
Forum: WAPT Packages
Subject: [RESOLVED] Self-service: Chrome uninstallation
Answers: 7
Views : 8780

Re: Self-service: Chrome uninstallation

Hello,

I see that you have support from Tranquil IT, so I invite you to submit a ticket to us.
We can then use remote access to resolve this issue.

Sincerely,
by Jarnaud
April 4, 2025 - 9:38 AM
Forum: WAPT Packages
Subject: [RESOLVED] Self-service: Chrome uninstallation
Answers: 7
Views : 8780

Re: Self-service: Chrome uninstallation

Hello,

Is Chrome installed as a dependency on your machines?
If so, that explains why we can't uninstall the package. Since it's listed as a dependency on the system, it remains installed.

Best regards