Can not Login Multiple Session in Xendesktop Server OS
book
Article ID: CTX227386
calendar_today
Updated On:
Description
- There are multiple Server OS VDAs in a delivery group, however, each VDA only accepts one user session at one time.
- New user will be rejected and got "cannot access the desktop" error.
Resolution
Set ShutdownDesktopsAfterUse flag to false using PowerShell.
- Open elevated powershell on the DDC.
- Load the Citrix PowerShell snapin by running the command Asnp Citrix*.
- Set-BrokerDesktopGroup -Name "DeliveryGroupName" -ShutdownDesktopsAfterUse $False
Problem Cause
- WillShutdownAfterUse flag of the server delivery group is set to true.
- If WillShutdownAfterUse flag is set to false the machine will shutdown after a user logs off and this should be set to false in case of Server VDA's. If this is set to True other users will not be able to connect to the same Server VDA again.
Was this article helpful?
thumb_up
Yes
thumb_down
No