31 Ocak 2012 Salı

Access Management Console açlışı uzun sürüyorsa şu adımları yapın (XA-XD)

To resolve this issue, you can either provide the computer with internet access so it can verify the authenticode signature, or disable the authenticode signature checking feature for Microsoft Management Console (see below).
XenApp 6.0
In XenApp 6, a dialog is now shown if authenticode signature checking has not been disabled on the system as follows:
XenApp 5.0, XenDesktop 5.0 and earlier Citrix software releases
This article assumes you have Access Management Console or Delivery Services Console installed on a system. These releases ship with products such as XenApp, XenDesktop, Password Manager, and Access Gateway Advanced Edition.
Important! To implement the resolution detailed below, you must have one of the following Microsoft .NET Framework versions installed:
  • Microsoft .NET Framework 2.0 with KB936707 Hotfix
  • Microsoft .NET Framework 2.0, Service Pack 1 or later
  • Microsoft.NET Framework 3.0 or later
  • Microsoft.NET Framework 3.5 or later
For 32-bit Windows Installations:
  1. Create a file in c:\windows\system32\ called mmc.exe.config.
  2. Place the following text inside the file and save it:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<generatePublisherEvidence enabled="false" />
</runtime>
</configuration>
  1. Launch the Access Management Console/Delivery Services Console again. This should be much faster because the system does not attempt to verify the Authenticode signature.
For 64-bit Windows Installations:
  1. Create a file in C:\Windows\SysWOW64 called mmc.exe.config.
  2. Place the following text inside the file and save it:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<generatePublisherEvidence enabled="false" />
</runtime>
</configuration>
  1. Launch the Access Management Console/Delivery Services Console again. This should be much faster because the system does not attempt to verify the Authenticode signature.

Hiç yorum yok:

Yorum Gönder