Hello,
I haven't had a chance to check for any upcoming updates yet. But can we expect a fix for the problem mentioned above?
Sincerely,
William
The search returned 11 results
- November 19, 2020 - 1:24 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT 1.8 - WaptService is not installed
- Answers: 14
- Views : 12067
- July 1, 2020 - 2:14 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT 1.8 - WaptService is not installed
- Answers: 14
- Views : 12067
Re: WAPT 1.8 - WaptService is not installed
Okay, great, thanks.
I'll keep an eye out for future updates.
I'll keep an eye out for future updates.
- July 1, 2020 - 12:43
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT 1.8 - WaptService is not installed
- Answers: 14
- Views : 12067
Re: WAPT 1.8 - WaptService is not installed
You can try restarting the installation with the following command in an administrator command prompt:
`cd "c:\Program Files (x86)\wapt"`
`waptpython waptservice\service.py install`
Here is the command output:
Traceback (most recent call last):
File "waptservice\service.py", line 95, in
from common ...
- July 1, 2020 - 12:28
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT 1.8 - WaptService is not installed
- Answers: 14
- Views : 12067
Re: WAPT 1.8 - WaptService is not installed
You just need to find waptguihelper.pyd and rename the file to waptguihelper.pyd.old
, then restart the service
with `net stop waptservice`
and `net start waptservice`.
As I said in my previous messages, the problem is that the Windows service "waptservice" isn't installing...
- July 1, 2020 - 11:59
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT 1.8 - WaptService is not installed
- Answers: 14
- Views : 12067
Re: WAPT 1.8 - WaptService is not installed
Can you rename waptguihelper.pyd to waptguihelper.pyd.old?
The problem often comes from waptguihelper.pyd.
You can look for waptguihelper.pyd in the Wapt installation folder (it might be in two places).
I didn't understand where you wanted me to modify the file. In the folder...
- July 1, 2020 - 11:30
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT 1.8 - WaptService is not installed
- Answers: 14
- Views : 12067
Re: WAPT 1.8 - WaptService is not installed
Good morning,sfonteneau wrote: ↑June 30, 2020 - 4:15 PM We had some issues with this in 1.8.1 but it seems better in 1.8.2, can you try it with 1.8.2?
Thank you for your feedback.
I just upgraded to version 1.8.2.7267 on both the server and client sides, but the problem remains the same.
Sincerely
William
- June 30, 2020 - 3:18 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT 1.8 - WaptService is not installed
- Answers: 14
- Views : 12067
Re: WAPT 1.8 - WaptService is not installed
I've just found the cause of my problem: I have a system environment variable "PYTHONPATH" that points to a business application directory.
If I edit it and replace the path with the WAPT installation path, or if I delete it altogether, when reinstalling Waptagent, the service...
If I edit it and replace the path with the WAPT installation path, or if I delete it altogether, when reinstalling Waptagent, the service...
- June 30, 2020 - 10:47
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT 1.8 - WaptService is not installed
- Answers: 14
- Views : 12067
Re: WAPT 1.8 - WaptService is not installed
Hello,
I did consider that. However, I have all the exclusions I found in another post configured in our antivirus software. Windows Defender is disabled.
I just noticed that a version of Python (2.5.2150) is installed on these 9 computers. Could that be the reason...?
I did consider that. However, I have all the exclusions I found in another post configured in our antivirus software. Windows Defender is disabled.
I just noticed that a version of Python (2.5.2150) is installed on these 9 computers. Could that be the reason...?
- June 26, 2020 - 5:28 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT 1.8 - WaptService is not installed
- Answers: 14
- Views : 12067
WAPT 1.8 - WaptService is not installed
Hello,
I'm having a problem on a few machines where I've installed the Wapt agent. These machines are running Windows 10 (Windows updates are up to date).
The agent installs correctly, both with waptdeploy via GPO and manually. However, the "reachable" status is not available in the console. Upon closer inspection...
I'm having a problem on a few machines where I've installed the Wapt agent. These machines are running Windows 10 (Windows updates are up to date).
The agent installs correctly, both with waptdeploy via GPO and manually. However, the "reachable" status is not available in the console. Upon closer inspection...
- June 9, 2020 - 10:17
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: [RESOLVED] Wapt agent installation folder
- Answers: 3
- Views : 3409
Re: [SOLVED] wapt agent installation folder
Hello,
sorry for the late reply.
Thank you for your feedback; I hadn't thought about the Innosetup parameters.
Here's the command to enter for waptdeploy, in case it's helpful to anyone:
--hash=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx --minversion=1.8.1.6756 --wait=15 --setupargs=/DIR="C:\Wapt"
sorry for the late reply.
Thank you for your feedback; I hadn't thought about the Innosetup parameters.
Here's the command to enter for waptdeploy, in case it's helpful to anyone:
--hash=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx --minversion=1.8.1.6756 --wait=15 --setupargs=/DIR="C:\Wapt"
