在我用于 WSUS 3 的服务器上,有一天我发现了这个:
WSUS 管理控制台无法连接到 WSUS 服务器数据库。
验证 SQL Server 是否在 WSUS 服务器上运行。如果问题仍然存在,请尝试重新启动 SQL。
System.Data.SqlClient.SqlException -- 无法打开登录请求的数据库“SUSDB”。登录失败。用户“NT AUTHORITY\NETWORK SERVICE”登录失败。
源 .Net SqlClient 数据提供程序
堆栈跟踪:在 Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPG etTargetGroupById(Guid id) 在 Microsoft.UpdateServices.Internal.BaseApi.ComputerTargetGroup.GetById( Guid id, UpdateServer updateServer) 在 Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetComputerTargetGroup(Guid id) 在 Microsoft.UpdateServices.UI.AdminApiAccess.AdminApiTools.TestSqlConnection(IUpdateServer server) 在 Microsoft.UpdateServices.UI.AdminApiAccess.AdminApiTools.GetUpdateServer Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.GetUpdateServer(PersistedServerSettings 设置) 中的(字符串 serverName,布尔型 useSecureConnection,Int32 端口号)Microsoft.UpdateServices.UI。SnapIn.Scope.ServerSummaryScopeNode.ConnectToServer() 在 Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.get_ServerTools()
我不知道问题可能是什么,因为我对数据库的了解很少。
操作系统是 Windows 2003 Server SP2,服务器或系统本身没有任何改变或改动。只用了一天,就不行了。数据库是 Microsoft SQL 2005
有任何想法吗?