Monday, September 9, 2013

Sharepoint 2013 server installation issue App Fabric

Resolution
Solution 1
=======

Append the following path to PSModulePath entry in the environment variables - %SYSTEMROOT%\System32\WindowsPowerShell\v1.0\

•Go to 'My Computer', right-click 'Properties'
•On the 'System' page, click 'Advanced System Setings' on the left-side pane.
•If you receive n UAC prompt, click on Yes to launch the 'System Properties' dialog box
•From the 'Advanced' tab, click 'Environment Variables'
•Within the 'System Variables' section on the lower half, select 'PSModulePath' and click on Edit (you can also double-click 'PSModulePath')
•Append the following path to PSModulePath entry in the environment variables
         %SYSTEMROOT%\System32\WindowsPowerShell\v1.0\

•Ensure that the 'PSModulePath' entry looks like this:

C:\Windows\system32\WindowsPowerShell\v1.0\Modules\; C:\Program Files\AppFabric 1.1 for Windows Server\PowershellModules
Solution 2
=======

There are chances that other applications might be referencing the same variable and may fail if it is deleted. This is what we can do if solution 1 does not help. Remove the PSModulePath entry from the 'Environment Variables' and re-run the installer. Once it completes successfully, ensure that the 'PSModulePath' entry looks the same as mentioned in solution 1.

Solution 3
=======

You can download the list of prerequisites from Links to applicable software http://technet.microsoft.com/en-us/library/cc262485.aspx#section5

Follow these steps for installing AppFabric for Windows Server correctly

1.Uninstall the Appfabric for Windows Server from Control Panel -> Programs and Features page
2.Download the individual requirements to a network location or a local folder
3.Install prerequisites for SharePoint 2013 manually

- From the Start menu, open the Command Prompt window using the Run as administrator option.
- Navigate to the root of the SharePoint 2013 installation media or folder location
- Type the prerequisite program switch and corresponding argument for the program that you want to install, and then press ENTER. For example:


if we have to install AppFabric for Windows Server from a local source, we can run the following command:

PrerequisiteInstaller.exe /AppFabric:

This will kick off the prerequisite installer wizard which will then use the installation file stored locally on the machine as specified in the command-line to install Windows Server AppFabric. We can also install more than one prerequisite by using different switches with the PrerequisiteInstaller.exe command to install multiple components and specifying the installation path in the command line window. For example:

PrerequisiteInstaller.exe /AppFabric:  /IDFX11:

This command will install Appfabric and Windows Identity Foundation

4.Run the following command:

PrerequisiteInstaller.exe /AppFabric: /IDFX11:"\Microsoft Identity Extensions.msi" /MSIPCClient:"\msipc.msi"  /WCFDataServices:"\WcfDataServices.exe" /KB2671763:"\AppFabric1.1-RTM-KB2671763-x64-ENU.exe

where "" signifies the file location from where you want to install. If you do not specify the option, the installer downloads the file from the Internet and installs it.

No comments:

How to identify the user that was used to change an object from AOT in AX2012

Get the object name for which we need to track these (user and date&time) information's. Login to SQL Server Management Studio an...