Monday, January 13, 2014

AppFabric installation and SharePoint 2013 Installation

While installing SharePoint 2013 - the AppFabric was failing and I noticed 2 erros:

 - Installer MSI returned with error code : 1603
 - The term 'Add-ASAppSqlInstanceStore' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

The solution is to add the below entry to the PSModulePath (System properties -> Environment Variables -> System variables)

C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\PowerShell\Modules\;C:\Program Files\AppFabric 1.1 for Windows Server\PowershellModules

Cheers !

No comments:

Post a Comment