Wednesday, September 27, 2006

 

DOT NET 2.0 Fix








Symptoms

The Access Suite Console is no longer able to properly communicate with Web Interface. The option to Create Sites is no longer available in the Common Tasks Pane of the Access Suite Console, and running discovery reports a warning which states “Could not contact any Web Interface configuration servers.”

Causes

This is caused by installing Microsoft .NET 2.0 on a Web Interface 4.0 server.

WorkAround

Remove .NET version 2.0.

-Or-

Create a file called “mmc.exe.config” in the \Windows\system32 directory and add the following lines to the file. You should be able to open the Access Suite Console without any further problems.

<?xml version ="1.0"?>
<configuration>
       <startup>
            <requiredRuntime version="v1.1.4322"/>
            <supportedRuntime version="v1.1.4322"/>
       </startup>
</configuration>

















 

DOT NET 2.0 Fix








Symptoms

The Access Suite Console is no longer able to properly communicate with Web Interface. The option to Create Sites is no longer available in the Common Tasks Pane of the Access Suite Console, and running discovery reports a warning which states “Could not contact any Web Interface configuration servers.”

Causes

This is caused by installing Microsoft .NET 2.0 on a Web Interface 4.0 server.

WorkAround

Remove .NET version 2.0.

-Or-

Create a file called “mmc.exe.config” in the \Windows\system32 directory and add the following lines to the file. You should be able to open the Access Suite Console without any further problems.

<?xml version ="1.0"?>
<configuration>
       <startup>
            <requiredRuntime version="v1.1.4322"/>
            <supportedRuntime version="v1.1.4322"/>
       </startup>
</configuration>

















 

How to receive verbose startup, shutdown, logon, and logoff status messages for Citrix

You can use Registry Editor to switch between normal and verbose status messages. To use Registry Editor to enable verbose logging, follow these steps:
1.
Start Registry Editor (Regedt32.exe).
2.
Locate and click the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
3.
On the Edit menu, point to New, and then click DWORD Value.
4.
Double-click the new key that is created, type verbosestatus in the Value Name box, and then type 1 in the Data value box.Note If the following key is present, and if the value is set to 1, status messages are not displayed:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisableStatusMessages

This page is powered by Blogger. Isn't yours?