Home
.. About WSUS Wiki

RSS

WSUS
.. WSUS FAQ
.. WSUS on SBS
.. WSUS Troubleshooting
.. WSUS News Groups
.. Known WSUS Issues
.. WSUS Links
.. WSUS Wish List

WSUS Documents
.. WSUS Deployment Guide
.. WSUS Installation Guide
.. WSUS Release Notes
.. WSUS Best Practice

SUS
.. SUS FAQ
.. What Is SUS
.. SUS Troubleshooting
.. SUS Links
.. SUS Known Issues
.. SUS FAQ
.. What Is SUS
.. SUS Troubleshooting
.. SUS Links
.. SUS Known Issues

Wiki Community
.. Wiki Contributors
.. I Love WSUS
.. WSUS Wiki Diary
.. Wiki Statistics
.. To Do Page

Miscellaneous Stuff
.. Other Resources
.. Do You Know?


Site Meter


Terms of Use
Trademarks
Privacy Statement

 

Unknown Status Not Reporting


SYMPTOMS

From the WSUS Administration site, you may see a computer listed in the correct Target Group, but with the status of Unknown and Not Reporting, such as:

Operating system: Unknown
Service pack: Unknown
Operating system language: Unknown
Last status report: Not reported.

Cause

This is casued by the AU client having trouble accessing the computer information using WMI, thus preventing the client from updating its OS information on the server. In the RC release, this has the side effect of the client not getting updates, leaving the client potentially insecure.

Workaround

As a workaround, please run the following command on the server to unblock the client from receiving updates.

osql -E -S <SqlServerName> -Q "UPDATE SUSDB.dbo.tbComputerTarget SET IsRegistered=1 where IsRegistered = 0"

where <SqlServerName> is the SQL server you are using or%computername%\wsus if you are using WMSDE.

Note that this would still leave the client information as unknown, but the client will start receiving updates.

Status

This behavior will be corrected in the final release.


Comments:

From rajivpn - 4/15/05 2:26 PM

Jason from the WSUS OEP newsgroup has some information of repairing WMI issues on the client.

<snip>

Stop the "Windows Management Instrumentation" Service

Go to "system32\wbem"  folder

Delete the "repository" folder

Start the "Windows Management Instrumentation" Service

run "wuauclt /detectnow" to force check.
</snip>



Last Modified 4/7/05 2:14 PM

Hide Tools