Hi Simon
, your code doesn't contain an audit function.
Also, everything is indented at the root level; is this a copy/paste error?
I've had several packages with code at the root level that weren't audited until now (without an audit function in the code).
Indeed...
The search returned 13 results
- December 14, 2021 - 8:42 AM
- Forum: WAPT Packages
- Subject: RESOLVED: Audit error status
- Answers: 4
- Views : 4345
- December 13, 2021 - 8:10 AM
- Forum: WAPT Packages
- Subject: RESOLVED: Audit error status
- Answers: 4
- Views : 4345
Re: Audit status error
Hello,
Here is the code for one of the packages that runs correctly but is experiencing an audit error.
Thank you for your help.
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
print("Nothing to do during installation")
if not isdir(r'C:\\Program Files (x86)\\svt\\nerf2021'):
mkdirs(r'C ...
Here is the code for one of the packages that runs correctly but is experiencing an audit error.
Thank you for your help.
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
print("Nothing to do during installation")
if not isdir(r'C:\\Program Files (x86)\\svt\\nerf2021'):
mkdirs(r'C ...
- December 10, 2021 - 10:07 AM
- Forum: WAPT Packages
- Subject: RESOLVED: Audit error status
- Answers: 4
- Views : 4345
RESOLVED: Audit error status
Hello,
We have several folder creation and file copying packages for client workstations that worked perfectly until now and had an "audit OK" status.
We are using Enterprise version 2.1.
The packages correctly create the folders and copy the files, but...
We have several folder creation and file copying packages for client workstations that worked perfectly until now and had an "audit OK" status.
We are using Enterprise version 2.1.
The packages correctly create the folders and copy the files, but...
- June 15, 2021 - 08:33
- Forum: WAPT Packages
- Subject: [SOLVED] Edt v2022 build 0.3.0 / Pronote v2022 build 0.3.0 package
- Answers: 77
- Views : 117375
Re: [SOLVED] Creating Edt/Pronote package
Hello,
First, thank you for the work done and for sharing this package.
I created a package with the preview version of EDT 2021, but I get an error message when I try to install it on machines with the latest 2020 version. I have no installation problems on machines that don't have...
First, thank you for the work done and for sharing this package.
I created a package with the preview version of EDT 2021, but I get an error message when I try to install it on machines with the latest 2020 version. I have no installation problems on machines that don't have...
- May 6, 2019 - 08:48
- Forum: WAPT Server
- Subject: HTTP/1.1 504 Gateway Time-out
- Answers: 3
- Views : 9701
Re: HTTP/1.1 504 Gateway Timeout
Hi Denis,
Did you encounter these problems after upgrading from 1.5 to 1.7.3?
No, we were on 1.7.3. The problem occurred without any changes to the WAPT server.
This WAPT server is hosted on a new ESX host, and we had almost the same issue with another server...
Did you encounter these problems after upgrading from 1.5 to 1.7.3?
No, we were on 1.7.3. The problem occurred without any changes to the WAPT server.
This WAPT server is hosted on a new ESX host, and we had almost the same issue with another server...
- May 3, 2019 - 09:46
- Forum: WAPT Server
- Subject: HTTP/1.1 504 Gateway Time-out
- Answers: 3
- Views : 9701
Re: HTTP/1.1 504 Gateway Timeout
Hello,
Having received no information on how to resolve this issue, we were forced to completely uninstall WAPT after making a copy of the "repository" folder. We then reinstalled WAPT 1.7.3.5 and copied the folder back.
The console is working again, but despite copying the...
Having received no information on how to resolve this issue, we were forced to completely uninstall WAPT after making a copy of the "repository" folder. We then reinstalled WAPT 1.7.3.5 and copied the folder back.
The console is working again, but despite copying the...
- April 26, 2019 - 4:43 PM
- Forum: WAPT Server
- Subject: HTTP/1.1 504 Gateway Time-out
- Answers: 3
- Views : 9701
HTTP/1.1 504 Gateway Timeout
Hello,
- Installed WAPT version 1.7.3.3
- Server OS: Windows
- Administration/package creation machine OS: Windows 7
We are experiencing the exact same problem accessing the WAPT console described in the forum thread:
https://forum.tranquil.it/viewtopic.php?f=13&t=1698 ...
- Installed WAPT version 1.7.3.3
- Server OS: Windows
- Administration/package creation machine OS: Windows 7
We are experiencing the exact same problem accessing the WAPT console described in the forum thread:
https://forum.tranquil.it/viewtopic.php?f=13&t=1698 ...
- February 13, 2019 - 2:14 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: [RESOLVED] WaptAgent GPO Deployment Windows 7
- Answers: 6
- Views : 9618
Re: Deploying WaptAgent GPO windows 7
Hello,
thank you, I just installed version 1.7.3.3.
The checkbox when creating the agent is exactly what we wanted.
Have a good day.
thank you, I just installed version 1.7.3.3.
The checkbox when creating the agent is exactly what we wanted.
Have a good day.
- February 8, 2019 - 1:47 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: [RESOLVED] WaptAgent GPO Deployment Windows 7
- Answers: 6
- Views : 9618
Re: Deploying WaptAgent GPO windows 7
Hello,
sorry to revive this thread, but I'm practically in the same situation.
Following the installation of WAPT 1.6.2.7 to replace WAPT 1.3.12.13,
I created a GPO that works correctly if I don't set "use_fqdn_as_uuid=1", but we want to keep the FQDN.
Can you help me...?
sorry to revive this thread, but I'm practically in the same situation.
Following the installation of WAPT 1.6.2.7 to replace WAPT 1.3.12.13,
I created a GPO that works correctly if I don't set "use_fqdn_as_uuid=1", but we want to keep the FQDN.
Can you help me...?
- January 24, 2019 - 3:43 PM
- Forum: WAPT Packages
- Subject: Software installation with license
- Answers: 0
- Views : 6171
software installation with license
Hello,
I'm new to creating packages and I need some advice.
I created a package for installing the AIRSERVER software, and the installation goes smoothly, but the license activation doesn't always work.
I have to manually register the license or restart the process...
I'm new to creating packages and I need some advice.
I created a package for installing the AIRSERVER software, and the installation goes smoothly, but the license activation doesn't always work.
I have to manually register the license or restart the process...
