Hello!
This weekend the server admins applied a lot of patches, including Sharepoint foundation Sp 1, to my discontent. I'm just a developer and would have liked the client to move to their new (standard) server instead of pathing their current Sharepoint environment.
Now, they didn't configure sharepoint afterwards. Seeing they had installed sp 1, and it gave some grief to the search database as it was "old". I ran:
psconfig.exe -cmd upgrade -inplace b2b -force
and after that one of the sharepointsites stopped working. To what I believe is the problem:
In central admin, If I go to Application management >> view all site collections for the webapp, it shows nothing. It doesn't have any site collections that sharepoint is aware of.
If I look at the other sites that are working, they show information for the site collection.
If I instead head over to application management >> manage content databases, then it says there's one site collection in the content database, that's the one I have to display somehow...
The upgrade log shows the following things of interest:
Resource id to be retrieved is ServiceConnectionPointNotCreatedEventLog for language English (United States)
Resource retrieved id ServiceConnectionPointNotCreatedEventLog is 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.
Leaving function StringResourceManager.GetResourceString
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.
Exception of type 'Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException' was thrown
Any help would be great, since I've been up all night without any resolve.
Cheers!