Hello,
I'm currently experiencing the same issue across my network.
It only affects users working remotely who are using a VPN.
The network was recently migrated from version 1.8 to the latest version.
Could this be because the 1.8 agent was still installed on the machine at the time of the migration?
The search returned 15 results
- October 24, 2022 - 10:52
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: [SOLVED] 408 client error waptexit
- Answers: 3
- Views : 3902
- February 25, 2022 - 3:30 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Waptconsole menu greyed out on Windows 11
- Answers: 1
- Views : 2549
Waptconsole menu greyed out Windows 11
Hello,
Following a switch to Windows 11 for testing purposes, I no longer have access to certain menus in the WAPT console.
I no longer have access to:
- Check for updates
- Launch installations
- Install a package
- Force installation
- Uninstall a package
- Forget packages...
Following a switch to Windows 11 for testing purposes, I no longer have access to certain menus in the WAPT console.
I no longer have access to:
- Check for updates
- Launch installations
- Install a package
- Force installation
- Uninstall a package
- Forget packages...
- December 17, 2020 - 2:37 PM
- Forum: WAPT Packages
- Subject: Problem registering virtual workstations in WAPT
- Answers: 1
- Views : 2707
Re: Problem registering virtual workstations in WAPT
Hello,
I have several virtual machines on WAPT and I haven't encountered this problem.
It seems like a similar UUID issue.
WAPT identifies machines by their UUID and not by their name.
Have you tried running the command `wapt-get generate-uuid` on your virtual machine to see if...
I have several virtual machines on WAPT and I haven't encountered this problem.
It seems like a similar UUID issue.
WAPT identifies machines by their UUID and not by their name.
Have you tried running the command `wapt-get generate-uuid` on your virtual machine to see if...
- December 17, 2020 - 2:32 PM
- Forum: WAPT Packages
- Subject: User profile manipulation
- Answers: 2
- Views : 3561
Re: User profile manipulation
Hello,
when you test your package from PyScripter, the installation happens in your user's context.
When you run the installation on another machine, the installation happens as the SYSTEM user, which doesn't have a specific profile.
If you only have one user...
when you test your package from PyScripter, the installation happens in your user's context.
When you run the installation on another machine, the installation happens as the SYSTEM user, which doesn't have a specific profile.
If you only have one user...
- December 13, 2019 - 4:00 PM
- Forum: WAPT Packages
- Subject: [SOLVED] copytree2 function
- Answers: 2
- Views : 4080
Re: Copytree2 function
Hello,
from what I see in the function's documentation, it seems that `onreplace = default_overwrite` corresponds to what you're looking for. `
onreplace(func): callback func(src,dst): boolean called when a file will be replaced to decide what to do.
Default is to not replace if...`
from what I see in the function's documentation, it seems that `onreplace = default_overwrite` corresponds to what you're looking for. `
onreplace(func): callback func(src,dst): boolean called when a file will be replaced to decide what to do.
Default is to not replace if...`
- August 2, 2018 - 3:35 PM
- Forum: WAPT Server
- Subject: [RESOLVED] Remote site in a different time zone
- Answers: 1
- Views : 4540
[RESOLVED] Remote site in a different time zone
Hello,
on my WAPT console I'm uploading data from several remote sites, and one of them is in a different time zone, so they're still displaying the same clock and don't seem to be updating.
Is there a way to increase the `signature_clockskew` value without...
on my WAPT console I'm uploading data from several remote sites, and one of them is in a different time zone, so they're still displaying the same clock and don't seem to be updating.
Is there a way to increase the `signature_clockskew` value without...
- June 7, 2018 - 09:56
- Forum: WAPT Packages
- Subject: [RESOLVED] Certificate error during packet signing
- Answers: 1
- Views : 3494
Re: Certificate error during packet signing
Actually, it's all good!
I was trying to sign a package before building it.
I was trying to sign a package before building it.
- June 6, 2018 - 3:16 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] Certificate error during packet signing
- Answers: 1
- Views : 3494
[RESOLVED] Certificate error during packet signing
Hello,
I recently upgraded my WAPT server from version 1.3.13 to 1.5.1.23. Everything went smoothly except when I tried to update one of my packages; I received an error when attempting to sign it.
Signing packages D:\waptdev\c2e-nettoyage-temp-wapt
Personal certificate is ...
I recently upgraded my WAPT server from version 1.3.13 to 1.5.1.23. Everything went smoothly except when I tried to update one of my packages; I received an error when attempting to sign it.
Signing packages D:\waptdev\c2e-nettoyage-temp-wapt
Personal certificate is ...
- September 12, 2017 - 4:04 PM
- Forum: WAPT Server
- Subject: All posts appear as REACHABLE
- Answers: 0
- Views : 4138
All positions appear in REACHABLE
Hello,
For some time now, on my WAPT console, all devices appear as "REACHABLE" even though some are turned off.
I've tried scanning listening IPs and refreshing my console, but nothing has worked.
Is there a way to resolve this issue?
WAPT console: 1.3.12.13
WAPT server: 1.3.12...
For some time now, on my WAPT console, all devices appear as "REACHABLE" even though some are turned off.
I've tried scanning listening IPs and refreshing my console, but nothing has worked.
Is there a way to resolve this issue?
WAPT console: 1.3.12.13
WAPT server: 1.3.12...
- July 24, 2017 - 2:26 PM
- Forum: Package List
- Subject: Package: tis-java8
- Answers: 11
- Views : 44875
Re: Package: tis-java8
Hello,
could there be an error in the latest version of the package?
`WindowsVersions()` is a class, not a function, and therefore doesn't return anything. So, regardless of the case, this package will install the java8-xp package.
Shouldn't it be `windows_version()` instead? `
if WindowsVersions()`
could there be an error in the latest version of the package?
`WindowsVersions()` is a class, not a function, and therefore doesn't return anything. So, regardless of the case, this package will install the java8-xp package.
Shouldn't it be `windows_version()` instead? `
if WindowsVersions()`
