Quantcast
Channel: Forum SQL Server Database Engine
Viewing all articles
Browse latest Browse all 15889

Remote Connections to WSUS DB

$
0
0

Hi!

We have the next problem - after installing System Center 2012 I cannot connect to Windows Internal Database MICROSOFT##SSEE (WSUS DB).

In SQL 2005 Surface Area Configuration for Services and Connections i change "Local connections only" to "Local and remote connections" with "both TCP/IP and named pipes". After applying and restarting services or not - after I close configuration tool and open it again - the option "Local connections only" is choosed again. I tried to set these parameters via regedit, but after configuration tool it comes back to "Local connections only".

Speaking about service owners, I have the following:

Windows Internal Database (MICROSOFT##SSEE) - NT AUTHORITY\NetworkService

SQL Server Browser - NT AUTHORITY\LocalService

Also on the same Domain Controller I have the next SQL Instances, which I am able to connect to via Management Stuio :

SQL Server (KAV_CS_ADMIN_KIT) - LocalSystem

SQL Server (SQLSERVER) - NT AUTHORITY\NetworkService

I tried to configure MICROSOFT##SSEE to use either Dynamic Ports, ot Static Port - nothing helps. If I configure to use port "1533" or any another - it doesn't listen to it (I check with netstat -an | findstr "1533").

Here is what is written in ERRORLOG (C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\LOG)

2012-06-21 10:27:25.43 Server      Microsoft SQL Server 2005 - 9.00.5000.00 (X64) 
	Dec 10 2010 10:38:40 
	Copyright (c) 1988-2005 Microsoft Corporation
	Windows Internal Database (64-bit) on Windows NT 6.1 (Build 7601: Service Pack 1)

2012-06-21 10:27:25.43 Server      (c) 2005 Microsoft Corporation.
2012-06-21 10:27:25.43 Server      All rights reserved.
2012-06-21 10:27:25.43 Server      Server process ID is 4808.
2012-06-21 10:27:25.43 Server      Authentication mode is WINDOWS-ONLY.
2012-06-21 10:27:25.44 Server      Logging SQL Server messages in file 'C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\LOG\ERRORLOG'.
2012-06-21 10:27:25.44 Server      This instance of SQL Server last reported using a process ID of 7396 at 6/21/2012 10:27:18 AM (local) 6/21/2012 7:27:18 AM (UTC). This is an informational message only; no user action is required.
2012-06-21 10:27:25.44 Server      Registry startup parameters:
2012-06-21 10:27:25.44 Server      	 -d C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\DATA\master.mdf
2012-06-21 10:27:25.44 Server      	 -e C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\LOG\ERRORLOG
2012-06-21 10:27:25.44 Server      	 -l C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\DATA\mastlog.ldf
2012-06-21 10:27:25.45 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2012-06-21 10:27:25.45 Server      Detected 4 CPUs. This is an informational message; no user action is required.
2012-06-21 10:27:25.55 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
2012-06-21 10:27:25.56 Server      Database mirroring has been enabled on this instance of SQL Server.
2012-06-21 10:27:25.57 spid5s      Starting up database 'master'.
2012-06-21 10:27:25.68 spid5s      Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
2012-06-21 10:27:25.93 spid5s      SQL Trace ID 1 was started by login "sa".
2012-06-21 10:27:25.95 spid5s      Starting up database 'mssqlsystemresource'.
2012-06-21 10:27:25.96 spid5s      Error: 958, Severity: 10, State: 1. (Params:). The error is printed in terse mode because there was error during formatting. Tracing, ETW, notifications etc are skipped.
2012-06-21 10:27:26.04 Server      Server local connection provider is ready to accept connection on [ \\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query ].
2012-06-21 10:27:26.05 spid5s      Server name is 'AC-DC-01\MICROSOFT##SSEE'. This is an informational message only. No user action is required.
2012-06-21 10:27:26.05 spid8s      Starting up database 'model'.
2012-06-21 10:27:26.05 Server      Dedicated administrator connection support was not started because it is not available on this edition of SQL Server. This is an informational message only. No user action is required.
2012-06-21 10:27:26.05 spid5s      Starting up database 'msdb'.
2012-06-21 10:27:26.05 Server      SQL Server is now ready for client connections. This is an informational message; no user action is required.
2012-06-21 10:27:26.34 spid8s      Clearing tempdb database.
2012-06-21 10:27:26.64 Logon       Error: 18456, Severity: 14, State: 16.
2012-06-21 10:27:26.64 Logon       Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. [CLIENT: <named pipe>]
2012-06-21 10:27:26.72 Logon       Error: 18456, Severity: 14, State: 16.
2012-06-21 10:27:26.72 Logon       Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. [CLIENT: <named pipe>]
2012-06-21 10:27:26.77 Logon       Error: 18456, Severity: 14, State: 16.
2012-06-21 10:27:26.77 Logon       Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. [CLIENT: <named pipe>]
2012-06-21 10:27:26.79 Logon       Error: 18456, Severity: 14, State: 16.
2012-06-21 10:27:26.79 Logon       Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. [CLIENT: <named pipe>]
2012-06-21 10:27:27.18 spid8s      Starting up database 'tempdb'.
2012-06-21 10:27:27.34 spid5s      Recovery is complete. This is an informational message only. No user action is required.
2012-06-21 10:27:27.34 spid11s     The Service Broker protocol transport is disabled or not configured.
2012-06-21 10:27:27.34 spid11s     The Database Mirroring protocol transport is disabled or not configured.
2012-06-21 10:27:27.35 spid11s     Service Broker manager has started.
2012-06-21 10:27:31.73 spid51      Starting up database 'SUSDB'.
2012-06-21 10:27:32.32 spid51      Recovery is writing a checkpoint in database 'SUSDB' (5). This is an informational message only. No user action is required.

I believe we can find an answer to this situation together.

Thank you in advance for your help.


Viewing all articles
Browse latest Browse all 15889

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>