Welcome to my blog on all things SharePoint. I have a range of articles that will interest you if you've made it as far as visiting my blog. I was awarded as an SharePoint MVP by Microsoft in July 2010. I currently live in New York and am an Enterprise Architect at AvePoint Inc.. I co founded www.NothingButSharePoint.com with Mark Miller in 2010.

MVP AwardJeremy Thake Profile Photo

Whitepapers

NBSP

Check out my articles on NothingButSharePoint.com

Solution Development in SharePoint 2007

This series was inspired by the chatter amongst SharePoint blogs on the best ways to approach customisations in SharePoint using Solutions.

Part 1 - Part 2 - Part 3 - Part 4 - Part 5 - Part 6 - Part 7 - Part 8

Leveraging the SharePoint Platform

This series was inspired by a discussion had with Andrew Coates at a Perth SharePoint User Group meeting. This then turned into a 6 part series on Arno Nell's SharePointMagazine.net web site.

Initial post - Part 1 - Part 2 - Part 3 - Part 4 - Part 5 - Part 6

Webcasts

I have recorded various web casts that I present at User Groups or just on a specific topic by request:
How ASP.NET Developers can leverage SharePoint webcast
SPSource Webcast: Reverse engineer Lists to ListTemplates and much more
SharePoint Development with Unit Testing webcast
Perth SharePoint UG Web Cast on approaches to deploying artefacts (SPSource)
More...


Podcasts

I have been interviewed about Leveraging the SharePoint Platform by the SharePoint Pod Show: listen here .

RSS Feed Feed your read!

Archives

January 2012 (5)
September 2011 (2)
August 2011 (1)
July 2011 (3)
June 2011 (7)
May 2011 (3)
April 2011 (3)
March 2011 (3)
February 2011 (2)
January 2011 (1)
December 2010 (4)
September 2010 (4)
July 2010 (5)
June 2010 (4)
May 2010 (6)
April 2010 (7)
March 2010 (5)
February 2010 (7)
January 2010 (3)
December 2009 (1)
November 2009 (6)
October 2009 (9)
September 2009 (7)
August 2009 (6)
July 2009 (13)
June 2009 (4)
May 2009 (12)
April 2009 (4)
March 2009 (4)
February 2009 (13)
January 2009 (4)
December 2008 (4)
November 2008 (11)
October 2008 (16)
September 2008 (4)
August 2008 (5)
July 2008 (4)
June 2008 (8)
May 2008 (5)
April 2008 (9)
March 2008 (5)
February 2008 (6)
January 2008 (1)
November 2007 (11)
October 2007 (8)
September 2007 (24)
August 2007 (5)
July 2007 (2)
May 2007 (1)
April 2007 (1)
March 2007 (1)
February 2007 (3)
January 2007 (4)
November 2006 (7)
October 2006 (7)
September 2006 (18)
August 2006 (14)
June 2006 (3)
May 2006 (8)
April 2006 (4)
March 2006 (38)
February 2006 (30)
January 2006 (2)
December 2005 (3)
November 2005 (28)
May 2005 (1)
April 2005 (5)
March 2005 (1)
November 2004 (1)
August 2004 (11)
July 2004 (1)
Failed to render control: An error occurred during a call to extension function 'createMonthUrl'. See InnerException for a complete description of the error.

Links

Tag Cloud

Ajax, Apple, DotNetNuke, Enterprise Content Management, Error Resolution, Gadgets, General, Governance, Microsoft .Net Development, Mobile, SharePoint, Sharepoint Business Forms, Sharepoint Business Intelligence, Sharepoint Collaboration, SharePoint Development, Sharepoint Enterprise Content Management, Sharepoint Enterprise Search, Sharepoint Portal, US Migration, Web 2.0, Workflow

Shared Services Provider Provisioning Failure   

Tags:
Technorati Tags:

I'm building a completely new farm with all the latest patches and when I create the SSP it lets me create individual Application Pools for MySites and the SSP itself and I can confirm creation which gives me the lovely spinning icon:

image

And it just sits there for 10 minutes...I didn't want to close it so I opened another window with Central Administration.

Finding the error

The SSP link in Quick Launch is disabled, but clicking on the Shared Services Administration page gives me this:

image

Finally after 15 minutes the progress page comes back with a Failure message. It clearly failed way before that but still kept spinning! LOL

image

The ULS Logs gives the same error: "A runtime exception was detected. Details follow.  Message: Windows NT user or group 'domain.wa.gov.au\SP_SSPAppPool' not found. Check the name again. ". But nothing more than that.

vNext Error reporting

The Note is not very clear:

"If you correct the error that caused this failure, provisioning will subsequently succeed. To stop provisioning from being retired, delete the SSP."

It doesn't tell you how to correct the error, I mean I can go into IIS and modify the Identity of the application pool, but if I try and go through SSP configuration it fails with an error when editing the Application Pool.

image

Deleting SSP

And deleting the SSP is an option in the User Interface! The link is disabled!

image

So the easiest way to recover from this...is delete the SSP using (had to delete Web Applications first for SSP and MySites):

   1: stsadm –o deletessp –title SharedServices1

and then run through the steps again. This MSDN forum post help a lot.

Windows 2000 compatible domain

So this didn't work as some of my other accounts had the FQDN domain like 'domain.wa.gov.au' instead of 'DOMAIN' and so I had to go through where ever I've set service accounts and change them! The weird thing is that the FQDN ('domain.wa.gov.au\sp_admin') worked fine in the People Picker when setting the accounts and resolved, but obviously causes issues whenever it hits SQL! So best bet is just to use the DOMAIN within SharePoint. Lesson Learnt.

Not sure why it has only come up when creating SSP as install went fine! Once I'd done that the SSP page changed to "Provisioning in Progress":

image 

I also noticed in the event log getting same errors for Search and this has now gone too! It always pays to check the logs for each step as you install SharePoint.

Event Type:    Error
Event Source:    Office SharePoint Server
Event Category:    Office Server General
Event ID:    7888
Date:        12/11/2008
Time:        4:55:56 PM
User:        N/A
Computer:    SOMSP01
Description:
A runtime exception was detected. Details follow.
Message: Windows NT user or group 'domain.wa.gov.au\SP_MOSSSearch' not found. Check the name again.

Techinal Details:
System.Data.SqlClient.SqlException: Windows NT user or group 'domain.wa.gov.au\SP_MOSSSearch' not found. Check the name again.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Office.Server.Data.SqlSession.ExecuteNonQuery(SqlCommand command)
   at Microsoft.Office.Server.Data.SqlServerManager.GrantLogin(String user)
   at Microsoft.Office.Server.Administration.SharedDatabase.Microsoft.Office.Server.Administration.ISharedAccessControl.SetAccessControl(SharedComponentSecurity security)
   at Microsoft.Office.Server.Search.Administration.SearchAdminUtils.GrantAccessToAccount(String username, ISharedAccessControl sharedAccessControl)
   at Microsoft.Office.Server.Search.Administration.SearchSharedApplication.Install()
   at Microsoft.Office.Server.Administration.SharedResourceProvider.ProvisionApplications(SharedComponentSecurity sharedApplicationSecurity)
   at Microsoft.Office.Server.Administration.SharedResourceProvider.Microsoft.Office.Server.Administration.ISharedComponent.Install()
   at Microsoft.Office.Server.Administration.SharedResourceProvider.Provision()

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

 
Posted by  Jeremy Thake  on  11/12/2008
0  Comments  |  Trackback Url  | 6  Links to this post | Bookmark this post with:        
 

Links to this post

Comments

blog comments powered by Disqus