<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>exe&#039;s tech n stuff &#187; Citrix PS / XenApp</title>
	<atom:link href="http://blog.the-exe.org/category/software/citrix-ps-xenapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.the-exe.org</link>
	<description>woop woop</description>
	<lastBuildDate>Thu, 15 Sep 2011 13:49:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mac OSX 10.7 Lion 100% CPU load after update from Snow Leopard 10.6.8</title>
		<link>http://blog.the-exe.org/mac-osx-10-7-lion-100-cpu-load-after-update-from-snow-leopard-10-6-8/</link>
		<comments>http://blog.the-exe.org/mac-osx-10-7-lion-100-cpu-load-after-update-from-snow-leopard-10-6-8/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 16:25:46 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[Citrix PS / XenApp]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=1038</guid>
		<description><![CDATA[{lang: 'de'}After installing OSX 10.7 Lion your CPU might go to 100% and not going down. As a result the fan is turning to a maximum speed. 
There are two possibilities what&#8217;s happening. 
1. Lion is indexing all your files.  &#8230; <a href="http://blog.the-exe.org/mac-osx-10-7-lion-100-cpu-load-after-update-from-snow-leopard-10-6-8/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: left; margin-right: 10px; margin-top:15px;"><g:plusone size="tall" count="1" href="http://blog.the-exe.org/mac-osx-10-7-lion-100-cpu-load-after-update-from-snow-leopard-10-6-8/">{lang: 'de'}</g:plusone></div><p>After installing OSX 10.7 Lion your CPU might go to 100% and not going down. As a result the fan is turning to a maximum speed. </p>
<p>There are two possibilities what&#8217;s happening. </p>
<p>1. Lion is indexing all your files. This might take some time. While indexing your CPU will be used to 100%. This is normal and no need to worry. You can see if your System is indexing if you check the spotlight icon in the top right corner. If the magnifier has a small dot in the center your system is indexing.</p>
<p>2. If there is no indexing in progress go to activity monitor and see what process is causing the problem. One of the process can be AGAdminService running as root. This process can be part of Citrix Online Plugin. If you have Citrix Plugin installed you can try to uninstall it. If it&#8217;s not working and the process still on 100% load, you have to execute the following command in a terminal session.</p>
<p><code>sudo launchctl unload -w /Library/LaunchDaemons/com.citrix.agadminservice.plist</code></p>
<p>You&#8217;ll have to enter your root password. If you execute the command the Service should disappear and shouldn&#8217;t appear at the next logon. </p>
<p>Thanks for this solution to mahbool in the following thread in the Apple support forums.<br />
<a href="https://discussions.apple.com/message/15670643#15670643" title="Link to Apple Discussions" target="_blank">Link to Apple Discussions</a></p>
<p><script type="text/javascript">
var uri = 'http://impch.tradedoubler.com/imp?type(img)g(19538944)a(1600797)' + new String (Math.random()).substring (2, 11);
document.write('<a href="http://clk.tradedoubler.com/click?p=24372&#038;a=1600797&#038;g=19538944" target="_BLANK"><img src="'+uri+'" border=0></a>');
</script></p>

<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.the-exe.org%2Fmac-osx-10-7-lion-100-cpu-load-after-update-from-snow-leopard-10-6-8%2F&amp;layout=standard&amp;show_faces=yes&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 25px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/mac-osx-10-7-lion-100-cpu-load-after-update-from-snow-leopard-10-6-8/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Explorer.exe closed on Citrix session just after loading</title>
		<link>http://blog.the-exe.org/explorer-exe-closed-on-citrix-session-just-after-loading/</link>
		<comments>http://blog.the-exe.org/explorer-exe-closed-on-citrix-session-just-after-loading/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 06:55:57 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[Citrix PS / XenApp]]></category>
		<category><![CDATA[XenApp 6.0 explorer.exe]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=902</guid>
		<description><![CDATA[{lang: 'de'}Situation: New Installation of XenApp 6.0 on Windows 2008 Server r2
Plan: Setup a new Citrix XenApp 6.0 server and publish some applications. One of those applications would be Explorer.
Problem: If you publish explorer.exe on XenApp 6.0 it would open  &#8230; <a href="http://blog.the-exe.org/explorer-exe-closed-on-citrix-session-just-after-loading/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: left; margin-right: 10px; margin-top:15px;"><g:plusone size="tall" count="1" href="http://blog.the-exe.org/explorer-exe-closed-on-citrix-session-just-after-loading/">{lang: 'de'}</g:plusone></div><p><strong>Situation:</strong> New Installation of XenApp 6.0 on Windows 2008 Server r2<br />
<strong>Plan:</strong> Setup a new Citrix XenApp 6.0 server and publish some applications. One of those applications would be Explorer.<br />
<strong>Problem:</strong> If you publish explorer.exe on XenApp 6.0 it would open on the client but closes within split seconds after starting. There is no entry in the eventlog.<br />
<strong>Solution:</strong> There is a registry key that will delay the startup of the application. This can solve the problem. It worked for my environment. There is no reboot required. Just open registry editor and go to the following path.</p>
<blockquote><p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Citrix\wfshell\TWI</p></blockquote>
<p>There you&#8217;ll have to add the following DWORD32 Key.<br />
<code>LogoffCheckerStartupDelayInSeconds</code><br />
Set the value to &#8220;10&#8243; decimal.</p>
<p>After that you will have to logoff the client and logon again. After logon you should be able to open the published explorer.<br />
Source: The original thread can be found <a href="http://forums.citrix.com/message.jspa?messageID=1468164">here</a></p>
<p><script type="text/javascript">
var uri = 'http://impch.tradedoubler.com/imp?type(js)g(19078010)a(1600797)' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
</script></p>

<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.the-exe.org%2Fexplorer-exe-closed-on-citrix-session-just-after-loading%2F&amp;layout=standard&amp;show_faces=yes&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 25px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/explorer-exe-closed-on-citrix-session-just-after-loading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix Webinterface 5.1 Connection Timed Out</title>
		<link>http://blog.the-exe.org/citrix-webinterface-51-connection-timed-out/</link>
		<comments>http://blog.the-exe.org/citrix-webinterface-51-connection-timed-out/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:41:20 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[Citrix PS / XenApp]]></category>
		<category><![CDATA[Citrix Webinterface automatic Logoff]]></category>
		<category><![CDATA[Connection Timed Out Webinterface]]></category>
		<category><![CDATA[Webinterface Session Logoff]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=744</guid>
		<description><![CDATA[{lang: 'de'}Problem: Citrix meldet offene Sessions auf dem Webinterface nach einer gewissen Zeit ab. Dadurch muss sich der User jeweils neu am Webinterface authentifizieren. 
Ursache: Auf dem Webinterface ist ein Timeout gesetzt welches per Default auf 20 Minuten steht. Dadurch  &#8230; <a href="http://blog.the-exe.org/citrix-webinterface-51-connection-timed-out/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: left; margin-right: 10px; margin-top:15px;"><g:plusone size="tall" count="1" href="http://blog.the-exe.org/citrix-webinterface-51-connection-timed-out/">{lang: 'de'}</g:plusone></div><p><strong>Problem</strong>: Citrix meldet offene Sessions auf dem Webinterface nach einer gewissen Zeit ab. Dadurch muss sich der User jeweils neu am Webinterface authentifizieren. </p>
<p><strong>Ursache</strong>: Auf dem Webinterface ist ein Timeout gesetzt welches per Default auf 20 Minuten steht. Dadurch muss sich der User alle 20 Minuten neu anmelden.</p>
<p><strong>Lösung</strong>: Auf dem Webinterface müssen die <strong>Session Preferences</strong> editiert werden. In den Preferences gibt es unter <strong>General</strong> einen Punkt <strong>Web Sessions</strong>. Dort findet man dann auch den Wert von 20 Minuten. Wird dieser Wert nun angepasst, so fliegt der User nicht mehr aus dem Webinterface bis der Counter abgelaufen ist. Setzt man den Wert auf einen Tag, so kann ein User einen ganzen Tag eingeloggt bleiben Ohne das er sich neu anmelden muss.<br />
Screenshot der Einstellung:<br />
<img src="http://blog.the-exe.org/wp-content/uploads/2009/06/timeout-300x73.jpg" alt="timeout" title="timeout" width="300" height="73" class="aligncenter size-medium wp-image-745" /><br />
Link zur Anleitung für Webinterface 3.0-4.5 sowie 5.1: <a href="http://support.citrix.com/article/CTX103672">Citrix KB Artikel</a></p>

<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.the-exe.org%2Fcitrix-webinterface-51-connection-timed-out%2F&amp;layout=standard&amp;show_faces=yes&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 25px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/citrix-webinterface-51-connection-timed-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix: WFCRUN32 &#8211; Failed to Setup Event Logging</title>
		<link>http://blog.the-exe.org/citrix-wfcrun32-failed-to-setup-event-logging/</link>
		<comments>http://blog.the-exe.org/citrix-wfcrun32-failed-to-setup-event-logging/#comments</comments>
		<pubDate>Thu, 28 May 2009 07:37:17 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[Citrix PS / XenApp]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Citrix WFCRUN32 Error]]></category>
		<category><![CDATA[Failed to Setup Event Logging]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=735</guid>
		<description><![CDATA[{lang: 'de'}Nach jedem Start eines PC&#8217;s mit dem 11er Client von Citrix erscheint folgende Fehlermeldung.
WFCRUN32 &#8211; Failed to Setup Event Logging  
Der Fehler lässt sich auch mit einer Neuinstallation nicht beheben. Die Ursache liegt bei einer Datei die beim  &#8230; <a href="http://blog.the-exe.org/citrix-wfcrun32-failed-to-setup-event-logging/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: left; margin-right: 10px; margin-top:15px;"><g:plusone size="tall" count="1" href="http://blog.the-exe.org/citrix-wfcrun32-failed-to-setup-event-logging/">{lang: 'de'}</g:plusone></div><p>Nach jedem Start eines PC&#8217;s mit dem 11er Client von Citrix erscheint folgende Fehlermeldung.</p>
<blockquote><p>WFCRUN32 &#8211; Failed to Setup Event Logging  </p></blockquote>
<p>Der Fehler lässt sich auch mit einer Neuinstallation nicht beheben. Die Ursache liegt bei einer Datei die beim Update auf eine neue Version nicht aktualisiert wird. Diese Datei liegt im Profil eines jeden Users. Wird die Datei umbenannt, so erstellt der Citrix Client diese beim nächsten Restart neu. Der Fehler sollte dann direkt verschwinden. Die Datei welche man umbenennen muss ist befindet sich im Profil des Users unter folgendem Pfad</p>
<blockquote><p>C:\Dokumente und Einstellungen\username\Anwendungsdaten\ICAClient</p></blockquote>
<p>Um das Problem zu lösen muss die Datei APPSRV.ini umbenannt werden. Der ICA Client erstellt die Datei anschliessend wieder neu. Der Fehler sollte anschliessend verschwunden sein.</p>
<p><script type="text/javascript">
var uri = 'http://impch.tradedoubler.com/imp?type(js)g(18100800)a(1600797)' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
</script></p>

<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.the-exe.org%2Fcitrix-wfcrun32-failed-to-setup-event-logging%2F&amp;layout=standard&amp;show_faces=yes&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 25px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/citrix-wfcrun32-failed-to-setup-event-logging/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Citrix Error: Requested variable ServerURLModifiable contains the invalid bool value &#8220;&#8221;</title>
		<link>http://blog.the-exe.org/citrix-error-requested-variable-serverurlmodifiable-contains-the-invalid-bool-value/</link>
		<comments>http://blog.the-exe.org/citrix-error-requested-variable-serverurlmodifiable-contains-the-invalid-bool-value/#comments</comments>
		<pubDate>Mon, 11 May 2009 08:56:16 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[Citrix PS / XenApp]]></category>
		<category><![CDATA[Citrix Error Message when starting XenApp Client]]></category>
		<category><![CDATA[Requested variable ServerURLModifiable contains the invalid bool value ""]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=727</guid>
		<description><![CDATA[{lang: 'de'}Die Fehlermeldung Requested variable ServerURLModifiable contains the invalid bool value &#8220;&#8221; hat mich heute Morgen begrüsst. Seit einigen Tagen lassen sich aufgrund diese Fehlermeldung keine Applikationen mehr starten. Der XenApp Agent kann keine Verbindung mehr öffnen und wird mit  &#8230; <a href="http://blog.the-exe.org/citrix-error-requested-variable-serverurlmodifiable-contains-the-invalid-bool-value/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: left; margin-right: 10px; margin-top:15px;"><g:plusone size="tall" count="1" href="http://blog.the-exe.org/citrix-error-requested-variable-serverurlmodifiable-contains-the-invalid-bool-value/">{lang: 'de'}</g:plusone></div><p>Die Fehlermeldung Requested variable ServerURLModifiable contains the invalid bool value &#8220;&#8221; hat mich heute Morgen begrüsst. Seit einigen Tagen lassen sich aufgrund diese Fehlermeldung keine Applikationen mehr starten. Der XenApp Agent kann keine Verbindung mehr öffnen und wird mit diesem Fehler beendet. Woher der Fehler kommt kann ich nicht sagen.<br />
Ein Update oder eine Reinstallation des Clients brachte nicht den gewünschten Erfolg. Das Problem scheint jedoch bei einigen Usern vorzukommen und so findet man in den Citrix Foren diesen <a href="http://forums.citrix.com/thread.jspa?threadID=92719">Thread</a> Die Lösung des Problems ist in Post Nummer 8 beschrieben.</p>
<p>Um das Problem zu beheben, muss folgender Registry Schlüssel gelöscht werden.</p>
<blockquote><p>HKEY_CURRENT_USER\Software\Citrix\PNAgent</p></blockquote>
<p>Ist dieser Eintrag nicht mehr vorhanden, so startet der Client wieder problemlos und ohne Fehlermeldung.</p>
<p><strong>Achtung: Unsachgemässer Umgang mit dem Registry Editor kann Ihr System beschädigegen.</strong></p>

<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.the-exe.org%2Fcitrix-error-requested-variable-serverurlmodifiable-contains-the-invalid-bool-value%2F&amp;layout=standard&amp;show_faces=yes&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 25px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/citrix-error-requested-variable-serverurlmodifiable-contains-the-invalid-bool-value/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Citrix Dual Screen Resolution Problem</title>
		<link>http://blog.the-exe.org/citrix-dual-screen-resolution-problem/</link>
		<comments>http://blog.the-exe.org/citrix-dual-screen-resolution-problem/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 09:43:15 +0000</pubDate>
		<dc:creator>eXe</dc:creator>
				<category><![CDATA[Citrix PS / XenApp]]></category>
		<category><![CDATA[Citrix Dual Screen Resolution]]></category>
		<category><![CDATA[Maximize Window on secondary Screen Citrix Presentation Server 4]]></category>

		<guid isPermaLink="false">http://blog.the-exe.org/?p=570</guid>
		<description><![CDATA[{lang: 'de'}Hatte heute bei einem Presentation Server 4.0 ein Problem mit der Auflösung bei der Verwendung von unterschiedlichen Screens. Auf Farm Level muss eine Cache Size für die Grafiken in der ICA Session definiert werden. Ist dieser Cache zu klein,  &#8230; <a href="http://blog.the-exe.org/citrix-dual-screen-resolution-problem/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: left; margin-right: 10px; margin-top:15px;"><g:plusone size="tall" count="1" href="http://blog.the-exe.org/citrix-dual-screen-resolution-problem/">{lang: 'de'}</g:plusone></div><p>Hatte heute bei einem Presentation Server 4.0 ein Problem mit der Auflösung bei der Verwendung von unterschiedlichen Screens. Auf Farm Level muss eine Cache Size für die Grafiken in der ICA Session definiert werden. Ist dieser Cache zu klein, kommt es zu einem Anzeigefehler beim maximieren der Applikation. Diese füllt dann nicht den ganzen Screen sondern deckt nur einen Teil des erweiterten Windows Desktops sowie einen Teil des 1. Bildschirms ab. Damit ist nicht zu arbeiten.</p>
<p>Setzt man nun aber den entsprechenden Wert für den Grafikcache etwas hoch, lässt sich dieses Problem einfach und mit wenigen klicks beheben. Auf der Citrix Website gibt es eine Liste mit empfohlenen Cache Werten für die Unterschiedlichen Auflösungen und die entsprechende Farbtiefe. </p>
<p>Citrix KB Artikel: <a href="http://support.citrix.com/article/CTX781561">Hier</a></p>
<p>Wird der Wert angepasst, muss die Session neu afgebaut werden damit die Änderungen in Kraft treten. </p>
<p><img src="http://blog.the-exe.org/wp-content/uploads/2009/01/icacache.jpg" alt="icacache" title="icacache" width="549" height="174" class="aligncenter size-full wp-image-573" /></p>
<p>Diese Einstellung gibt es sowohl für PS 4.0, 4.5 und XenApp 5.0</p>

<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.the-exe.org%2Fcitrix-dual-screen-resolution-problem%2F&amp;layout=standard&amp;show_faces=yes&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 25px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.the-exe.org/citrix-dual-screen-resolution-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

