Hi,
I'm trying to run the Sync-AppVPublishingServer cmdlet on a Windows 7 client however I get the following error back:
sync-appvpublishingserver : Application Virtualization Service failed to complete the requested operation.
Operation attempted: RefreshPublishingServer.
Windows Error: 0x80190194 -
Error module: Publishing. Internal error detail: 45500D2780190194.
Please consult AppV Client Event Log for more details.
At line:1 char:1
+ sync-appvpublishingserver
+
+ CatergoryInfo: InvalidResult; <:> [Sync-AppvPublishingServer], Client Exeception
+ FullyQualifiedErrorId: RefreshPublishingServerError,Microsoft.AppV.AppvClientPowerShell.SyncAppvPublishingServer
In the error logs on the client, I get 2 that I can see:
HttpRequest sendRequest failed.
URL: http://appsvr:8080/
Error code: 0x45500D27 - 0x80190194
Getting server publishing data failed.
URL: http://appsvr:8080/
Error code: 0x45500D27 - 0x80190194
Does anyone have any ideas how to fix this?
For testing, I've turned off the firewall on both the client and server side and also all full access for 'Everyone' to the App-V share.
Thanks