I am attempting to setup a WUS server.
Windows 2000 Server SP4
IIS 5.0
MSDE installed WUS instance and is running.
My question has to do primarily with the connection string used by WUS
to communicate with the SQLServer as the error I am getting is directly
related to WUS's attempt to connect to the SQL Server.
When going to the WUSAdmin web page I get the following error:
System.UnauthorizedAccessException: Access is denied.
at System.EnterpriseServices.Platform.Initialize()
at
System.EnterpriseServices.ResourcePool..ctor(Trans actionEndDelegate cb)
at System.Data.SqlClient.ConnectionPool..ctor(Default PoolControl
ctrl)
at
System.Data.SqlClient.PoolManager.FindOrCreatePool (DefaultPoolControl
ctrl, IntPtr SID)
at
System.Data.SqlClient.SqlConnectionPoolManager.Get PooledConnection(SqlConnectionString
options, Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnection.Open()
at
Microsoft.WindowsUpdateServices.DatabaseAccess.DBC onnection.Connect(String
connectionString)
at
Microsoft.WindowsUpdateServices.DatabaseAccess.DBC onnection.Connect()
at
Microsoft.WindowsUpdateServices.Internal.GenericDa taAccess.ExecuteSP(String
spName, DBParameterCollection args, IExecuteSPHandler handler)
at
Microsoft.WindowsUpdateServices.Internal.DataAcces s.ExecuteSPSingleValue(String
spName, DBParameterCollection args)
at
Microsoft.WindowsUpdateServices.Internal.DatabaseA ccess.AdminDataAccess.ExecuteSPGetComputersNotCont actedSinceCount(DateTime
fromDate)
at
Microsoft.WindowsUpdateServices.Internal.BaseApi.C omputerTarget.GetComputersNotContactedSinceCount(D ateTime
fromDate)
at
Microsoft.WindowsUpdateServices.Internal.BaseApi.U pdateServer.GetComputersNotContactedSinceCount(Dat eTime
fromDate)
at Administration.DefaultPage.Page_Load(Object sender, EventArgs e)
at System.EnterpriseServices.Platform.Initialize()
at
System.EnterpriseServices.ResourcePool..ctor(Trans actionEndDelegate cb)
at System.Data.SqlClient.ConnectionPool..ctor(Default PoolControl
ctrl)
at
System.Data.SqlClient.PoolManager.FindOrCreatePool (DefaultPoolControl
ctrl, IntPtr SID)
at
System.Data.SqlClient.SqlConnectionPoolManager.Get PooledConnection(SqlConnectionString
options, Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnection.Open()
at
Microsoft.WindowsUpdateServices.DatabaseAccess.DBC onnection.Connect(String
connectionString)
at
Microsoft.WindowsUpdateServices.DatabaseAccess.DBC onnection.Connect()
at
Microsoft.WindowsUpdateServices.Internal.GenericDa taAccess.ExecuteSP(String
spName, DBParameterCollection args, IExecuteSPHandler handler)
at
Microsoft.WindowsUpdateServices.Internal.DataAcces s.ExecuteSPSingleValue(String
spName, DBParameterCollection args)
at
Microsoft.WindowsUpdateServices.Internal.DatabaseA ccess.AdminDataAccess.ExecuteSPGetComputersNotCont actedSinceCount(DateTime
fromDate)
at
Microsoft.WindowsUpdateServices.Internal.BaseApi.C omputerTarget.GetComputersNotContactedSinceCount(D ateTime
fromDate)
at
Microsoft.WindowsUpdateServices.Internal.BaseApi.U pdateServer.GetComputersNotContactedSinceCount(Dat eTime
fromDate)
at Administration.DefaultPage.Page_Load(Object sender, EventArgs e)
Any ideas or am I in the wrong newsgroup?
Sincerely,
Tim Frawley
|