Home » slow

Tag: slow

Citrix Password Manager 4.6, 4.8 and 5.0 Slow using self service reset

Users trying to utilise the self service features of the citrix pwd mgmt the services takes a long time to respond.

Resolution: under DCOM settings on the Password manager server

Open the DCOM settings > dcomcnfg.exe

My COmputer > COM+ Applications > Citrix Password Manager Data Proxy > Properties > Advanced Tab

SET: Server Process shutdown > Leave running when idle (default is enable idle shutdown = 3 mins)

References:

http://support.citrix.com/article/CTX115609/

Lock and Windows Security Slow to Appear in XenApp 6.5 desktop session

Clients – Windows XP Thin Client T5740, Receiver 3.1

Servers – Windows 2008 R2, XenApp 6.5

Problem: When end users were selecting the Start> Windows Security or Start > Arrow > Lock option in the desktop menus there is a 10 – 20 second delay before the menu appears. It also affected volume control speed and even the ability to select the Speaker icon on the task bar.

Solution: Microphone redirection. Disable anything to do with microphone redirection and then the menus listed above should then appear instantly.

 

Web Interface 5.4 – SLOW

Our webinterface 5.4 on Windows server 2008 R2 was slow as hell for the first time load for any user or just after a reboot. Be sure to check your ASPNET version and path first.

Edit the ASPNET.config file Path: “c:WindowsMicrosoft.NETFrameworkv2.0.50727Aspnet.config between the

<generatePublisherEvidence enabled=”false”/>

 Example

<?xml version=”1.0″ encoding=”UTF-8″ ?>
<configuration>
    <runtime>
        <legacyUnhandledExceptionPolicy enabled=”false” />
        <legacyImpersonationPolicy enabled=”true”/>
        <alwaysFlowImpersonationPolicy enabled=”false”/>
        <SymbolReadingPolicy enabled=”1″ />
 <generatePublisherEvidence enabled=”false”/>
    </runtime>
</configuration>

REFERENCES: http://support.citrix.com/article/CTX117273