Fix Error 30105 Citrix servers do not trust the server message in XenDesktop 5.5
When you login to your web interface and launch a new desktop, it might not launch and you might get this error in the application event log on the server:
In XenDesktop 5.0 and 5.5 can you fix the problem with the follow steps:
How to Add XenDesktop Cmdlets into Powershell -> Video
Source: Citrix Web Interface
Event ID: 30105
The Citrix servers do not trust the server. This message was reported from
the XML Service at address http://localhost/scripts/wpnbr.dll
[com.citrix.xml.NFuseProtocol.RequestAddress].
[Unique Log ID: xxxxxxxx]
In XenDesktop 5.0 and 5.5 can you fix the problem with the follow steps:
- Oper PowerShell with admin rights
- Import all citrix snap-ins with this command
- asnp citrix.*
- Add-PSSnapin citrix.*
- You can enable the XML Trust with this command
- Set-BrokerSite -TrustRequestsSentToTheXmlServicePort $true
How to Add XenDesktop Cmdlets into Powershell -> Video
Comments
Post a Comment