Featured Posts

Remote Infrastructure Management Services (RIMs) – More to Offer than Cost SavingsRemote Infrastructure Management Services (RIMs) –... Remote Infrastructure Management (RIM) services will be the next growth engine for the offshore service industry as reported by leading consulting agencies and media. In fact, the global RIM industry has...

Readmore

Xobni – Search and Relationship Toolbar for OutlookXobni – Search and Relationship Toolbar for Outlook This is the best Outlook add-in so far from a company called Xobni located in San Francisco. “Xobni” is basically “Inbox” spelled backwards. The main idea behind the development of this plug-in...

Readmore

Open Source versus Open StandardsOpen Source versus Open Standards Everyone’s talking about open source and open standards now-a-days but hardly have I come across any who knows what exactly it contains and what the importance is. I’m putting this post in my blog...

Readmore

Installing Exchange Server 2007 SP1 on Windows Server 2008 for coexistence with Exchange Server 2003Installing Exchange Server 2007 SP1 on Windows Server... In this article I've tried to explain how to install or upgrade an organization running on Exchange Server 2003 to Exchange Server 2007 SP1 on a Windows 2008 Server. In the next post I'll be talking about...

Readmore

Basic Search Engine Optimization TipsBasic Search Engine Optimization Tips For all those who have a web site but do not have a budget to hire professional SEO/SEM companies, I've compiled a list of some basic items which can help to get your sites listed and show up in the search...

Readmore

  • Prev
  • Next

SharePoint Services 3.0 Installation

Posted on : 12-04-2008 | By : Vishal Vasu | In : Windows Server

Tags:

0

Since yesterday I’ve been trying to setup SharePoint Services 3.0 on a server which is running MS Exchange. Everytime when I start the installation, the installer reports back that the installation has been completed successfully and now I need to run the configuration wizard in order to finish the installation. I ran the wizard and it crashed at stage 2 where it tries to create a Configuration Database and reported an error stating: Failed to create the configuration database.

I opened the log file and got more details about the error:
An exception of type System.Data.SqlClient.SqlException was thrown. Additional exception information: Could not find stored procedure ‘dbo.proc_getObjectsByClass’.System.Data.SqlClient.SqlException: Could not find stored procedure ‘dbo.proc_getObjectsByClass’.

I also found the following error in Event Viewer under the Event ID 5586:
Unknown SQL Exception 2812 occured. Additional error information from SQL Server is included below.Could not find stored procedure ‘dbo.proc_getObjectsByClass’.

…which was followed by Event ID 104:
Failed to create the configuration database.
An exception of type System.Data.SqlClient.SqlException was thrown. Additional exception information: Could not find stored procedure ‘dbo.proc_getObjectsByClass’.
System.Data.SqlClient.SqlException: Could not find stored procedure ‘dbo.proc_getObjectsByClass’.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)

… and Event ID 100:
Configuration of SharePoint Products and Technologies failed. Configuration must be performed in order for this product to operate properly. To diagnose the problem, review the extended error information located at C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions12LOGSPSCDiagnostics_4_12_2008_14_11_5_734_1835669046.log, fix the problem, and run this configuration wizard again.

This problem had me for good and after numerous repairs, removals and retries, I called it a day. The next day I started searching for some resources on the Internet for this error and came across the following KB article: KB934790

Yes, I did have WSUS installed on this server and that was the cause. The problem had been nailed down. I got the hotfix, installed it and re-installed Sharepoint Services 3.0. This time it was a piece of cake.