Book Image

Troubleshooting Citrix Xendesktop

By : Gurpinder Singh
Book Image

Troubleshooting Citrix Xendesktop

By: Gurpinder Singh

Overview of this book

Table of Contents (20 chapters)
Troubleshooting Citrix XenDesktop
Notice
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Solving .NET framework exceptions


As we are aware, XenDesktop brokering works on WCF. This is a part of the Microsoft .NET framework where the communication works on channels and activities for the VDA communication and these activities have the following timeouts defined:

  • Open timeout: Timeout defined for the amount of time it can wait once the connection is opened

  • Close timeout: Timeout defined for the duration of time to dispose the client proxy

  • Send timeout: Timeout defined to send a message to a client

  • Receive timeout: Timeout defined to receive a response from a client once the message has been sent

Sometimes, due to these timeout settings, the VDA registration can fail and you will see the following exceptions reported on your screen: Unhandled Exception: System.TimeoutException: The open operation did not complete within the allotted timeout of 00:00:05. The time allotted to this operation may have been a portion of a longer timeout.

You will see this exception when the server registration...