How to check Total number of relevant fixlets by each computer on Console?

(imported topic written by JamieJung)

How to check Total number of relevant fixlets by each computer on computer properties on BES Console?

I made computer properties follow bellow link.

https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14749654&

if name of operating system as lowercase starts with “win” then (number of relevant fixlets whose (value of header “Subject” of it as lowercase starts with “ms0”) of sites whose (name of it = “Patches for Windows (Korean)”)) else nothings

But result is 0. Operated BES Server version is 6.0.21.5.

How can I sovle it?

Thanks,

Jamie.

(imported comment written by Lee Wei)

2 suggestions for you to try.

  • Are you sure you wanted “ms0”? That will exclude Fixlets for years 2010, 2011 and 2012, which do not start with “ms0”. Try “ms” to see if you results.

  • “names of sites” will return the sites subscribed. Use that to make sure the endpoints are subscribing correctly, and that the name “Patches for Windows (Korean)” is correct.

Lee Wei