Archive

Archive for January 13, 2011

MED-V 1.0: Error: Initial Handshake with Workspace failed.

January 13, 2011 Leave a comment

When you attempt to launch a MED-V workspace you may get the following error:

Error: Initial Handshake with Workspace failed.

This is caused by the the handshake timeout failure. The default value may be set too low for the MED-V RTM release (build 1.0.0.72).

For MED-V SP1 (Build 1.0.0.105) the default value has been doubled. As a workaround for v1, check the timeout setting in the clientsettings.XML. The InitialHandshakeMaxTimeout value in the ClientSett The RTM build will have this value empty meaning it is using the default (30.) You can modify this setting by placing this entry below the <Client> node.

Here is the settings placement inside the XML file:

<TimeSpans>
  <InitialHandshakeMaxTimeout type=”System.Double”>60</InitialHandshakeMaxTimeout>
  <GinaStartupTimeLimit type=”System.Double”>1200</GinaStartupTimeLimit>
</TimeSpans>
For information on how to safely modify the clientsettings.xml file, please refer to the following link:

http://blogs.technet.com/medv/archive/2009/04/22/med-v-tips-on-modifying-the-clientsettings-xml-file.aspx