Hi!
There is some threads on this forum about my problem, however i found some new aspects of it :)
The problem is that clients Windows 7 x64 SP1 Pro do not see and do not download SOME updates.
And there is a following string in WsusUpdate.log:
2013-10-10 15:41:37:369 352 578 Agent WARNING: Failed to evaluate Installed rule, updateId = {189A8F50-0C3A-4FDF-8BC2-BC23A3EB11FB}.101, hr = 80242013
I searched all over the net for solution and found on this forum that it means that update with id189A8F50-0C3A-4FDF-8BC2-BC23A3EB11FB is stuck somehow and should be declined/deleted/etc from server.
My next step was connecting to wsus database using named pipes and searching for this update id with a simple query:
use susdbgo
select * from tbprecomputedlocalizedproperty where updateid = '189A8F50-0C3A-4FDF-8BC2-BC23A3EB11FB' and shortlanguage ='en'go
The result is:
438931 en Irish Language Pack NULL NULL 189A8F50-0C3A-4FDF-8BC2-BC23A3EB11FB 101 185397
Irish Language Pack!!! I don't need it, i want it to go away and let my clients to download updates!
But i can't because there is no such update in my wsus console - not in approved, not in declined, not in unapproved state. I tried deleting this update by id via powershell but no luck - it says that update can not be deleted.
So my question is - can i dispose of this Irish Language Pack somehow?