XenDesktop 7.12: registration issue after 24 sessions - Error:" (413) Request Entity too large"
book
Article ID: CTX221461
calendar_today
Updated On:
Description
Server VDAs lose registration with the controller once about 24 sessions is reached on one server VDA after updating site to 7.12. The error message seen is "(413) Request Entity too large"
Resolution
- Take backup copy of BrokerService.exe.config file on both Xendesktop controllers
- Open BrokerService,exe.config file in Notepad/Wordpad as Administrator
- Change the value of the bindingConfiguration from "ControllerWsHttpBinding" to "ControllerWsHttpBindingWithLargeMessageSize" in the following section:
- Change the value of the endpoint address from http://localhost:80/Citrix/HighAvailability/SecondaryBrokerControl to net.pipe://localhost/ Citrix/HighAvailability/SecondaryBrokerControl in the following section:
- Save the config files after these changes are made.
- Restart the Citrix Broker Service on each Xendesktop controller
Problem Cause
Incorrect settings in the BrokerService.exe.config files on both Xendesktop Controllers.
Was this article helpful?
thumb_up
Yes
thumb_down
No