The search returned 3 results

by gbt
February 19, 2024 - 09:11
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Console crash
Answers: 1
Views : 2235

[SOLVED] Console crash

Hello everyone,

for the past few days my wapt-2.2.1.11899 Discovery console on Windows 10 (with a wapt server of the same version on Windows Server 2016) has been crashing 20 seconds after clicking on the "Private Repository" tab.
I ran wapt-scanpackages.bat on the server (it finished without errors), rebooted the server...
by gbt
May 9, 2017 - 08:23
Forum: WAPT Packages
Subject: Managing security on a folder after deployment
Answers: 6
Views : 6314

Re: Managing security on a folder after deployment

Hi agauvrit,

the script is indeed called from setup.py.
Thank you for the tip about wapt's icacls: it works with a run. :D

Thanks for your help,
Olivier
by gbt
February 28, 2017 - 11:36
Forum: WAPT Packages
Subject: Managing security on a folder after deployment
Answers: 6
Views : 6314

managing security on a folder after deployment

Hello,
in a package I execute a script at the end that grants rights to a domain group on a directory of the deployed application.

My script, essai.bat:
icacls c:\temp\essai.txt /T /grant "adgroup@mydomain":f
icacls c:\temp\essai.txt /T /grant "everyone":r

Result: the ...