Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Web Farm Framework 2.2 does not provision through Web Platform Installer 3.0


Symptoms

When you set up a Microsoft Web Farm Framework (WFF) 2.2 provision through Microsoft Web Platform Installer (WPI) 3.0, you may receive the following "Invalid URI" error messages about the feed for WPI 3.0.

↑ Back to the top


Cause

These errors occur because WFF 2.2 depends on the components of WPI 3.0. However, support for the main feed for WPI 3.0 has recently ended.

↑ Back to the top


Resolution

The WPI 3.0 feed is deployed to a new URL. Therefore, to fix this problem, you must include the new platformProvision feed URL in the ApplicationHost.config file, and then change the file manually by using Internet Information Services (IIS) Manager GUI or by running an AppCmd command.

To update the ApplicationHost.config file, use one of the following methods.

Method 1: Use the IIS Manager GUI

  1. Locate your Controller server, and then start IIS Manager.
  2. Click the server node, and then click the Configuration Editor module.
  3. Click the Section menu, and then select Web Farms.
  4. Click the Collection row, and then click the ellipsis icon on the right end of this row.
  5. Highlight the Web Farms row, and then expand platformProvision.
  6. Change the feed URL to the following:

    <
    https://webpifeed.blob.core.windows.net/webpifeed/3.0/webproductlist.xml>
  7. If the WFF service does not receive the change automatically, restart WFF and IIS. To verify that the change took effect, open the ApplicationHost.config file and search for an updated platformProvision element.
  8. To verify that the change is working as expected, click Servers under Server Farm. You should see no errors reported.
     

Method 2: Use AppCmd

At a command prompt, run the following AppCmd command:

%systemroot%\system32\inetsrv\appcmd.exe set config -section:webFarms /[name='MMAIISfarm-DEV'].platformProvision.feedUrl:"https://webpifeed.blob.core.windows.net/webpifeed/3.0/webproductlist.xml" /commit:apphost


Note
 To avoid configuration conflicts, we recommend that you do not change the ApplicationHost.config file manually.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


References

Learn about the terminology that Microsoft uses to describe software updates.

↑ Back to the top


Keywords: WFF 2.2 fails to provision, kb, kbsurveynew

↑ Back to the top

Article Info
Article ID : 4099980
Revision : 26
Created on : 4/4/2018
Published on : 4/4/2018
Exists online : False
Views : 138