To work around this issue, use the method that is appropriate for your situation.
Method 1: Remove and then reinstall the ISA Server Management MMC snap-in or ISA Server 2006 Configuration Storage Server
If you do not use ISA Server 2006 Configuration Storage Server to manage ISA Server 2006 arrays, remove and then reinstall the ISA Server Management MMC snap-in or ISA Server 2006 Configuration Storage Server.
Method 2: Edit the registry
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756�
How to back up and restore the registry in Windows
If you use ISA Server 2006 Configuration Storage Server to manage ISA Server 2006 arrays, follow these steps:
- Create a dummy instance of ISA Server 2006 on the computer that is running ISA Server 2006 Configuration Storage Server. To do this, follow these steps:
- Log on to the ISA server computer that is running ISA Server 2006 Configuration Storage Server.
- In Registry Editor, locate and then click the following subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fpc
- Export this registry subkey to a file that is named "Fpc.reg."
- Copy the Fpc.reg file to the computer that is running ISA Server 2006 Configuration Storage Server.
- Edit the Fpc.reg file so that the file includes only the values that refer to the CurrentServerGUID and CurrentArrayGUID registry entries. After you edit the Fpc.reg file, it resembles the following:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fpc]
"CurrentServerGUID"="{BBCB6998-7BAC-440D-B5BF-26B1542F8384}"
"CurrentArrayGUID"="{6C7BA7C5-8967-4637-8FBC-DA83A23ABEAB}"
- Import the edited Fpc.reg file into the computer's registry.
- Create a file that is named "Fweng.inf." Save this file in the ISA Server installation folder on the computer that is running ISA Server 2006 Configuration Storage Server.
Note Typically, the ISA Server installation folder is C:\Program Files\Microsoft ISA Server. - Edit the Fweng.inf file to include the following information:
[version]
signature="$WINDOWS NT$"
[Fweng_Inst.ntx86]
- Create a dummy service that is named "Fweng." To do this, type the following command at a command prompt:
sc create Fweng binpath= c:\WINDOWS\system32\notepad.exe
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
251192�
How to create a Windows service by using Sc.exe
- Remove the ISA Server 2006 update. To do this, follow these steps:
- Click Start, point to Settings, click Control Panel, and then double-click Add or Remove Programs.
- In the Add or Remove Programs dialog box, click to select the Show updates check box.
- Locate the ISA Server 2006 update that you want to remove.
Note Under the entry, a note may state the following: This update cannot be removed.
- Note the Microsoft Knowledge Base article number that appears next to the update.
- In Registry Editor, locate the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft ISA Server 2006 Update KB<KbNo>
Note In this subkey, <KbNo> represents the Knowledge Base article number that you noted in the previous step. - Right-click the UninstallString registry entry, and then click Modify.
- Copy the value that appears in the Value data box. This value resembles the following:
msiexec.exe /i {DD4CEE59-5192-4CE1-8AFA-1CFA8EB37209} MSIPATCHREMOVE={87D79C39-DD94-4867-8EB3-281BDEC66016} /qb
- At a command prompt, paste the value that you copied in the previous step, and then press ENTER to uninstall the update.
- Repeat steps c through h for all the updates that you want to remove.
- Clean the registry. To do this, type the following commands at a command prompt on the computer that is running ISA Server 2006 Configuration Storage Server. Press ENTER after each command:
- Del "C:\Program Files\Microsoft ISA Server\Fweng.inf"
- sc delete fweng
- REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fpc /v CurrentServerGUID
- REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fpc /v CurrentArrayGUID