Wednesday, July 24, 2013

XenApp Server not accepting connections/Unable to launch your application


Error:

Unable to launch your application. Contact your help desk with the following information: Cannot connect to the Citrix XenApp server. The Citrix XenApp server you have selected is not accepting connections.

There are many reasons:

1. Load Evaluator

Check parameters of load evaluators. Check load on server using command Qfarm /load.

2. DNS/host entries on client side

Check DNS/"Host file" on client systems and verify that you are resolving server names successfully on client workstations.

My situation the client is using host name for name resolution. His host file had wrong entries.

3. Check that the application has been published on right server

4. Verify with firewall team that right ports are opened or not. Do telnet from client work station on 1494 or 2598, 80,443 ports

Ex: telnet serverName 1494
      telnet SerevrIP 1494

if it is successful, you should see ICA

5. Check these articles:

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

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

Have a nice day!

Wednesday, July 3, 2013

Move servers between Zones in Citrix 6.5 farm


Its easy to move between zones and the server reboot is required after moving.

Changing Zone mebership:
Go to Zones from console..>.Zone(where serevr located)--->  go to "Election Preference tab" ---> right click on the server and select the Set server's zone membership option to move the selected server to another zone, or select the Change server's zone membership option to move the selected server to another zone.


Changing Election preference of Data Collector:
Go to Zones from console..>.Zone(where server located)---> go to "Election Preference tab" ---> right click on the server and select the Set server's zone election preference option to change the election preference of the server. you can find this option on Data collector servers only.

Have a nice day!