StoreFront web 无法启动指定的应用

StoreFront web 无法启动指定的应用

https://support.citrix.com/article/CTX132461

Solution

To resolve the issue, complete the following steps:

1. Enter PowerShell command line interface on Delivery Controller (Controller).

2. Enter “asnp Citrix*” to verify the Citrix cmdlets are available.

3. Run the following command:
Get-BrokerSite
(Check if the value for TrustRequestsSentToTheXmlServicePort results False)

4. Run the below command.

Set-BrokerSite -TrustRequestsSentToTheXmlServicePort $true

5. Run the following command to verify the trusts are set to True:

Get-BrokerSite”

Check the line “TrustRequestsSentToTheXmlServicePort=TRUE

At this stage, Virtual Delivery Agent (VDA) must allow pass through authentication and start.

============== End

猜你喜欢

转载自www.cnblogs.com/lsgxeva/p/12526423.html