Hi Nico,
If you think you have found a bug, please report it to Microsoft, http://connect.microsoft.com/site/sitehome.aspx?SiteID=209
-----
Regards
Anders Bengtsson
Microsoft MVP - MOM
http://www.contoso.se
N> I had the same problem, and created an attribute "WSUS Server" to
N> recognise WSUS servers using key SOFTWARE\Microsoft\Update Services
N> and then removing them in the formula for Microsoft SQL Server 2005
N> like so:
N>
N> (AttributeValue(Microsoft SQL Server 2005) OR MemberOf(Microsoft SQL
N> Server 2005 Discovered Group)) AND (NOT (AttributeValue(Virtual
N> Server Type) OR AttributeValue(IsHostingMSCS)) Or
N> MatchRegEx(AttributeValue(Virtual Server Type), "(^|,)SQL[
N> ]Server(,|$)")) AND (NOT AttributeValue(WSUS server))
N>
N> It looks like a bug in the management pack though as the reg key used
N> to identify SQL 2005 also exists for WSUS.
N>
N> "Will" wrote:
N>
Post by WillThanks for your response. I actually found a simple solution that has
worked for me. Because the the database was upgraded to the Windows
Internal Database, MOM started to recognize the server as having SQL
2005 installed. I then performed a clean install of WSUS v3 in a lab
environment and noticed that the namespace for SQL was also missing.
So in short, I used the MOM Admin Console to located the event rules
(Microsoft SQL Server -> SQL Server 2005 -> State Monitoring and
Services Discovery) and enabled "rule-disable overrides" for this
rule which allowed me to specify which server(s) to exclude from
receiving alerts.
This turned out to be just a reporting nuisance...the installation was
smooth and WSUS is currently running with no issues.
----
Will Wesley
Post by Anders BengtssonHi Will,
Is TPSESCMSRSS243 your WSUS server? Could it be to many connection against
it at the same time?
Also check the local event viewer for events. It it generating all the time?
---
Regards
Anders Bengtsson, MCSE:Security
http://www.contoso.se
W> After upgrading from WSUS v2 to v3 MOM is complaining with the
W> following message: The "Microsoft SQL Server" management pack failed
W> to execute the SQL Server 2005 Service Availability script
W> successfully. The following error event was returned "Unable to open
W> WMI Namespace
W>
'winmgmts:\\TPSESCMSRSS243\root\Microsoft\SqlServer\ComputerManageme
n
W> t'. Check to see if the WMI service is enabled and running, and
W> ensure this WMI namespace exists.".
W>
W> Any suggestions?
W>