It seems to be working.
I need to understand where I went wrong. Is there a particular reason?
Should I change the value back to "False"?
Regards
The search returned 15 results
- October 26, 2018 - 11:12 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT agent not updating after upgrading from 1.5 to 1.6
- Answers: 3
- Views : 4359
- October 26, 2018 - 7:59 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: WAPT agent not updating after upgrading from 1.5 to 1.6
- Answers: 3
- Views : 4359
WAPT agent that does not update after upgrading from 1.5 to 1.6
Good evening,
After updating the server from 1.5 to 1.6 and regenerating the agent, the WAPT clients are not updating to 1.6.
They remain on version 1.5 with the status "OK" and reachable "DISCONNECTED".
How can we update the WAPT agent automatically? (without using GPO because the PCs are remote...)
After updating the server from 1.5 to 1.6 and regenerating the agent, the WAPT clients are not updating to 1.6.
They remain on version 1.5 with the status "OK" and reachable "DISCONNECTED".
How can we update the WAPT agent automatically? (without using GPO because the PCs are remote...)
- October 5, 2018 - 9:33 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] Package upload issue
- Answers: 2
- Views : 3804
Re: Package upload issue
Bug in the filename which contains a "+"
- October 5, 2018 - 5:50 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Problem downloading package via Python script
- Answers: 8
- Views : 8749
Re: Problem downloading packages via Python script
I confirm ...
- October 5, 2018 - 11:29
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: [RESOLVED] Is it possible to have information/column/other group?
- Answers: 2
- Views : 3917
Re: Is it possible to have information/a column/another grouping?
Thank you for your feedback.
Sincerely
Sincerely
- October 5, 2018 - 10:26
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: [RESOLVED] Is it possible to have information/column/other group?
- Answers: 2
- Views : 3917
[SOLVED] Is it possible to have information/column/other group?
Hello,
To manage multiple clients or multiple sites, is it possible to add information about the geographic location or other custom data?
If not, it's an idea for a future version...
Regards
To manage multiple clients or multiple sites, is it possible to add information about the geographic location or other custom data?
If not, it's an idea for a future version...
Regards
- October 4, 2018 - 11:39 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] Package upload issue
- Answers: 2
- Views : 3804
[RESOLVED] Package upload issue
Good evening,
I successfully uploaded several packages...
Now I'm getting an error on one package:

How can I view the log or information explaining what's happening?
I successfully uploaded several packages...
Now I'm getting an error on one package:

How can I view the log or information explaining what's happening?
- October 4, 2018 - 7:02 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Problem downloading package via Python script
- Answers: 8
- Views : 8749
Re: Problem downloading packages via Python script
Thank you. I'll have to try it!
- October 4, 2018 - 3:45 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Problem downloading package via Python script
- Answers: 8
- Views : 8749
Re: Problem downloading packages via Python script
The previous link seemed better to me because it automatically retrieves the latest version...
This is for the "update" part of the package code.
If I write code with a fixed link, what advice would you give for handling version updates? Should I update the code with the new link?
This is for the "update" part of the package code.
If I write code with a fixed link, what advice would you give for handling version updates? Should I update the code with the new link?
- October 4, 2018 - 2:31 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Problem downloading package via Python script
- Answers: 8
- Views : 8749
[SOLVED] Issue downloading package via Python script
Telegram, here's the download link: https://telegram.org/dl/desktop/win
The script can't download the executable.
Here's the relevant code:
def update_package():
""" You can press CTRL+F9 in PyScript to update the package """
import re, requests, urlparse, glob
url = requests.head('https://telegram ...
The script can't download the executable.
Here's the relevant code:
def update_package():
""" You can press CTRL+F9 in PyScript to update the package """
import re, requests, urlparse, glob
url = requests.head('https://telegram ...
