Cannot connect to MICROSOFT##SSEE SQL 2005 instance using SQL Server Management Studio
I am recently unable to connect to connect to the MICROSOFT##SSEE SQL instance using SQL Management Studio. It houses my WSUS 3.0 databases. Upon starting the server I see this error in the event log:
Event Type: Warning
Event Source: SQLBrowser
Event Category: None
Event ID: 3
Date: 3/12/2008
Time: 11:41:32 AM
User: N/A
Computer: PANDORA-DBS
Description:
The configuration of the AdminConnection\TCP protocol in the SQL instance MICROSOFT##SSEE is not valid.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
I have looked at the settings in SQL configuration manager and changed the port to 1433 instead of dynamic. Now when i restart the instance, i get the following error:
Event Type: Failure Audit
Event Source: MSSQL$MICROSOFT##SSEE
Event Category: (4)
Event ID: 18456
Date: 3/12/2008
Time: 11:38:06 AM
User: NT AUTHORITY\NETWORK SERVICE
Computer: PANDORA-DBS
Description:
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. [CLIENT: <named pipe>]
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 18 48 00 00 0e 00 00 00 .H......
0008: 1c 00 00 00 50 00 41 00 ....P.A.
0010: 4e 00 44 00 4f 00 52 00 N.D.O.R.
0018: 41 00 2d 00 44 00 42 00 A.-.D.B.
0020: 53 00 5c 00 4d 00 49 00 S.\.M.I.
0028: 43 00 52 00 4f 00 53 00 C.R.O.S.
0030: 4f 00 46 00 54 00 23 00 O.F.T.#.
0038: 23 00 53 00 53 00 45 00 #.S.S.E.
0040: 45 00 00 00 07 00 00 00 E.......
0048: 6d 00 61 00 73 00 74 00 m.a.s.t.
0050: 65 00 72 00 00 00 e.r...
Trying to log in to the instance in SQL Management Studio give the following error:
===================================
Cannot connect to PANDORA-DBS\MICROSOFT##SSEE.
===================================
Instance failure. (System.Data)
------------------------------
Program Location:
at System.Data.SqlClient.TdsParser.Conn
ect(Server
Info serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject)
at System.Data.SqlClient.SqlInternalCon
nectionTds
.AttemptOn
eLogin(Ser
verInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
at System.Data.SqlClient.SqlInternalCon
nectionTds
.LoginNoFa
ilover(Str
ing host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)
at System.Data.SqlClient.SqlInternalCon
nectionTds
.OpenLogin
Enlist(Sql
Connection
owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlInternalCon
nectionTds
..ctor(DbC
onnectionP
oolIdentit
y identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlConnectionF
actory.Cre
ateConnect
ion(DbConn
ectionOpti
ons options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectio
nFactory.C
reateNonPo
oledConnec
tion(DbCon
nection owningConnection, DbConnectionPoolGroup poolGroup)
at System.Data.ProviderBase.DbConnectio
nFactory.G
etConnecti
on(DbConne
ction owningConnection)
at System.Data.ProviderBase.DbConnectio
nClosed.Op
enConnecti
on(DbConne
ction outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.
Open()
at Microsoft.SqlServer.Management.UI.VS
Integratio
n.ObjectEx
plorer.Obj
ectExplore
r.Validate
Connection
(UIConnect
ionInfo ci, IServerType server)
at Microsoft.SqlServer.Management.UI.Co
nnectionDl
g.Connecto
r.Connecti
onThreadUs
er()
I am using Windows Authentication to log in. I used to be able to do this. Any help would be greatly appreciated!