Seeflat:
Thanks for the reply. :)
1) Yes
2) Yes
Main Topics
Browse All TopicsOur sharepoint services failed the other week. I am not getting "Cannot connect to the configuration database."
I tried MS kb:823287 and that did nothing for me.
Getting these in the event viewer:
#50070: Unable to connect to the database STS_Config_11157 on SERVERNAME\MICROSOFT##SSEE
SQL Database 'STS_Config_11157' on SQL Server instance 'np:\\.\pipe\MSSQL$Microso
Cannot open database "STS_Config_11157" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
The description for Event ID ( 18456 ) in Source ( MSSQL$MICROSOFT##SSEE ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: NT AUTHORITY\NETWORK SERVICE, [CLIENT: <named pipe>].
Any ideas? Thanks in advance!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hmmm...
Can you descibe this environment?
It sounds like it has been running for a while, but I want to confirm...
Has anything changed?
How was it installed? Anything odd? Like installed, uninstalled, reinstalled, that kind of thing?
The MSSQL$MICROSOFT##SSEE is an odd instance, which is what is prompting me for the questions.
Our Sharepoint Services site I would guess has been running for a year.
Nothing had changed in the environment. I came in on a Tuesday and bam broke. I tried restores from our tape and still no go. So now when I go to the sharepoint site it get the "Cannot connect to the configuration database."
Now if I follow KB-823287
http://support.microsoft.c
All the steps check out except for Method 3. In which I cannot use the SQL 2005 Manager to even locate that there is a Sharepoint DB. All it shows on the server is my Sophos and BackupExc DB's. Which leads me to beleive it doesn't think it's there anymore.
I've even tried a repair install of Sharepoint Services 3.0 and that got me nothing as well.
I'm almost to the point of a dump it and start fresh and hope my backup db will write to the new one. :(
I did a straight repair, there were no options for me to pick except "repair" so to speak.
After reboot it comes up and when I go to the Sharepoint product's and Technologies configuration wizard I get this:
"Failed to detect if this server is joined to a server farm. Possible reasons for this failure could be that you no longer have the appropriate permissions to the server farm, the database server hosting the server farm is unresponsive, the configuration database is inaccessible or this server has been removed from the server farm. To diagnose this problem further, review the extended error information located at {0}. If this problem persists, choose to disconnect from the server farm. After disconnecting, run the wizard again to create or connect to an existing server farm."
So I grab the log it refers to. Attached: So I go on in the wizard and have it disconnect from the farm?
So the log file simply reflects that it can't connect to the db.
FarmIsJoinedFailureWhil
At any rate, can you tell me all the databases you see in SQL, the state of each database, and what you think they are for.
Also, check the DSN in the registry for SharePoint:
HKLM\SOFTWARE\M
W
The DB's I see in SQL MNGT Studio on this machine are:
RECFP3/BKUPEXEC
RECFP3/SOHPOS
That is all. The only other should be the sharepoint, but it cannot be seen.
That key shows:
Data Source=RECFP3\MICROSOFT##S
Those are instances... however, I think you answered my question, the instance SharePoint is looking for is gone. Do you have the service running for the MICROSOFT##SSEE instance? Check under the Services MMC for it, and make sure it isn't stopped.
Let's say that somehow it is truly gone...
I assume you still have access to the mdf/ldf's, and therefore can do a restore of those databases.
You can handle this two ways...
1) Try to create a new instance of SQL with the same name as above (MICROSOFT##SSEE). Restore your databases into this instance. See if SharePoint is happy again.
2) Reinstall SharePoint, and attach the restored content db.
Good luck,
seeflat
Business Accounts
Answer for Membership
by: seeflatPosted on 2008-07-17 at 11:20:10ID: 22028406
So I'll start off simple and we'll work our way as necessary.
1) Is sql server running?
2) Yes? Can you connect to it from command line (osql)?