The search returned 16 results

by PA DEQUIDT
May 4, 2026 - 4:25 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WAPT Selfservice: Error 666
Answers: 4
Views : 3267

Re: Selfservice WAPT: Error 666

Thank you for your feedback.

Is this a login/password issue on the self-service portal? ==> Yes, it's from the user session. We open the self-service portal, error 666 appears, we try to log in with our account (Authentication on the local self-service portal failed), then with an admin account...
by PA DEQUIDT
April 30, 2026 - 11:44
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WAPT Selfservice: Error 666
Answers: 4
Views : 3267

Re: Selfservice WAPT: Error 666

Hello,

Thank you for your feedback.

We are using the following version of WAPT: 2.6.1.17705.

All of our workstations have this value defined in: service_auth_type=filetoken.

The machines experiencing problems are indeed in our Active Directory and connected via Ethernet.

Best regards,

Pierre-Alexis...
by PA DEQUIDT
April 29, 2026 - 07:48
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WAPT Selfservice: Error 666
Answers: 4
Views : 3267

WAPT Self-Service: Error 666

WAPT Self-Service: Error 666

Hello,

We are encountering the following error on several of our client workstations:

When launching the self-service on the user's workstation, the self-service displays "No results." If the user attempts to log in again, the following message appears...
by PA DEQUIDT
December 3, 2025 - 8:08 AM
Forum: Reporting - SQL Queries
Subject: Reporting position with the following dependency
Answers: 1
Views : 54563

Reporting station with the following dependency

Hello,

I managed to build the report below so that it returns all packages that depend on the package PACKET-XXX:

SELECT DISTINCT
p.package
FROM
packages p,
unnest(p.depends) AS dep
WHERE
dep ILIKE '%%PAQUET-XXX%%';

However, I can't seem to...
by PA DEQUIDT
December 2, 2025 - 2:47 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Problem accessing Self-Service via Forticlient VPN
Answers: 6
Views : 11423

Re: Problem accessing Self-Service via FortiClient VPN

Hello,

Following the commands provided, we were able to deduce that the error stemmed from recurring requests to two of our old domain controllers.

Once the VMs were decommissioned, the service reached 100% availability again.

Thank you very much for your help.

Pierre-Alexis DEQUIDT
by PA DEQUIDT
November 24, 2025 - 09:33
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Problem accessing Self-Service via Forticlient VPN
Answers: 6
Views : 11423

Re: Problem accessing Self-Service via FortiClient VPN

The increased timeout results in an error half the time, corresponding to the accessibility of the self-service.

(import pyldap
print(pyldap.cldap_get_domain_info(timeout_ms=3000)['host_name']))

Increased_Timeout.png

Could the WAPT logs on the client machine provide further information?
by PA DEQUIDT
November 21, 2025 - 2:46 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Problem accessing Self-Service via Forticlient VPN
Answers: 6
Views : 11423

Re: Problem accessing Self-Service via FortiClient VPN

Sorry for the late reply. I rely on third parties, but my VPN is working perfectly :)

Here's the output of the commands:

>>> from waptservice.service import get_allowed_domain_usergroups
>>> get_allowed_domain_usergroups('username',['groupname'])
[]
>>> get_allowed ...
by PA DEQUIDT
November 19, 2025 - 08:37
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Problem accessing Self-Service via Forticlient VPN
Answers: 6
Views : 11423

Problem accessing Self-Service via FortiClient VPN

Hello,

We are experiencing the following issue with FortiClient VPN users.

Accessing their Self-Service interface while connected via the VPN displays no results, even though the machine is reachable via the console

(VPN_Error.png).

However, if we reconnect the...
by PA DEQUIDT
November 18, 2025 - 2:22 PM
Forum: WAPT Server
Subject: Synchronization Problem Between Primary and Secondary Repose Servers
Answers: 6
Views : 10029

Re: Problem synchronizing Primary and Secondary Repose Servers

Okay, thanks for the help.

Have a good day. :)
by PA DEQUIDT
November 17, 2025 - 3:17 PM
Forum: WAPT Server
Subject: Synchronization Problem Between Primary and Secondary Repose Servers
Answers: 6
Views : 10029

Re: Problem synchronizing Primary and Secondary Repose Servers

There's been some news: the WAPT packet synchronization was completed on November 17th, which is today, so that's good news :D

The order:

Code: Select all

cat /var/www/sync.json | jq
There was no corrective action, was there? Or was it enough to fix it?