Richard Parmiter

Virtualisation blog and Knowledge Base

  • You are here: 
  • Home
  • XenApp

Citrix ICA client build version numbers

Posted on May 18th, 2009

The Citrix Access Management Console gives the ability to show the client build number version for connected sessions and this is useful to see if you have any old clients out there. The version number displayed, however, is not how we would want to see it. It only displays the final build version and not the full client version. This is a list that I have derived from seeing these sessions and collating them:

  • 7.0.17534.0
  • 7.100.20497.0
  • 8.0.24737
  • 8.100.29670.0
  • 9.0.32649.0
  • 9.100.36280.0
  • 9.150.39151.0
  • 9.200.44376.0
  • 9.230.50211
  • 10.00.52110
  • 10.100.55836
  • 10.150.58643
  • 10.200.2650
  • 11.000.5357

If anyone has anymore to add to the list, please submit a comment.

UPDATE:

hmmm.. only a day after posting this, Citrix have provided an Article with the same information – CTX112613. Were they watching!.. Here is the pasted table from their doc:

Build Number Version Number Release Date
1050 6.30 September, 2002
1051 6.31 October, 2002
17534 7.00 June, 2003
20497 7.01 June, 2003
22650 7.10 November, 2003
24737 8.00 April, 2004
29670 8.10 October, 2004
32649 9.00 April, 2005
36280 9.10 October, 2005
39151 9.15 December, 2005
44376 9.20 May, 2006
50211 9.23 November, 2006
52110 10.00 March, 2007
55836 10.10 June, 2007
58643 10.15 November, 2007
02650 10.20 March, 2008
5357 11.00 September, 2008

Tags: , , , , , , , , , ,
Filed under Citrix Clients / Recievers | 5 Comments »

Script to export all the servers in a Citrix Farm

Posted on April 27th, 2009

Sometimes it is useful to have a list of servers in a text file in order to perform some other task. The following script will export all servers from a Citrix Farm and add them to a text file.

This script uses the built in Citrix tool, qfarm, and cleans up the output to provide the required list. It uses a temporary file (qfarmservers.txt) during the process and deletes it at the end.

REM ***************************************************
REM qfarmservers  = output from a qfarm /servers
REM serverlist    = cleaned up list of all servers in farm
REM ***************************************************

SET qfarmservers=c:\windows\temp\qfarmservers.txt
SET serverlist=c:\windows\temp\serverlist.txt

qfarm /servers >>%qfarmServers%
for /f “skip=3 tokens=1″ %%1 in (%qfarmservers%) do (
echo %%1 >> %serverlist%
)
Del %qfarmservers% /q

Just change the log file location(s) as required.

Tags: , , , , , , , , ,
Filed under Scripts/Reg | 1 Comment »

What is included with different XenApp5 license Schemes

Posted on September 23rd, 2008

XenApp 5 Edition Components

The components that are incorporated into the XenApp 5 release based on license type, as shown below:

Read the rest of this entry »

Tags: , , , , , ,
Filed under Citrix XenApp | No Comments »

Disappearing taskbar in Citrix session after locking local workstation

Posted on August 28th, 2008

Problem

Problem discovered on:

  • Windows 2003 R2 x64 Standard Edition
  • Citrix XenApp 4.5 Hotfix Rollup Pack R02

I discovered a problem where a Citrix session is opened to a published desktop running the software levels detailed above. The session can be run as full screen or smaller. When the local client workstation is locked and subsequently unlocked, the start button and taskbar are completely missing.

The problem only occurs with multiple monitors enabled on the client workstation. With multiple monitors disabled, the problem doesn’t appear.

Read the rest of this entry »

Tags: , , , , , , , , ,
Filed under Citrix XenApp | 2 Comments »

Citrix XenApp Communication network ports

Posted on August 9th, 2008

Originally posted here – This is an extremely useful list to have always handy:

Application Performance Monitoring (powered by Citrix EdgeSight)

  • EdgeSight Agent to Edgesight Server – TCP 80/443 (Payload and alerts)
  • EdgeSight Web console (non-IMA) to RSCorSvc on EdgeSight Agent – TCP 9035
  • EdgeSight Agent internal communication – TCP 9036 (client-side database)
  • EdgeSight database – SQL 1433 (configurable)

Client-side Application Virtualization -

  • Streaming Client to Application Hub (File Server/Share) – SMB 445

Read the rest of this entry »

Tags: , , , , , ,
Filed under Citrix XenApp | No Comments »

Ads

Ads