The search returned 9 results

by dsp
June 18, 2020 - 4:08 PM
Forum: WAPT Server
Subject: Synchronization to remote repository
Answers: 2
Views : 3609

Re: Synchronization to remote repository

Hello again,
I no longer have the error message in the logs, but the status remains unchanged.
by dsp
June 18, 2020 - 1:39 PM
Forum: WAPT Server
Subject: Synchronization to remote repository
Answers: 2
Views : 3609

Synchronization to remote repository

Hello,
I tried to set up synchronization to a secondary repository. It works, but in the console, my repository still shows as NO SYNC, even though the agent for my secondary repository correctly retrieves the packages (


secondary repository.png).

I don't know if this is related, but...
by dsp
June 12, 2020 - 6:11 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Console 1.8.2
Answers: 6
Views : 6232

Re: Console 1.8.2

OK thanks :D
by dsp
June 12, 2020 - 2:14 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Console 1.8.2
Answers: 6
Views : 6232

Re: Console 1.8.2

Indeed, with a fresh install I don't have this problem.
I've left my other server as is. Do you still want me to call to see what might have happened?
I should add that on the server with the problem, this line has been added to my waptserver.ini file:

wapt_huey...
by dsp
June 12, 2020 - 1:14 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Console 1.8.2
Answers: 6
Views : 6232

Re: Console 1.8.2

Hello,
this is an update from 1.8.1 to 1.8.2.
This server wasn't yet in production. I'm going to test with a fresh install to see if I have the same problem.

Regards
by dsp
June 12, 2020 - 11:22
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Console 1.8.2
Answers: 6
Views : 6232

[RESOLVED] Console 1.8.2

Good morning,
Since I updated to version 1.8.2 of Wapt, the console no longer displays installed packages with an "OK" status in the general tab
wapt182.jpg
wapt182.jpg (98.87 KB) Viewed 6232 times
Sincerely
by dsp
January 22, 2020 - 12:03
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: waptagent/waptdeploy /StartPackages does nothing
Answers: 4
Views : 9967

waptagent/waptdeploy /StartPackages does nothing

Hello,
I'm not sure if I'm doing this right, but nothing happens when I use `/StartPackages=package_name` with Waptagent or `--setupargs=/StartPackages=package_name` with Waptdeploy.
However, modifying `set_start_packages` in Waptagent.iss before generating the Waptagent package...
by dsp
February 27, 2018 - 10:20
Forum: WAPT Packages
Subject: [Resolved] Problem with the registry
Answers: 2
Views : 3413

Re: Problem with the registry

Thanks for your quick reply, it works better when things are done correctly ^^
by dsp
February 27, 2018 - 09:19
Forum: WAPT Packages
Subject: [Resolved] Problem with the registry
Answers: 2
Views : 3413

[Resolved] Problem with the registry

Hello,
I have a small problem. When I try to modify the HKEY_CURRENT_USER file with, for example:
registry_setstring(HKEY_CURRENT_USER,r'Software\Microsoft\Windows\CurrentVersion\Internet Settings','toto1','tata1'),
the WAPT agent on the other machine makes the change in HKEY_USERS.
Am I doing something wrong?