SharePoint 2013 Installation and Configuration Issues

# Issue 1:

During Installing SharePoint 2013 Prerequisites there was an error in installing Application Server Role , Web Server (IIS) Role : Configuration error

 

Steps to fix (Installing .Net Framework 3.5):

  1. Insert the Windows Server 2012 installation image or DVD
  2. Open a command prompt window (run as Administrator) and run the following:
  3. Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\SxS /LimitAccess

Note: D:\ is a Label for CD Drive in my case where Windows Server 2012 ISO image.

 

# Issue 2:

During running Configuration Wizard I got the following error in step 3:

Failed to create the configuration database.

Steps to fix (Change setting in SQL Server Instance - this option was optional in SharePoint 2010 but in SharePoint 2013 it's mandatory):

  1. Open Microsoft SQL Server Management Studio
  2. Login with sysadmin user 
  3. Right Click on instance name and select properties >> Advanced
  4. Change Max Degree of Parallelism to 1
  5. Restart the SQL Service

For more details: https://sps2013.blogspot.com/2013/01/this-sqlserver-instance-does-not-have.htm 

 

# Issue 3:

During running Configuration Wizard I got the following error in step 3:

Failed to secure the SharePoint resources.

 

Steps to fix (Change Folder Owner):

  1. Go to C:\Windows\Tasks
  2. Right Click on Tasks Folder and select Properties
  3. Go to Security Tab
  4. Click Advanced button
  5. Click Change link in owner filed
  6. Enter local Administrators group (Where SharePoint account which perform the installation belong to this group)

 

# Issue 4:

During installing April 2013 Cumulative update https://support.microsoft.com/kb/2726992 I got the following error:
 

 

Steps to fix:

Make sure when you downloaded the package to keep the cap file with the exe file during the installation and the reason CU has two files when its size more than 2 GB.
 

 

For more details https://blogs.technet.com/b/praveenh/archive/2013/06/18/the-installation-of-this-package-failed-error-while-installing-april-2013-cu-kb-2726992-for-sharepoint-2013.aspx

 

  # Issue 5:

After installing SP 1 and then try to run Configuration Wizard I got the following error in log file

Unable to create a Service Connection Point in the current Active Directory domain. Verify that the SharePoint container exists in the current domain and that you have rights to write to it.

Steps to fix:

check this link

https://blogs.msdn.com/b/opal/archive/2010/04/18/track-sharepoint-2010-installations-by-service-connection-point-ad-marker.aspx