http://www.archy.net

Comments: (0)

Citrix WebInterface 4.x and 5.x mode debug

Category : Citrix, Web Interface 5, WebInterface 4.x

Tracing is controlled by editing the web.config file for the site.

To cause debug tracing to be written to the file c:\temp\debug.txt, the <trace> section must be updated:

<trace autoflush=”true”>

<listeners>

<add initializeData=”c:\temp\wi-debug.txt” />

</listeners>

</trace>

To turn on tracing for a particular category, the <switches> section must be edited:

<switches>

<add value=”1″ />

<addFONT-FAMILY: ‘Tahoma’,’sans-serif’; FONT-SIZE: 10pt; mso-ansi-language: EN-US” lang=EN-US> Logging” value=”1″ />

<addFONT-FAMILY: ‘Tahoma’,’sans-serif’; FONT-SIZE: 10pt; mso-ansi-language: EN-US” lang=EN-US> EUEM” value=”1″ />

</switches>

A value of switches 1 = tracing on, a value switches 0 =  tracing off.

  • Share/Bookmark

Comments: (0)

ERROR: The MetaFrame servers reported that the alternate address cannot be found.

Category : Citrix, Microsoft, Presentation Server 4, Windows 2003

This is the second time I have this issue, when clicking on a publish application on the Citrix WebInterface I get this weir message : ERROR: The MetaFrame servers reported that the alternate address cannot be found. I mean weird because I’m on a LAN and I don’t cross any subnet or different VLAN and there is no alernate address configured on these servers.

Error Message at the bottom of my WI :
 snap00713

It looks like the LHC (Local Host Cache) doesn’t contain valid informations. And the only way to be sure about that one is to simply recreate the Local Host Cache.

So login on the computer and do as follow :

  • Share/Bookmark

Comments: (0)

Install Citrix WebInterface 4.6 on Windows 2003

Category : Citrix, WebInterface 4.x

This video show how to install a Citrix WebInterface 4.6 on Windows 2003 from scratch. You’ll see how to install Internet Information Services (IIS) and Java JRE prior begin the installation of Citrix WebInterface.

Click on continue reading to watch the video.

  • Share/Bookmark