Hello,
we would like clients to be able to install WSL 2 on their machines independently.
After testing the following two packages:
tis-wsl2 and
tis-wsl2-ubuntu,
administrative rights are required to finalize the installation:
Droid-ADM-WSL.png.
Do you know if there is...
The search returned 19 results
- June 10, 2026 - 3:50 PM
- Forum: WAPT Packages
- Subject: Administrator Rights Required
- Answers: 3
- Views : 2834
- June 10, 2026 - 2:11 PM
- Forum: WAPT Server
- Subject: [RESOLVED] WAPT 2.6.1 – Direct upgrade to version 17813 or mandatory intermediate step via 17765
- Answers: 2
- Views : 2059
Re: WAPT 2.6.1 – Direct upgrade to version 17813 or mandatory intermediate step via 17765
Thank you for your feedback.
Sincerely,
Pierre-Alexis DEQUIDT
Sincerely,
Pierre-Alexis DEQUIDT
- June 10, 2026 - 07:58
- Forum: WAPT Server
- Subject: [RESOLVED] WAPT 2.6.1 – Direct upgrade to version 17813 or mandatory intermediate step via 17765
- Answers: 2
- Views : 2059
[RESOLVED] WAPT 2.6.1 – Direct upgrade to version 17813 or mandatory intermediate step via 17765
Hello,
We have a WAPT infrastructure consisting of a main server and 10 secondary repositories.
Currently, our platform is running version 2.6.1.17705, which is two versions behind the latest available version:
Screenshot 2026-06-10 075233 ...
We have a WAPT infrastructure consisting of a main server and 10 secondary repositories.
Currently, our platform is running version 2.6.1.17705, which is two versions behind the latest available version:
Screenshot 2026-06-10 075233 ...
- May 4, 2026 - 4:25 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT Selfservice: Error 666
- Answers: 4
- Views : 7185
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...
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...
- April 30, 2026 - 11:44
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT Selfservice: Error 666
- Answers: 4
- Views : 7185
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...
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...
- April 29, 2026 - 07:48
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT Selfservice: Error 666
- Answers: 4
- Views : 7185
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...
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...
- December 3, 2025 - 8:08 AM
- Forum: Reporting - SQL Queries
- Subject: Reporting position with the following dependency
- Answers: 1
- Views : 56485
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...
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...
- 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 : 12394
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
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
- 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 : 12394
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?
(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?
- 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 : 12394
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 ...
Here's the output of the commands:
>>> from waptservice.service import get_allowed_domain_usergroups
>>> get_allowed_domain_usergroups('username',['groupname'])
[]
>>> get_allowed ...
