Software metering how
-
Sunday, January 22, 2012 8:05 AM
We are metereing the usage of certain Software and ran a report on Which ones have not used on computers since Last 3 Months . The report gives inaccurate results. It shows the machines which do not even have the software installed. And also show s the machines that the software was installed on just 15 days ago.
The Query of the report is :
declare @TimeKey int
set @TimeKey = 100*Year(@LastUsage)+Month(@LastUsage)
select
sys.Netbios_Name0, inst.SMS_Installed_Sites0
from
v_R_System
sys
left
join v_RA_System_SMSInstalledSites inst on sys.ResourceID=inst.ResourceID
where
sys.ResourceID
in
(
select ResourceID
from v_MeterRuleInstallBase
where ProductName=@ProductName)
and
sys.ResourceID not
in
(
select mus.ResourceID
from v_MonthlyUsageSummary mus
join v_MeteredFiles mf on mus.FileID=mf.MeteredFileID
where mf.ProductName=@ProductName
and mus.TimeKey>=@TimeKey
and mus.LastUsage>=DATEADD(ss,@__timezoneoffset,@LastUsage))
and
sys.Client_Version0 >=
'2.5'
order
by sys.Netbios_Name0
How can i validate the report is corect and only shows machines that have had the software installed for more than 3 months ...
- Moved by Moiz Rassiwala[MSFT]Microsoft Employee Monday, January 23, 2012 7:40 PM (From:Configuration Manager General)
All Replies
-
Sunday, January 22, 2012 8:52 AM
Go in the site maintenance under tasks and click on delete aged software metering data see if it is enabled and what is the schedule.
Also go to the software metering client agent and see the settings there.
Regards,
Amim Muhammad Khan
AMIM MUHAMMAD KHAN | CTTCNET USER GROUP LEAD | EVENT SPEAKER, MCT, MCTS, MCITP-ENTERPRISE, MCSA http://amimkhan.wordpress.com -
Monday, January 23, 2012 2:34 AMHave you added the specific executable to be metered?
My Microsoft Core Infrastructure & Systems Management blog - blog.danovich.com.au -
Monday, January 23, 2012 5:02 AMYes the exe is being metered.
-
Monday, January 23, 2012 7:22 AMtry the default report with name "Computers that have a metered program installed, but have not run the program since a specified date." report ID:120 .
Please click on "vote as Helpful" if you feel this post helpful to you.
Eswar Koneti | My Tech blog: eskonr.com | Linkedin: Eswar Koneti -
Monday, January 23, 2012 8:45 AM
The Query posted is the same report. I am not sure why the report shows machines which dont even have the program installed ...
Suppose i run the report for last 3 months for application "Microsoft Project"
What i want to know is what that report actually shows:
1.Will it show the machines that installed the product yesterday.
2.Will it show the machine from which the product was removed 2 months ago.
What should i check if i think that the report is not correct
-
Monday, January 23, 2012 11:24 PMModerator
What does your Software Metering rule look like?
http://www.enhansoft.com/- Proposed As Answer by Garth JonesMVP, Moderator Sunday, February 05, 2012 3:24 PM
-
Monday, April 09, 2012 4:21 AM
It looks Like :
-
Monday, April 09, 2012 6:02 AM
This is what it looks like at my end except for the fact i have office 14, but why arent you using the default rules i think you have created this one manually. Use the default rule and enable those i think maybe the path to the file is incorrect....
AMIM MUHAMMAD KHAN | CTTCNET USER GROUP LEAD | EVENT SPEAKER, MCT, MCTS, MCITP-ENTERPRISE, MCSA http://amimkhan.wordpress.com
- Edited by Amim Muhammad Khan Monday, April 09, 2012 6:03 AM add picture
-
Monday, April 09, 2012 11:46 AMModerator
Your rule looks good. Why do you think it is giving you wrong results? Have you confirmed that your clients are reporting data back correctly?
BTW there are no default rules, there are auto-created rules but it is no enabled by default and I don’t recommend enabled it either.
http://www.enhansoft.com/
- Marked As Answer by Garth JonesMVP, Moderator Saturday, November 03, 2012 2:29 PM
-
Sunday, April 22, 2012 6:10 AMYes teh clients are reporting the data , I dont know correctly or not , the reports show data which is not correct , that is the main issue we have
-
Sunday, April 22, 2012 4:35 PMModeratorWhy do you think that the rule is not showing the data correctly?
http://www.enhansoft.com/

