Sunday, October 11, 2009

Issue Provisioning Disks with the XenDesktop Setup Wizard

I had an issue when running the XenDesktop Setup Wizard where the wizard wouldn't connect to the provisioning server.  This is because many of the ports have changed recently due to port collision issues.  To resolved this it is necessary to edit the SetupToolApplication.exe.config file and change the following settings. 


The default installation path is C:\Program Files\Citrix\XenDesktop Setup Wizard.
 Create a backup copy of this file.
 Within the section of the file:

a. Replace:
endpoint address="http://localhost:8000/pvs/mapi/commandset"
with:
endpoint address=
http://localhost:54321/pvs/mapi/commandset 

b. Replace:
endpoint address="net.tcp://localhost:8001/pvs/mapi/commandset"
with:
endpoint address="net.tcp://localhost:54322/pvs/mapi/commandset"


You could read further about fixing the issue in this Citrix Support Document


http://support.citrix.com/article/CTX121658

No comments:

Post a Comment