Sunday, December 11, 2011

Citrix version

 MetaFrame 1.8 
 MetaFrame XP 1.0 for Microsoft NT 4.0 Server Terminal Server Edition
 MetaFrame XP 1.0 for Microsoft Windows 2000
MetaFrame XP 1.0 Feature Release 3 with Service Pack 4
Citrix Presentation server 3.0
Citrix Presentation server 4.0
Citrix Presentation server 4.5
Xenapp 5  for windows 2003
Xenapp 5  for windows 2008
Xenapp 6  for windows 2008

Monday, November 28, 2011

How to Change the ICA Port Number Assignment


Use the ICAPORT utility from a command prompt. The output of ICAPORT /? is shown below:
Change value of TCP/IP port for ICA Terminal Sessions.
ICAPORT {/QUERY | /PORT:num | /RESET}
/QUERY Query current setting.
/PORT:num Change the TCP/IP port to 'num'.
/RESET Reset the TCP/IP port to 1494.
The value of the port number is stored in hex at the following registry DWORD value:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\ICA-tcp


Type ICAPORT /PORT:XXX where XXX represents the port number from 0 to 65535.
2. Restart the XenApp server for the change to take effect.
3. Modify the necessary client connection parameters to connect to the server on the new port number. For example, add :XXX after the server address or published application name, where XXX is the assigned port number established in Step 1.
NOTE: Running ICAPORT /RESET sets the port back to the default value of 1494.


Friday, September 23, 2011

How to publish outlook config in citrix


Command Line

rundll32.exe shell32.dll,Control_RunDLL
 "C:\Program Files\Common Files\System\MSMAPI\1033\mlcfg32.cpl"

Thursday, September 22, 2011

citrix commands

Qfarm /load to check load in the server farm

Dsmaint recreatelhc  to recreate local host cache

Dscheck  to check the data store connectivity

citrix license server commands

lmstat –c @localhost –a

lmstat -c

lmstat -a

Friday, September 2, 2011

WFCRUN32 /? popup when launching published app

Source-http://www.markbrilman.nl/2011/08/wfcrun32-popup-when-launching-published-app/


When you launch a published application via the Citrix WebInterface, a WFCRUN32.EXE /? popup appears. Your application will not launch. Your application will launch when you use the PNAgent. Your application will also launch when you browse to your %temp% folder and doubleclick the created .ica file.
This is probably a bug. Starting from version 11.2 Citrix might have changed something in the way the plugin uses ActiveX. When you click an application in your Citrix WebInterface the popup below shows.

There are several possible solutions, but all of them are mearly a workaround (and most of them don’t work)
  • Reinstall your Plugin. Also re-create your userprofile
  • Change the location of your %tmp% and %temp% variables to a location without spaces
  • Disable 8.3 Name Creation by setting this key: HKLM\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisable8dot3NameCreation to 0 (zero)
  • Disable ActiveX for your Trusted Sites zone by setting this key: HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\1208 to 3 (three)
Note: Ofcourse for the last key your WebInterface server must be in your Trusted Sites zone. If it’s in another zone you obviously need to change the key for that zone.
Resolution:
In my case the troublemaker was the Citrix ICA-Client Add-On in Internet Explorer.
(Check if you have one installed by clicking tools > Manage Add-Ons and then in the dropdown menu show all add-ons)
This add-on conflicts with HKCU\Software\Microsoft\Windows\Current Version\Internet Settings\Zones\2\1208 key. In our scenario the webinterface is in Trusted Sites (which is zone 2)
The 1208 key represents: Allow previously unused ActiveX controls to run without prompt.
Value 0 = enabled, Value 3 = Disabled.
When you have the add-on installed:
  • And it’s set to disabled. You need to set the 1208 key to 3 to get a working situation.
  • And it’s set to enabled. You will not manage to get a working situation.
When the add-on is not installed the 1208 key doesn’t matter. 0 or 3 is both fine.
You can unregister the add-on with:
C:\Program Files\Citrix\ICA Client>regsvr32 /u Wfica.ocx
Keep in mind that Client Detection on your webinterface will not work anymore.

How to publish a power point template in citrix

C:\Program Files\Microsoft Office\Office14\POWERPNT.EXE  "C:\Program Files\Microsoft Office\Templates\test\test.pot"