Skip to main content

Command Palette

Search for a command to run...

SharePoint 2010 on SQL 2012 Configuration Failed

Updated
1 min read
SharePoint 2010 on SQL 2012 Configuration Failed
B

Bradley Schacht is a Principal Program Manager on the Microsoft Fabric product team based in Saint Augustine, FL. Bradley is a former consultant, trainer, and has coauthored 6 SQL Server and Power BI books, most recently Learn Microsoft Fabric. As a member of the Microsoft Fabric product team, Bradley works directly with customers to solve some of their most complex data problems and helps shape the future of Microsoft Fabric. Bradley gives back to the community through speaking at events such as the SQLBits, Fabric Community Conference, PASS Community Data Summit, SQL Saturdays, Code Camps, and user groups across the country including locally at the Jacksonville SQL Server User Group (JSSUG). He is a contributor on SQLServerCentral.com and blogs on his personal site, BradleySchacht.com.

Recently while doing an installation of SharePoint 2010 on a Windows Server 2008 R2 server with a SQL Server 2012 back end I ran into a small roadblock. The following error popped up as I was running the product configuration wizard. [error] Failed to create the configuration database. An exceptin of type System.Data.SqlClient.SqlException was thrown. Additional exception information: Could not find stored procedure 'sp_dboption'. [/error] After a little searching I found out that the installation media that was downloaded for us was SharePoint 2010, not SharePoint 2010 SP1. In order to do the installation with a SQL 2012 database server you must be using SharePoint 2010 Service Pack 1. After downloading and installing the service pack on the server everything went smoothly. There are details in this Microsoft Knowledge Base article: http://support.microsoft.com/kb/2460045 [notice]You do not need to download the ISO from MSDN that has service pack 1 bundled with the installer. If you have already installed the bits for SharePoint 2010 on the server simply download and install service pack 1 then rerun the configuration wizard.[/notice] [notice]SharePoint 2010 does NOT support installation on Windows Server 2012 until SP2 which does not have a target date at the time of writing of this blog.[/notice]

More from this blog

B

Bradley Schacht

180 posts

Bradley Schacht is a Principal Program Manager on the Microsoft Fabric product team based in Saint Augustine, FL.