[RESOLVED] Error during deployment via GPO
Published: September 21, 2018 - 12:13 PM
Hello,
I'm trying to deploy WAPT via GPO with a startup script. Here are the parameters:
waptdeploy.exe --hash=*(the hash)* --minversion=1.5.1.26 --waptsetupurl=https://(wapt server name)/wapt/waptagent.exe --force --wait=30
and I get this error:
WAPT version:
WAPT required version: force
Wapt agent path: E:\TEMP\waptagent.exe
Wget new waptagent from https://(wapt server name)/wapt/waptagent.exe
Trying to reach https://(wapt server name)/wapt/waptagent.exe...
Reachable, downloading...
Done.
Cleanup...
Unable to update immediately: Unable to download: http://127.0.0.1:8088/update.json?notif ... ify_user=0 HTTP Status: 0
An unhandled exception occurred at $00416608:
EFOpenError: Unable to open file "E:\TEMP\waptagent.exe"
$00416608
$004164B0
$00440216
$004047C9
The strangest thing is that when I run the command from the user session it works.
Thank you.
I'm trying to deploy WAPT via GPO with a startup script. Here are the parameters:
waptdeploy.exe --hash=*(the hash)* --minversion=1.5.1.26 --waptsetupurl=https://(wapt server name)/wapt/waptagent.exe --force --wait=30
and I get this error:
WAPT version:
WAPT required version: force
Wapt agent path: E:\TEMP\waptagent.exe
Wget new waptagent from https://(wapt server name)/wapt/waptagent.exe
Trying to reach https://(wapt server name)/wapt/waptagent.exe...
Reachable, downloading...
Done.
Cleanup...
Unable to update immediately: Unable to download: http://127.0.0.1:8088/update.json?notif ... ify_user=0 HTTP Status: 0
An unhandled exception occurred at $00416608:
EFOpenError: Unable to open file "E:\TEMP\waptagent.exe"
$00416608
$004164B0
$00440216
$004047C9
The strangest thing is that when I run the command from the user session it works.
Thank you.