linuxpeter.de
  Batch, Scripts, Tools & Tips > Windows Batch and Tools  
 
Windows Batch and Tools
Übersicht 3rd person view in mirror's edge >>
Citrix Access Management Console slow to load Citrix Access Management Console slow to load Citrix Access Management Konsole braucht lange zum Laden Ladezeit ist lange bis zur Discovery

Bei unserer Citrix Installation dauerte es ewig bis die Access Management Console auf dem Server geöffnet und die Discovery durchgeführt hat.

Richtig schlimm wurde es dann auf meinem Notebook, das ich für die Verwaltung benutzt habe.

Und hier ist (m)eine Lösung des Problems (gefunden in einem Citrix Forum):

On 64-bit systems, create a config file named
C:\Windows\SysWOW64\mmc.exe.config
For 32 bit systems the file is the following:
C:\Windows\System32\mmc.exe.config

Add the following contents in the file:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<generatePublisherEvidence enabled="false" />
</runtime>
</configuration>

Für weitere Informationen zum Workaround kann man sich hier schlau machen:
support.microsoft.com/default.aspx/kb/936707



Zuletzt geändert von Bikerpete (admin)  am Oct 27 2009  um 2:12 PM
Übersicht 3rd person view in mirror's edge >>


Info

Buy me a coffee ...


 
Top! Top!