Ram Prasad
 

Products Prepartion Tool - Application Server Role. Windows Server (IIS) Role: Configuration Error & Windows Server AppFabric: Intallation Skipped

Jan, 10 2015
 
1 min/s
 
 

Application Server Role. Windows Server (IIS) Role: Configuration Error

This issues occurs in some server due a problem in the Microsoft SharePoint Server 2013 Products Preparation Tool. This is issue has been confirmed by Microsoft and follow this KB Article on steps to solve this error.

Windows Server AppFabric: Intallation Skipped

Even after enabling the IIS Server role as described in the Microsoft Support Article, and running the Products Preparation Tool, you might get the error for App Fabric Cache installation. Inspite of running the Products Preapration Tool, the Windows Server AppFabric Installation is always skipped and cannot proceed further with SharePoint installation. To solve this manually install the App Fabric Cache using the following command in PowerShell.

$appfabric_setup = "<<Full Folder Path>>\WindowsServerAppFabricSetup_x64.exe"
& $appfabric_setup /i CacheClient","CachingService","CacheAdmin /gac

After manually installing the Window App Fabric Cache, run the products prepartion tool again which completes the pre-requisites installation successfully and you can continue with the SharePoint intallation.