VMware Horizon Community
jahegyi
Enthusiast
Enthusiast

Issues rebooting while provisioning app stack

Running AppVolumes 2.16 and I'm running into a wwird issue. When I begin provisioning my stack I can install applications fine, end provisioning and deploy my app stack to a VM without issue.

However, if I begin provisioning and at any point during the provisioning process I reboot the provisioning box, log in and then end the provisioning... this is where things get flaky. I can deploy my app stack to a VM, see that there is a disk attached (CVApp) with the appropriate meta data, but the applications never get dropped onto the OS. Likewise, if I take that app stack and try to update it on the provisioning box after I revert my snapshot, the same thing occurs on the provisioning box.

Anyone else every ran in to anything like this? I have a ticket open with BCS and have provided agent and server side logs but it's been like pulling teeth to get them to fully understand the issue and research it appropriately.

Horizon: 7.8

AppVolumes: 2.16

UEM: 9.7

Reply
0 Kudos
3 Replies
Anobix67
Enthusiast
Enthusiast

I don't necessarily have an answer for you, but which OS/build are you running as well?

Reply
0 Kudos
jahegyi
Enthusiast
Enthusiast

Windows 10 v1809

Reply
0 Kudos
da2125
Enthusiast
Enthusiast

Try

net stop svservice

net stop svdriver

Add a registry key to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\svdriver\Parameters

"OptimizationLevel" REG_DWORD 0

Restart the Agent with

net start svdriver

and/or refer to: https://communities.vmware.com/thread/606501 & https://docs.microsoft.com/en-us/windows/windows-10/release-information

Key : HKLM\SYSTEM\CurrentControlSet\Services\svdriver\Parameters

Name : HookInjectionWhitelist

Type  : REG_MULTI_SZ

Add *msiexec.exe||* to the last entry of value.

Reply
0 Kudos